@charset "utf-8";
.under-main .img-base {
  height: 650px;
  position: relative;
}
#page_recruit.under-application .under-main .img-base {
  background: url(../img/application-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit .under-main {
  margin: -80px 0 70px;
}
.under-application .list_recruit-nav li:nth-child(2) a,
.under-experienced .list_recruit-nav li:nth-child(3) a,
.under-number .list_recruit-nav li:nth-child(4) a,
.under-senior .list_recruit-nav li:nth-child(5) a,
.under-faq .list_recruit-nav li:nth-child(6) a,
.under-alumni .list_recruit-nav li:nth-child(7) a {
  background: #7f6143;
}
.list_bread {
  width: 85%;
  max-width: 1250px;
  margin: 0 auto 50px;
}
.list_bread li {
  display: inline-block;
  font-size: 88%;
}
.list_bread a {
  text-decoration: underline;
}
.list_bread li+li::before {
  content: '＞';
  display: inline-block;
  padding: 0 10px;
}

@media all and (max-width: 1200px) {
  .list_bread {
    width: 96%;
  }
}
/**/
.block_application-main .title_center-border {
  margin: 0 auto 40px;
}
.title_left-border {
  border-left: solid 8px #e60012;
  padding: 0 0 0 20px;
  font-size: 150%;
  margin: 0 0 20px 0;
}
.dl_base {
  border-top: solid 1px #a0a0a0;
  border-bottom: solid 1px #a0a0a0;
  overflow: hidden;
  padding: 10px 0;
}
.dl_base+.dl_base {
  border-top: none;
}
.dl_base dt {
  float: left;
  width: 150px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 10px;
}
.dl_base dd {
  float: left;
  width: calc(100% - 170px);
  font-size: 88%;
}
.dl_base dd p+p {
  margin: 15px 0 0 0;
}
.dl_base dd strong {
  display: block;
  margin: 0 0 5px 0;
}
.dl_base dd p+strong {
  margin: 20px 0 5px 0;
}
.block_application-about {
  padding: 100px 0 0;
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}
.block_application-about::before {
  content: '';
  width: 900px;
  height: 900px;
  position: absolute;
  top: 0;
  right: 15%;
  background: rgba(227, 215, 205, 0.3);
  border-radius: 50%;
  z-index: -1;
}
.block_application-about .title_left-border {
  margin: 0 0 20px 5%;
}
.box_slide-base {
  margin: 0 0 120px 5%;
  position: relative;
  min-height: 440px;
}
.box_slide-base .area_img {
  position: absolute;
  width: 766px;
  right: 0;
  top: 0;
}
.box_slide-base .area_text {
  position: relative;
  z-index: 2;
  width: 600px;
  background: rgba(255, 255, 255, .5);
  padding: 20px 10px;
}
.box_slide-base .area_text .title {
  border-bottom: solid 1px #a0a0a0;
  font-size: 125%;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}
.box_slide-base .area_text .text {
  font-size: 94%;
  line-height: 1.8;
}
.box_slide-base.type2 {
  margin: 0 5% 120px 0;
}
.box_slide-base.type2 .area_img {
  left: 0;
  right: auto;
}
.box_slide-base.type2 .area_text {
  position: absolute;
  right: 0;
}
.block_application-about .box_slide-base.type2 .area_text {
  margin: 100px 0 0 0;
}

@media all and (max-width: 1100px) {
  .block_application-about .title_left-border {
    margin: 0 0 20px 2%;
  }
  .box_slide-base {
    margin: 0 0 120px 2%;
  }
  .box_slide-base.type2 {
    margin: 0 2% 120px 0;
  }
}

.block_application-flow {
  padding: 0 10px;
}
.block_application-flow__inner {
  width: clamp(940px, 86.39vw, 1244px);
  margin: 0 auto 100px;
}
.block_application-flow .flowImage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.78vw;
}
.flowImage__block__img img {
  width: 100%;
}
.flowImage__block__part {
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 10px;
  margin-top: 16px;
  line-height: 1;
}
.flowImage__block__name {
  margin-top: 12px;
}
.flowImage__block__name .bold {
  font-weight: 700;
  font-size: 20px;
  margin-left: 12px;
}
.block_application-flow .flowContent {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  height: 834px;
}
.block_application-flow .flowContent__imgBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
}
.block_application-flow .flowContent__imgBlock--center {
  justify-content: center;
}
.block_application-flow .timeline {
  position: relative;
  width: 600px;
  flex-shrink: 0;
}
.block_application-flow .timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 103px;
  width: 1px;
  background-color: #d9d3c1;
  z-index: 1;
  bottom: 106px;
}
.block_application-flow .timeline__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}
.block_application-flow .timeline__item:not(:last-of-type) {
  margin-bottom: 44px;
}
.block_application-flow .timeline__item__time {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  width: 74px;
  text-align: right;
  flex-shrink: 0;
}
.block_application-flow .timeline__item__time::before {
  content: "";
  background-image: url(../img/dot.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 7px;
  right: -40px;
}
.block_application-flow .timeline__item__contents .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 16px;
}
.block_application-flow .timeline__item__contents .img {
  display: none;
}

