#graduate .inner {
  padding: 80px 20px;
}

.top_block {
  position: relative;
}
.top_block .keyvisual {
  background: url(../../img/graduate/main_img.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  min-height: 680px;
  width: 100%;
  position: relative;
}
.top_block .keyvisual img {
  width: 100%;
  max-width: 520px;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
}
.top_block .top_news {
  background: #effbff;
  width: 100%;
  max-width: 960px;
  margin: -80px auto 0;
  padding: 40px;
  position: relative;
}
.top_block .top_news h2 {
  margin: 0 40px 0 0;
  width: 84px;
}
.top_block .top_news h2 span {
  font-size: 3.2rem;
  text-align: left;
}
.top_block .top_news .news_ttl {
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 185px);
}
.top_block .top_news .news_ttl a {
  color: #057dbb;
  cursor: pointer;
  transition: 0.2s ease;
}
.top_block .top_news .news_ttl a:hover {
  opacity: 0.7;
}
.top_block .top_news .news_ttl .news_date {
  display: block;
  color: #000;
}
.top_block .top_news .more button {
  background: url(../../img/graduate/icon_arrow_b.svg) no-repeat right center;
  background-size: 10px;
  font-size: 1.4rem;
  padding: 20px 15px;
  width: 110px;
  cursor: pointer;
}
.top_block .top_news .more button:hover {
  opacity: 0.7;
}
.top_block .top_news .news_more {
  display: none;
  margin-top: 20px;
}
.top_block .top_news .news_more .news_article + .news_article {
  margin: 15px 0 0;
}
.top_block .top_news .news_first {
  display: flex;
  align-items: center;
}