.block_application-schdule {
  margin: 0 0 100px 0;
}
.block_application-seminar {
  padding: 50px 0;
  background: #e3d7cd;
}
.block_application-seminar .block_recruit-entry {
  text-align: left;
  padding: 50px 0 0;
}
.block_application-seminar .block_recruit-entry .entry-bnr {
  display: inline-block;
  float: none;
  width: 316px;
  margin-bottom: 24px;
}
.block_application-seminar .block_recruit-entry .entry-bnr p {
  text-align: left;
}
.block_application-seminar .block_recruit-entry .entry-bnr a {
  background: #fff;
}
#mypage {
  background: #009ACE;
}
#mypage2026 {
  background: #78BE1F;
}
#mypage2027 {
  background: #e46c0b;
}
.block_application-seminar .block_recruit-entry2 {
  text-align: center;
  padding: 30px 0 50px;
}
.block_application-seminar .block_recruit-entry2 .entry-bnr {
  display: inline-block;
  float: none;
  width: 400px;
}
.block_application-seminar .block_recruit-entry2 .entry-bnr p {
  text-align: left;
}
.block_application-seminar .block_recruit-entry2 .entry-bnr a {
  background: #fff;
}

/*---------------------*/
#page_recruit.under-experienced .under-main .img-base {
  background: url(../img/experienced-main.jpg) no-repeat center;
  background-size: cover;
}
.block_experienced-main {
  margin: 0 auto 50px;
}
.block_experienced-main .text {
  text-align: center;
  margin: 30px 0 50px 0;
}
.block_experienced-main .area_btn {
  text-align: center;
}
.block_experienced-main .area_btn .btn_base {
  display: inline-block;
  width: 380px;
  margin: 0 10px;
}
.block_experienced-main .btn_base a {
  padding: 15px 0;
  background: none;
}
.block_experienced-main .area_btn .btn_base.arrow a {
  background: url(../../img/arrow-right9.png)no-repeat right 15px center;
}
.experienced_obi {
  background: #39231b;
  margin: 60px 0 0;
  height: 90px;
}
#experienced_tab {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
#experienced_tab::after {
  content: '';
  display: block;
  clear: both;
}
#experienced_tab li {
  float: left;
  height: 90px;
  display: table;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 88%;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
#experienced_tab li span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
#experienced_tab li.menu__select {
  height: 100px;
  top: -10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#experienced_tab li:nth-child(1) {
  background-color: #492f26;
}
#experienced_tab li:nth-child(2) {
  background-color: #374118;
}
#experienced_tab li:nth-child(3) {
  background-color: #2d2f41;
}
#experienced_tab li:nth-child(4) {
  background-color: #314b4c;
}
#experienced_tab li.menu__select:nth-child(1) {
  background-color: #6f4b3e;
}
#experienced_tab li.menu__select:nth-child(2) {
  background-color: #338611;
}
#experienced_tab li.menu__select:nth-child(3) {
  background-color: #104a98;
}
#experienced_tab li.menu__select:nth-child(4) {
  background-color: #1da6bc;
}
#experienced_tab li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: .15;
  background-position: center;
  background-repeat: no-repeat;
}
#experienced_tab li:nth-child(1)::before {
  background-image: url("../img/icon01.png");
}
#experienced_tab li:nth-child(2)::before {
  background-image: url("../img/icon02.png");
}
#experienced_tab li:nth-child(3)::before {
  background-image: url("../img/icon03.png");
}
#experienced_tab li:nth-child(4)::before {
  background-image: url("../img/icon04.png");
}
#experienced_tab li.menu__select::before {
  opacity: .3;
}
#experienced_tab li::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 100;
  border-top-color: #6f4b3e;
  border-width: 25px;
  margin-left: -25px;
  opacity: 0;
  visibility: hidden;
}
#experienced_tab li.menu__select::after {
  transition: all .2s;
  opacity: 1;
  visibility: visible;
}
#experienced_tab li:nth-child(2)::after {
  border-top-color: #338611;
}
#experienced_tab li:nth-child(3)::after {
  border-top-color: #104a98;
}
#experienced_tab li:nth-child(4)::after {
  border-top-color: #1da6bc;
}
/*-----*/
#experienced_box {
  clear: both;
  position: relative;
  top: -10px;
}
#experienced_box .title_left-border {
  margin: 0 0 35px 0;
}
#experienced_box .set {
  padding: 50px 0 0;
}
/* #experienced_box .set:nth-child(1) {
  border-top: solid 8px #6f4b3e;
}
#experienced_box .set:nth-child(2) {
  border-top: solid 8px #338611;
}
#experienced_box .set:nth-child(3) {
  border-top: solid 8px #104a98;
}
#experienced_box .set:nth-child(4) {
  border-top: solid 8px #1da6bc;
} */
#experienced_box .detail+.detail {
  margin: 120px auto 0;
}
#experienced_box .area_btn {
  margin: 60px auto 0;
}
#experienced_box .area_btn .btn_base {
  background: #39231b;
}
#experienced_box .area_btn a {
  width: 100%;
  font-size: 88%;
  font-weight: bold;
  display: table;
  height: 3em;
}
#experienced_box .area_btn a span {
  display: table-cell;
  vertical-align: middle;
}