.top_intro {
  margin: 0 0 20px;
}
.top_intro p {
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.top_intro .flex {
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 20px auto 0;
}

.top_interview {
  background: #f3f3f3;
}
.top_interview .inner {
  padding: 100px 20px 140px;
  position: relative;
}
.top_interview h2 {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top_interview .flex {
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.top_interview .flex > div {
  position: relative;
}
.top_interview .flex img {
  width: 100%;
  max-width: 400px;
}
.top_interview .flex .txt_box {
  background: #fff;
  width: 180px;
  height: 180px;
  padding: 35px 18px;
  position: absolute;
  bottom: -60px;
  right: -50px;
  text-align: center;
}
.top_interview .flex .txt_box .position {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.top_interview .flex .txt_box .name {
  font-size: 1.8rem;
}
.top_interview .flex .interview_01 .position {
  border-bottom: 1px solid #2070ad;
  color: #2070ad;
}
.top_interview .flex .interview_02 .position {
  border-bottom: 1px solid #19acaa;
  color: #19acaa;
}
.top_interview .flex a:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}

.top_bottom_menu ul {
  display: flex;
  justify-content: space-between;
}
.top_bottom_menu ul li {
  width: 33%;
  position: relative;
  overflow: hidden;
}
.top_bottom_menu ul li a {
  color: #fff;
  min-height: 280px;
  padding: 30px;
  position: relative;
  z-index: 999;
}
.top_bottom_menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
.top_bottom_menu ul li h3 {
  font-size: 1.4rem;
  font-weight: 400;
}
.top_bottom_menu ul li h3 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  padding-bottom: 10px;
}
.top_bottom_menu ul li .more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
.top_bottom_menu ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover !important;
  transition: all 0.3s ease-out;
}
.top_bottom_menu ul li:hover:after {
  transform: scale(1.05);
}
.top_bottom_menu ul li:nth-child(1):after {
  background: url(../../img/graduate/top_company.jpg) no-repeat center center;
}
.top_bottom_menu ul li:nth-child(2):after {
  background: url(../../img/graduate/top_occupation.jpg) no-repeat center center;
}
.top_bottom_menu ul li:nth-child(3):after {
  background: url(../../img/graduate/top_faq.jpg) no-repeat center center;
}

.graduate_lower .inner {
  margin-bottom: 80px;
}
.graduate_lower h2 {
  color: #057dbb;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
.graduate_lower h3 {
  padding-left: 15px;
  border-left: solid 5px #057dbb;
  margin: 40px 0 20px;
  font-weight: 400;
  font-size: 2.4rem;
}
.graduate_lower .list li {
  padding-left: 15px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
}
.graduate_lower .list li:not(:last-child) {
  margin-bottom: 3px;
}
.graduate_lower .list li:before {
  content: "";
  display: inline-block;
  background: #057dbb;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.graduate_lower table {
  border-top: 1px solid #ddd;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  table-layout: fixed;
}
.graduate_lower table tr {
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
.graduate_lower table tr th {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
  padding: 30px 0;
  width: 30%;
}
.graduate_lower table tr td {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 30px 0;
  width: 70%;
}
.graduate_lower table tr td a {
  display: inline;
  color: #057dbb;
  text-decoration: underline;
}
.graduate_lower table .salary dt {
  width: 130px;
  display: inline-block;
}
.graduate_lower table .salary dd {
  width: calc(100% - 130px);
  display: inline-block;
}
.graduate_lower table .btn {
  background: #1e7bc2;
  border-radius: 25px;
  color: #fff;
  padding: 10px;
  width: 140px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.graduate_lower .plane_table {
  border: none;
  margin: 20px 0 0;
  width: auto;
}
.graduate_lower .plane_table tr {
  border: none;
}
.graduate_lower .plane_table tr td {
  padding: 10px 15px;
  border: dotted 2px #ddd;
  width: auto;
  text-align: right;
}

#news_graduate .newslist {
  border-top: 1px solid #ddd;
}
#news_graduate .newslist li {
  border-bottom: 1px solid #ddd;
}
#news_graduate .newslist a {
  font-size: 1.6rem;
  padding: 15px;
  color: #057dbb;
  transition: 0.2s ease;
  cursor: pointer;
}
#news_graduate .newslist a:hover {
  background: #ecf5f7;
}
#news_graduate .newslist a .news_date {
  display: block;
  color: #000;
}
#news_graduate .pager {
  text-align: center;
  margin: 40px auto 0;
}
#news_graduate .pager ul li {
  display: inline-block;
  margin: 0 5px;
}
#news_graduate .pager ul li a, #news_graduate .pager ul li span {
  border: 1px solid #ddd;
  display: block;
  font-size: 1.6rem;
  padding: 5px 12px;
}
#news_graduate .pager ul li a.current, #news_graduate .pager ul li span.current {
  border: none;
  background: #057dbb;
  color: #fff;
}

#single_news_graduate .date {
  margin-bottom: 20px;
}
#single_news_graduate .pager {
  margin: 50px auto 0;
  text-align: center;
}
#single_news_graduate .pager li {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
#single_news_graduate .pager li.center {
  margin: 0 10px;
}
#single_news_graduate .pager li a {
  text-decoration: none;
}
#single_news_graduate .contents a {
  color: #057dbb;
  text-decoration: underline;
}

#occupation ul {
  display: flex;
}
#occupation ul li {
  width: 33%;
}
#occupation ul li:not(:last-child) {
  margin-right: 30px;
}
#occupation ul li a {
  display: block;
  border: solid 3px #057dbb;
  padding: 20px 10px 40px;
  position: relative;
}
#occupation ul li a:hover {
  opacity: 1;
  transition-duration: 0.2s;
  background: #057dbb;
  color: #FFF;
}
#occupation ul li a:hover dt {
  border-bottom: dotted 3px #fff;
  color: #fff;
}
#occupation ul li a:after {
  content: "";
  transform: rotate(45deg);
  width: 0;
  height: 0;
  position: absolute;
  right: -2px;
  bottom: -7px;
  margin: auto;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  z-index: 1;
  display: inline-block;
  color: transparent;
  border-color: transparent transparent transparent #057dbb;
  transform: rotate(45deg);
}
#occupation ul li a .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
#occupation ul li img {
  width: 100%;
}
#occupation ul li dt {
  text-align: center;
  align-items: center;
  font-size: 2.1rem;
  margin-bottom: 10px;
  border-bottom: dotted 3px #057dbb;
  padding-bottom: 10px;
  color: #333;
}
#occupation ul li dd {
  font-size: 1.4rem;
}