/*---------------------*/
#page_recruit.under-policy .under-main .img-base,
#page_recruit.under-tekiseilink19 .under-main .img-base {
  background: url(../img/experienced-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit.under-policy .title_roman {
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  font-size: 250%;
  letter-spacing: 2px;
  padding: 50px 0 10px;
  /* background: url(../../img/bg-dott.png); */
}
#page_recruit.under-policy .policy-content .title_left-border {
  border-left: solid 8px #163042;
}
#page_recruit.under-policy .policy-content .text {
  text-align: left;
}
#page_recruit.under-policy .policy-content .bold {
  font-weight: bold;
}
#page_recruit.under-policy .policy-content {
  color: #163042;
  margin: 0 0 50px 0;
}
/*---------------------*/
#page_recruit.under-faq .under-main .img-base {
  background: url(../img/faq-main.jpg) no-repeat center;
  background-size: cover;
}
.block_faq-main .list_faq {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 60px;
}
.block_faq-main .list_faq li {
  width: 48%;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 1.5% 1%;
  padding: 15px;
}
.dl_faq dt {
  font-weight: bold;
  font-size: 110%;
  border-bottom: solid 1px #a0a0a0;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.dl_faq dd {
  position: relative;
  font-size: 88%;
  padding: 0 0 0 40px;
  min-height: 5em;
}
.dl_faq dd::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
}
/*---------------------*/
#page_recruit.under-senior .under-main .img-base {
  background: url(../img/senior-main.jpg) no-repeat center;
  background-size: cover;
}
.block_seminar-main .inner {
  max-width: 1220px;
}
.block_seminar-main .title_center-border {
  margin: 0 0 50px 0;
}
.block_seminar-main .interview-slide {
  overflow: hidden;
  margin: 10px auto 60px;
  max-width: none;
}
.block_seminar-main .interview-slide img {
  width: 100%;
  max-width: none;
}
.interview-slide .slide-content {
  float: left;
  max-width: 280px;
  width: 24%;
  margin: 0 1% 3% 0;
}
/*---------------------*/
#page_recruit.under-number .under-main .img-base {
  background: url(../img/number-main.jpg) no-repeat center;
  background-size: cover;
}
.block_number-market {
  padding: 60px 0;
  position: relative;
}
#page_recruit.under-number .inner {
  max-width: 1100px;
}
.block_number-market .inner {
  position: relative;
}
.block_number-market .inner::after {
  content: '';
  width: 532px;
  height: 568px;
  background: url(../img/number-img01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 100px;
  left: 0;
}
.temp_title {
  border-bottom: solid 1px #a0a0a0;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
.temp_title .title {
  float: left;
  width: 480px;
  font-weight: bold;
}
.temp_title .title strong {
  font-size: 200%;
  line-height: 1;
}
.temp_title .title strong i {
  font-size: 150%;
  padding: 0 5px 0 0;
}
.temp_title .text {
  float: left;
  width: calc(100% - 480px);
  font-size: 88%;
}
.title_bg-radious {
  display: inline-block;
  background: #9a1e23;
  color: #fff;
  line-height: 1;
  padding: 6px 30px;
  border-radius: 30px;
  margin: 0 0 20px 0;
}
.block_number-market .area_point {
  float: left;
}
.list_number-point li {
  line-height: 1.8;
  overflow: hidden;
}
.list_number-point li .left {
  width: 110px;
  float: left;
  display: block;
}
.block_number-market .area_market {
  float: right;
  width: 390px;
  text-align: center;
}
.block_number-market .area_market small {
  font-size: 88%;
}
.text_base {
  margin: 0 0 25px 0;
}
.text_base strong {
  color: #e60012;
}
/**/
.block_number-coffee {
  margin: 0 0 80px 0;
}
.block_number-coffee .inner {
  background: url(../img/number-icon01.png) no-repeat right 10% top 70px;
}
.block_number-coffee .area_data {
  border: solid 1px #000000;
}
.block_number-coffee .area_data .title {
  text-align: center;
  color: #fff;
  background: #000;
  padding: 10px 0;
  font-size: 120%;
  font-style: italic;
}
.block_number-coffee .area_data .text {
  padding: 15px;
}
.text_att {
  text-align: right;
  font-size: 88%;
  color: #39231b;
}
/**/
.block_number-server {
  margin: 0 0 100px 0;
}
.block_number-server .inner {
  background: url(../img/number-img03.png) no-repeat right top;
  background-size: 65%;
}
.block_number-server .bg {
  padding: 0 500px 0 0;
  height: 250px;
}
.block_number-server .text {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.block_number-server .waku {
  border: solid 1px #000;
  padding: 12px;
  margin: 0 0 10px 0;
}
/**/
.block_number-others .inner {
  overflow: hidden;
}
.block_number-others .area_cup {
  width: 47%;
  float: left;
  background: url(../img/number-icon02.png) no-repeat right top;
  padding: 0 0 100px 0;
}
.block_number-others .area_mat {
  width: 47%;
  margin: 0 0 0 6%;
  float: left;
  background: url(../img/number-icon03.png) no-repeat right top;
  padding: 0 0 100px 0;
}
.block_number-others .text small {
  display: block;
  margin: 5px 0 0 0;
  font-size: 88%;
}
/*---------------------*/
#page_recruit.under-voice01 .under-main .img-base {
  background: url(../img/voice01-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit.under-voice02 .under-main .img-base {
  background: url(../img/voice02-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit.under-voice03 .under-main .img-base {
  background: url(../img/voice03-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit.under-voice04 .under-main .img-base {
  background: url(../img/voice04-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit.under-voice05 .under-main .img-base {
  background: url(../img/voice05-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit.under-voice06 .under-main .img-base {
  background: url(../img/voice06-main.jpg) no-repeat center;
  background-size: cover;
}
#page_recruit.under-voice07 .under-main .img-base {
  background: url(../img/voice07-main.jpg) no-repeat center;
  background-size: cover;
}
.under-main .voice-text {
  padding: 200px 0 0 40px;
  color: #fff;
  font-size: 200%;
  font-style: italic;
  font-weight: bold;
}
.under-main .voice-person {
  position: absolute;
  left: 40px;
  bottom: 150px;
  color: #fff;
  width: 700px;
}
.under-main .voice-person .person-position {
  margin: 0 0 30px 0;
}
.under-main .voice-person .person-position span {
  display: block;
  position: relative;
}
.under-main .voice-person .person-position span::after {
  content: '';
  width: 590px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.under-main .voice-person .person-name {
  font-size: 230%;
  font-style: italic;
}
.under-main .voice-person .person-name .en {
  font-size: 82%;
  padding: 0 0 0 30px;
}
.block_voice-main .inner {
  max-width: 1100px;
}
.list_voice-main {
  margin: 0 auto 100px;
}
.list_voice-main li {
  overflow: hidden;
}
.list_voice-main li+li {
  margin: 50px 0 0 0;
}
.list_voice-main .text-box {
  float: left;
  width: calc(100% - 430px);
  margin: 0 30px 0 0;
}
.list_voice-main .image {
  float: left;
  width: 400px;
}
.list_voice-main .type2 .text-box {
  float: right;
  margin: 0 0 0 30px;
}
/*---------------------*/
.under-tekiseilink19 .under-main .img-base {
  height: 450px;
  position: relative;
}
.under-tekiseilink19 .block_tekisei-main .text-wrap {
  font-size: 0.85em;
  line-height: 2em;
  text-align: center;
  margin: 50px 0;
}
.under-tekiseilink19 .block_tekisei-main .text-wrap p {
  margin: 0 0 45px 0;
}
.under-tekiseilink19 .block_tekisei-main .text-wrap .border {
  border: 1px solid #000;
  padding: 15px 0;
  margin: 0 auto 35px;
  width: 685px;
}
.under-tekiseilink19 .block_tekisei-main .text-wrap .border p {
  margin: 0;
}
.under-tekiseilink19 .block_tekisei-main .text-wrap .border a {
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
  color: #e60012;
}

/* --- 230111 add -------------------- */
.title_center-border {
  font-size: 32px;
  font-style: normal;
}
.title_center-border .small::after {
  width: 100px;
  height: 5px;
}
.title_left-border {
  font-size: 20px;
  border-left: solid 5px #e60012;
  padding: 0 0 0 15px;
}
.detail .txt {
  font-size: 14px;
  padding: 0 0 20px;
}
.dl_base {
  font-size: 14px;
  border-color: #e5e5e5;
  padding: 20px 0;
}
.dl_base dt {
  width: 140px;
  padding: 0 20px;
}
.dl_base dd {
  width: calc(100% - 140px);
  font-size: 14px;
}
.dl_base ol li {
  list-style-type: none;
  counter-increment: cnt;
}
.dl_base ol li::before {
  content: "("counter(cnt)")";
}
.dl_base .small {
  font-size: 12px;
}
.list_exTab {
  width: 98%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 20px;
}
.list_exTab li {
  width: 24.5%;
  min-height: 90px;
  display: table;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding: 10px;
  border: 3px solid #000;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.list_exTab li::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.list_exTab li span {
  display: table-cell;
  vertical-align: middle;
}
.list_exTab li:nth-of-type(1) {
  border-color: #6F4B3E;
  color: #6F4B3E;
}
.list_exTab li:nth-of-type(1)::before {
  background-image: url("../img/icon01.png");
}
.list_exTab li:nth-of-type(2) {
  border-color: #338611;
  color: #338611;
}
.list_exTab li:nth-of-type(2)::before {
  background-image: url("../img/icon02.png");
}
.list_exTab li:nth-of-type(3) {
  border-color: #104A98;
  color: #104A98;
}
.list_exTab li:nth-of-type(3)::before {
  background-image: url("../img/icon03.png");
}
.list_exTab li:nth-of-type(4) {
  border-color: #1DA6BC;
  color: #1DA6BC;
}
.list_exTab li:nth-of-type(4)::before {
  background-image: url("../img/icon04.png");
}
.list_exTab li:nth-of-type(5) {
  border-color: #000000;
  color: #000000;
}
.list_exTab li:nth-of-type(5)::before {
  background-image: url("../img/icon05.png");
}
/* --- */
.list_exTab li:hover,
.list_exTab li.menu__select {
  color: #fff;
  text-shadow: 0px 0px 7px #000;
}
.list_exTab li:nth-child(1):hover,
.list_exTab li.menu__select:nth-child(1) {
  background-color: #6F4B3E;
}
.list_exTab li:nth-child(2):hover,
.list_exTab li.menu__select:nth-child(2) {
  background-color: #338611;
}
.list_exTab li:nth-child(3):hover,
.list_exTab li.menu__select:nth-child(3) {
  background-color: #104A98;
}
.list_exTab li:nth-child(4):hover,
.list_exTab li.menu__select:nth-child(4) {
  background-color: #1DA6BC;
}
.list_exTab li:nth-child(5):hover,
.list_exTab li.menu__select:nth-child(5) {
  background-color: #000000;
}
/* --- */
#experienced_box .set .entry {
  margin: 54px 0 0;
}
#experienced_box .area_btn .btn_base {
  border: 1px solid #707070;
}
#experienced_box .area_btn a .small {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
}
#experienced_box .set .entry .txt {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
#experienced_box .set .entry .box01 {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  background: #e5e5e5;
  padding: 18px 24px;
  margin: 20px 0 0;
}
#experienced_box .set .entry .box02 {
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 20px 20px 20px 0px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
#experienced_box .set .entry .box02 .caution {
  width: 200px;
  line-height: 1.75;
  font-weight: bold;
  color: #e60012;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}
#experienced_box .set .entry .box02 .caution-txt {
  line-height: 1.57;
  flex: 1;
}
.box03 {
  font-size: 14px;
  font-weight: bold;
  width: 790px;
  margin: 10px auto 0;
  color: #ff0000;
}
.txt-annotation {
  max-width: 1000px;
  margin: 20px auto -22px;
  font-size: 14px;
  text-align: center;
}
#page_recruit.under-alumni .under-main .img-base {
  background: url(../img/alumni-main.jpg) no-repeat center;
  background-size: cover;
}