#requirements02 {
  background: #f7f7f7;
}
#requirements02 .inner {
  padding: 80px 20px;
}
#requirements02 ul {
  max-width: 840px;
  margin: 0 auto;
}
#requirements02 ul li {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
#requirements02 ul li p {
  padding: 25px;
}
#requirements02 ul li p.step {
  border-right: 2px solid #f7f7f7;
  font-weight: 400;
}
#requirements02 ul li p.step span {
  font-size: 2rem;
}
#requirements02 ul li p .kome {
  font-size: 85%;
}
#requirements02 ul li:last-child {
  background: #35a9e5;
  color: #fff;
  display: block;
  text-align: center;
}
#requirements02 ul li:not(:last-child) {
  margin-bottom: 25px;
}
#requirements02 ul li:not(:last-child)::after {
  content: "";
  background: url(../../img/graduate/flow_arrow.png) no-repeat center;
  width: 14px;
  height: 28px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: 0 auto;
  z-index: 999;
}

#interview .inner {
  max-width: 980px;
  margin: 0 auto 80px;
}
#interview #interview01 .flex {
  margin-bottom: 40px;
}
#interview #interview02 {
  margin: 60px auto;
}
#interview h2 {
  font-size: 2.4rem;
}
#interview .txt.txt_only p {
  margin-bottom: 30px;
}
#interview p {
  font-size: 1.5rem;
  line-height: 1.8;
}
#interview p.question {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 20px !important;
}
#interview p .color_01 {
  color: #2070ad;
}
#interview p .color_02 {
  color: #19acaa;
}
#interview .flex {
  justify-content: space-between;
}
#interview .flex.flex_02 .txt {
  order: 2;
}
#interview .flex.flex_02 .img {
  margin: 0 20px 0 0;
  order: 1;
}
#interview .flex .txt {
  max-width: 600px;
}
#interview .flex .txt p {
  margin-bottom: 20px;
}
#interview .flex .txt p:last-child {
  margin-bottom: 0;
}
#interview .flex .img {
  max-width: 300px;
  margin: 0 0 0 20px;
}
#interview .flex .img img {
  width: 100%;
}
#interview .flex .img p {
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
}
#interview .flex .img p span {
  display: block;
}

#entry .entry_step1,
#entry .entry_step2,
#entry .entry_step3 {
  font-size: 1.5rem;
}
#entry table th {
  width: 35%;
  padding: 30px 20px 30px 0;
}
#entry table th p {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
}
#entry table th .red {
  border: 1px solid #d12525;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
  width: 32px;
  text-align: center;
  vertical-align: middle;
}
#entry table td {
  width: 65%;
}
#entry table td .item {
  margin-right: 10px;
}
#entry table input[type="text"],
#entry table input[type="email"],
#entry table textarea,
#entry table select {
  border: solid 1px #ccc;
  border-radius: 0;
  height: 40px;
  padding: 10px;
  max-width: 100%;
}
#entry textarea {
  width: 100%;
}
#entry .mwform-radio-field-text {
  font-weight: 300;
}
#entry .mw_wp_form_input .entry_step2,
#entry .mw_wp_form_confirm .entry_step1,
#entry .mw_wp_form_complete .entry_step1,
#entry .mw_wp_form_complete .entry_step2,
#entry .mw_wp_form_confirm .count_num {
  display: none;
}
#entry .entry_btn {
  background: #1e7bc2;
  border-radius: 30px;
  color: #fff;
  padding: 15px;
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  margin: 40px auto 0;
}
#entry .entry_back,
#entry .entry_step3 .btn {
  background: #999;
  border-radius: 30px;
  color: #fff;
  padding: 15px;
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  margin: 40px auto 0;
}
#entry .mw_wp_form_confirm .entry_back {
  margin-right: 20px;
}
#entry .survey textarea {
  height: 200px;
}
#entry .count_num {
  margin-top: 5px;
}
#entry .count_num p {
  font-size: 1.4rem;
}
#entry .count_num span, #entry .count_num p {
  display: inline-block;
  vertical-align: middle;
}
#entry .count_num .count1,
#entry .count_num .count2,
#entry .count_num .count3,
#entry .count_num .count4,
#entry .count_num .count5 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 2px 0 5px;
}

#faq .accordion dl {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}
#faq .accordion dl dt,
#faq .accordion dl dd {
  padding: 15px 10px;
}
#faq .accordion dl dt span,
#faq .accordion dl dd span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 10px;
  width: 15px;
  vertical-align: middle;
}
#faq .accordion dl dt p,
#faq .accordion dl dd p {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
}
#faq .accordion dl dt {
  cursor: pointer;
}
#faq .accordion dl dt::after {
  content: "";
  background: url(../../img/graduate/icon_arrow_b.svg) no-repeat right center;
  background-size: 12px;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 10px;
}
#faq .accordion dl dt.open::after {
  transform: rotateZ(180deg);
}
#faq .accordion dl dt span {
  color: #057dbb;
}
#faq .accordion dl dt p {
  width: calc(100% - 50px);
}
#faq .accordion dl dd {
  background: #f9f9f9;
  border-top: 1px dotted #ccc;
  display: none;
}
#faq .accordion dl dd span {
  color: #666;
}
#faq .accordion dl dd p {
  width: calc(100% - 25px);
}

#mr p:not(:last-child) {
  margin-bottom: 1.6rem;
}

/*
#mr, #qcqa, #research {
  h1 {
    padding: 60px 20px;
    height: 178px;
  }
  .ttl_jp {
    display: none;
  }
}
*/
#mr .red, #qcqa .red {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#qcqa dl {
  display: flex;
}
#qcqa dl dt {
  min-width: 110px;
}

#research {
  font-weight: 300;
}
#research .list {
  margin-top: 10px;
}
#research .list li {
  font-size: 1.4rem;
  padding-left: 1.6rem;
  position: relative;
}
#research .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: #057dbb;
}
#research h2 {
  margin: 40px 0 20px;
}
#research h3 {
  font-size: 2.2rem;
  padding-left: 10px;
  border-left: #084a87 solid 5px;
  margin: 0 0 20px;
  font-weight: 400;
  color: #333;
}
#research h3 span {
  font-size: 1.4rem;
}
#research section > section:not(:last-child) {
  margin-bottom: 40px;
}

.b_box {
  border: solid 1px #ccc;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 1080px) {
  .top_interview .flex {
    max-width: 880px;
  }
  .top_interview .flex .txt_box {
    right: -40px;
  }
}
@media screen and (max-width: 980px) {
  .top_block .top_news {
    width: 94%;
    margin: -50px 3% 0;
  }

  .top_interview .inner {
    padding: 80px 20px 90px;
  }
  .top_interview .flex {
    display: block;
    max-width: 540px;
  }
  .top_interview .flex .interview_01 {
    margin-bottom: 50px;
  }
  .top_interview .flex .txt_box {
    width: 165px;
    height: 165px;
    padding: 25px 15px;
    bottom: -20px;
    right: 0;
  }
  .top_interview .flex .txt_box p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #graduate .inner {
    padding: 50px 20px;
  }

  .top_block .keyvisual {
    min-height: 400px;
    position: relative;
  }
  .top_block .keyvisual img {
    max-width: 300px;
  }

  .top_block .top_news {
    padding: 15px 20px;
  }
  .top_block .top_news h2 {
    margin: 0 25px 0 0;
    width: 70px;
  }
  .top_block .top_news h2 span {
    font-size: 2.4rem;
  }
  .top_block .top_news .news_more {
    padding-bottom: 15px;
  }

  .top_intro p {
    text-align: left;
  }

  .top_bottom_menu ul {
    display: block;
  }
  .top_bottom_menu ul li {
    width: 100%;
  }
  .top_bottom_menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top_bottom_menu ul li a {
    min-height: 160px;
  }

  .graduate_lower .inner {
    margin-bottom: 40px;
  }
  .graduate_lower h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .graduate_lower table tr th {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    padding: 20px 0 10px;
    width: 100%;
  }
  .graduate_lower table tr td {
    display: block;
    font-size: 1.5rem;
    padding: 0 0 25px;
    width: 100%;
  }
  .graduate_lower .plane_table tr td {
    display: table-cell;
    font-size: 1.3rem;
    padding: 5px 10px;
  }

  #news_graduate .newslist a {
    font-size: 1.5rem;
  }

  #g_company01 p {
    margin-bottom: 15px;
  }
  #g_company01 .flex img {
    display: block;
    width: 200px;
    margin: 0 auto 10px;
  }

  #mr h1, #qcqa h1, #research h1 {
    padding: 40px 20px;
    height: 141px;
  }

  #occupation ul {
    display: block;
  }
  #occupation ul li {
    width: 100%;
  }
  #occupation ul li:not(:last-child) {
    margin: 0 0 20px;
  }
  #occupation ul li a {
    padding: 10px 10px 30px;
  }
  #occupation ul li a .more {
    bottom: 10px;
    right: 10px;
  }
  #occupation ul li dl dt {
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 5px;
  }
  #occupation ul li dl dd {
    font-size: 1.4rem;
  }

  #occupation02 .inner {
    padding: 60px 20px;
  }

  #interview .inner {
    margin: 0 auto 60px;
  }
  #interview h2 {
    font-size: 2.2rem;
    text-align: left;
  }
  #interview .flex.flex_02 .img,
  #interview .flex .img {
    margin: 20px auto 0;
  }

  #entry table th {
    width: 100%;
    padding: 20px 0 10px;
    text-align: left;
  }
  #entry table th .red {
    font-size: 1.1rem;
  }
  #entry table td {
    width: 100%;
  }
  #entry .mw_wp_form_confirm .entry_btn {
    width: 48%;
  }
  #entry .mw_wp_form_confirm .entry_back {
    margin-right: 2%;
    width: 48%;
  }

  #research h2 {
    margin: 30px 0 15px;
    font-size: 2.4rem;
  }
  #research h3 {
    font-size: 1.8rem;
  }
  #research h3 span {
    display: block;
    margin-top: 3px;
  }
  #research section > section:not(:last-child) {
    margin-bottom: 30px;
  }

  .b_box {
    padding: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .top_block .keyvisual {
    min-height: 280px;
  }
  .top_block .keyvisual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .top_interview .flex .interview_01 {
    margin-bottom: 55px;
  }
  .top_interview .flex .txt_box {
    width: 250px;
    height: auto;
    padding: 15px;
    bottom: -35px;
    right: -10px;
  }
  .top_interview .flex .txt_box .position {
    font-size: 1.4rem;
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
  .top_interview .flex .txt_box .name {
    font-size: 1.6rem;
  }
}
.job_dl {
  display: flex;
  max-width: 680px;
  padding: 20px;
  border: double #ccc;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
}
.job_dl dt {
  width: 140px;
  font-weight: bold;
  justify-content: center;
  padding: 5px;
  background: #eee;
  display: flex;
  align-items: center;
}
.job_dl dt:nth-of-type(n+2) {
  margin-top: 15px;
}
.job_dl dd {
  width: calc(100% - 150px);
  padding: 5px;
}
.job_dl dd:nth-of-type(n+2) {
  margin-top: 15px;
}
