themeLinkBtn_item@charset "UTF-8";

/******************************
normalize.css v3.0.2 | MIT License | git.io/normalize
******************************/
img, legend {
  border: 0;
}
legend, td, th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, optgroup, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre, textarea {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.redTxt {
  color: red !important;
}

/******************************
reset
******************************/
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr, acronym, fieldset, img, input {
  border: 0;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: 400;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after, q:before {
  content: '';
}
a, img {
  vertical-align: top;
  display: inline-block;
}

/******************************
Common
******************************/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
html * {
  max-height: 1000000px;
}
body {
  color: #333;
  min-height: 100%;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
}
*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a, input {
  outline: 0;
}
a, a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}

/******************************
LAYOUT
******************************/
.wrap {
  position: relative;
}
.header {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.headerIn {
  width: 100%;
  overflow: hidden;
}
.footer {
  width: 100%;
}
.contents {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.inner {
  overflow: hidden;
}
.btnSpb {
  margin-bottom: 110px;
}
/******************************
COMMON PARTS
******************************/
@media (max-width: 767px) {
  .spHide {
    display: none !important;
  }
  .btnSpb {
  margin-bottom: 55px;
}
}

@media (min-width: 768px) {
  .pcHide {
    display: none !important;
  }
}

/*PC・SP共有画像*/
.imgResponsive {
  width: 100%;
  height: auto;
}

/*配置*/
.flL {
  float: left;
}
.flR {
  float: right;
}
.dn {
  display: none !important;
}
.db {
  display: block !important;
}
.dib {
  display: inline-block !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt30 {
  margin-top: 39px !important;
}
.box:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*ページTOP*/
.pageTop {
  z-index: 80;
}
.pageTop a {
  position: relative;
}
.pageTop a:after {
  content: "";
  top: 50%;
  right: 50%;
  position: absolute;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  display: block;
}
.pageTop a.index {
  background-color: #D4DDE1;
}

/*フォント*/
html.f_small {
  font-size: 45%;
}
html.f_middle {
  font-size: 62.5%;
}
html.f_large {
  font-size: 95%;
}
.fwb {
  font-weight: bold;
}
.notice {
  color: #F00;
}
.anchor {
  display: inline;
  text-decoration: underline !important;
}

/*その他*/
.overlay {
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

/******************************
Header
******************************/
.headerTop {
  overflow: hidden;
}
.log_site {
  float: left;
}
.header_right {
  float: right;
  display: table;
}
.changeLang ul {
  overflow: hidden;
}
.changeLang li {
  float: left;
}
.changeLang li:first-child {
  margin-left: 0;
}
.changeLang a {
  color: #000;
}
.changeLang .active {
  text-decoration: underline;
  pointer-events: none;
}
.headerRightSub {
  vertical-align: bottom;
}
.headerRightSub p:first-child {
  margin-top: 0;
}
.gnavPc ul {
  width: 100%;
}
.gnavPc li {
  position: relative;
}
.gnavPc a {
  line-height: 1;
  text-align: center;
  display: block;
}
.gnavPc .gnavIn {
  position: absolute;
  top: 50px;
  left: 0;
}
.gnavPc .gnavIn li {
  width: 100%;
  display: block;
}
.gnavPc .gnavIn .movie a {
  color: #00B3CC;
}
.gnavPc .gnavIn .photo a {
  color: #3BB812;
}
.gnavPc li .innav {
  width: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  box-sizing: border-box;
  position: absolute;
  top: 90%;
  left: 0;
}
.gnavPc li:hover .innav {
  top: 100%;
  visibility: visible;
  opacity: 1;
  display: block;
}
.gnavPc .innav li,
.gnavPc .innav li:first-child {
  width: 100%;
  padding: 0 5px;
  display: block;
  border-left: none;
  border-right: none;
}
.gnavPc .innav li.row2 a {
  padding: 10px 4px 6px;
  line-height: 1.25;
}
.gnavPc .innav li:hover {
  background-color: #a4b3b5;
}
.gnavPc .innav li a {
  text-align: center;
}
.gnavPc .innav li + li a {
  border-top: 1px solid #DEE0DF;
}
.gnavPc li:hover .innav li a,
.gnavPc li:active .innav li a,
.gnavPc .active .innav li a {
  color: #000;
}
.gnavPc li:hover .innav li:hover a,
.gnavPc li:active .innav li:active a,
.gnavPc .active .innav .active a {
  color: #fff;
}

/******************************
Footer
******************************/
.footer {
  text-align: center;
  border-bottom: 1px solid #7F7F7F;
}
.footerIn {
  background-color: #dbe1e2;
}
.footer_nav {
  text-align: center;
}
.footer_nav li {
  display: inline-block;
}
.footer_nav a {
  padding: 0 10px;
  font-size: 1rem;
}
.footer_address {
  text-align: center;
}
.footer_log {
  padding: 22px;
  font-size: 0;
}
.footer_log_item {
  display: inline-block;
}

/******************************
TOP
******************************/

.mainVisual {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.briefingH29 {
  width: 100%;
}

.briefingH29_head {
  text-align: center;
  background-color: rgba(255, 255, 51, 0.8);
}

.briefingH29_body {
  background-color: rgba(255, 255, 255, 0.7);
}

.english .briefingH29 {
  width: 100%;
}

.english .briefingH29_head {
  text-align: center;
  background-color: rgba(254, 254, 50, 0.8);
}

.english .briefingH29_head img {
  width: 78.5%;
}

.english .briefingH29_body {
  background-color: rgba(255, 255, 255, 0.7);
}

.js_randomImg_item {
  width: 100%;
  min-width: 1300px;
  position: absolute;
  top: 0;
}

.pageBtn {
  padding: 5px 20px 35px;
  font-size: 0;
  text-align: center;
  background: #eeffff;
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2) inset;
}

.pageBtn > div{
  width: 100%;
  max-width: 480px;
  box-shadow: border-box;
  display: inline-block;
  vertical-align: top;
}

.pageBtn > div.foreignBtn {
  width: 100%;
  max-width: 482px;
  padding: 0 38px;
  box-shadow: border-box;
  display: inline-block;
  vertical-align: top;
}

.pageBtn p {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  margin-top: 20px;
}

.pageBtn li {
  margin-top: 8px;
}

.pageBtn .companyBtn li:nth-child(1) a {
  background: url(/common/images/index/btn_pagebtn_company_1_pc_o.png) no-repeat left top;
}

.pageBtn .companyBtn li:nth-child(2) a {
  background: url(/common/images/index/btn_pagebtn_company_2_pc_o.png) no-repeat left top;
}

.pageBtn .foreignBtn li:nth-child(1) a {
  background: url(/common/images/index/btn_pagebtn_foreign_1_pc_o.png) no-repeat left top;
}

.pageBtn .foreignBtn li:nth-child(2) a {
  background: url(/common/images/index/btn_pagebtn_foreign_2_pc_o.png) no-repeat left top;
}

.btnIndex {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.btn_briefing_index_wrap .btn_briefing_index {
  width: 100%;
  display: table;
  position: relative;
  z-index: 10;
}

.btn_briefing_index_left, .btn_briefing_index_right {
  display: table-cell;
}

.btn_briefing_index_left li, .btn_briefing_index_right li {
  margin-top: 5px;
}

.btn_briefing_index_left li:first-child, .btn_briefing_index_right li:first-child {
  margin-top: 0;
}

.btn_seminar_index_wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 100;
}

.btn_seminar_index {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.btn_seminar_index a {
  background: url(/common/images/index/btn_seminar_pc_o.png) no-repeat left top;
}

.flow {
  overflow: hidden;
  position: relative;
}

.flow_tit {
  text-align: center;
  position: relative;
  z-index: 3;
}

.flow_section:last-of-type {
  margin-bottom: 0;
}

.flow_step {
  position: relative;
}

.flow_step_tit {
  position: absolute;
  left: 50%;
  z-index: 1;
}

.flow_step_btnStep {
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 10;
}

.flow_step_btnStep li {
  overflow: hidden;
  display: inline-block;
}

.whatsnew_tit img, .whatsnew_tit_note {
  display: inline-block;
}

.whatsnew_tit_note {
  vertical-align: bottom;
}

.whatsnew_list {
  margin-bottom: 0;
  overflow-y: scroll;
}

.item a {
  color: #000;
}

.whatsNew_item {
  overflow: hidden;
}

.whatsNew_item .item_cat, .whatsNew_item .item_date, .whatsNew_item a {
  float: left;
}

.whatsNew_item p:first-child {
  float: left;
}

.whatsNew_item p:last-child {
  margin-top: 0;
  overflow: hidden;
}

.item_date {
  width: 5em;
  padding-top: 3px;
  margin-right: 22px;
  font-size: 1.1rem;
}

.item_cat {
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  float: left;
}

.item_cat_topic {
  background-color: #c8c7ab;
}

.item_cat_event {
  background-color: #abc8c8;
}

.item_cat_news {
  background-color: #c7abc7;
}

.asideWhatsnewIn {
  min-height: 150px;
  padding: 17px 15px 15px;
  border: 1px solid #1c4295;
  border-radius: 5px;
  background-color: #fcfbf9;
}

.fbTit {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #3b57a0;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #3b57a0;
}

.indexSection {
  padding-top: 38px;
  padding-bottom: 46px;
}

.sectionIn {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.sectionHead {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 38px;
  padding: 9px 5px 7px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #c3cdce;
  border-bottom: 2px solid #c3cdce;
}

.sectionLead {
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 2.055555556;
  text-align: center;
}

.sectionBtn {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.sectionBtn a {
  display: block;
}

.sectionBtn_item {
  margin-top: 28px;
}

.sectionBtn_item:first-child {
  margin-top: 0;
}

.sectionBtn_item a {
  transition: .3s;
}

.sectionBtn_item a:hover {
  opacity: 0.8;
}

.indexSection_middle {
  padding-top: 56px;
  background-color: #E0E9FB;
}

.indexSection_middle_btn {
  width: 100%;
  max-width: 426px;
}

.indexSection_middle_btn a {
  background: url(/common/images/index/btn_report2_o_pc.png) no-repeat;
}

.indexSection_middle_img {
  margin-top: 39px;
}

.indexSection_bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to right bottom, transparent 50%, #fef5ea 50%);
  background-color: #e7f3fe;
  background-repeat: no-repeat;
  background-size: cover;
}

.indexSection_bottom_btn {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.indexSection_bottom_btn_item {
  width: 50%;
  padding: 0 29px;
  float: left;
}

.indexSection_bottom_btn_item:last-child {
  float: right;
}

.indexSection_bottom_btn_item a, .indexSection_bottom_btn_item img {
  display: block;
}

.indexSection_bottom_btn_item a {
  transition: .3s;
}

.indexSection_bottom_btn_item a:hover {
  opacity: 0.8;
}


/******************************
事業概要
******************************/

.goal {
  margin: 0 auto;
}

.diagonal {
  background-image: linear-gradient(to right bottom, transparent 50%, #fef5ea 50%);
  background-color: #e7f3fe;
  background-repeat: no-repeat;
  background-size: cover;
}

.goal_tit {
  text-align: center;
}

.goal_tit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
}

.goalImg_lead span {
  text-align: center;
  display: block;
}

.goal_desc_list {
  margin: 0 auto;
}

.goal_desc_list li:first-child {
  margin-top: 0;
  background: url(/common/images/about/bg_1.png) no-repeat left center;
}

.goal_desc_list li:nth-child(2) {
  background: url(/common/images/about/bg_2.png) no-repeat left center;
}

.goal_desc_list li:last-child {
  background: url(/common/images/about/bg_3.png) no-repeat left center;
}

.line_yellow {
  padding: 0 .5em;
  background: linear-gradient(transparent 40%, rgba(255, 255, 0, 0.6) 0%);
}

.internship_table {
  width: 100%;
}

.internship_table_time {
  color: #7D7D7D;
  text-align: center;
  vertical-align: top;
  background: url(/common/images/about/bg_internship_table.png) #dbdcdc no-repeat center top;
}

.internship_table_time .internship_table_time_inner span {
  font-weight: bold;
}

.internship_table_time.last {
  line-height: 1;
  vertical-align: top;
}

.internship_table_time_empty {
  background-image: none;
}

.internship_table_time_inner {
  background: #DBDCDC;
}

.internship_table_contents {
  vertical-align: top;
}

.internship_table_head {
  line-height: 1;
  text-align: center;
}

.internship_table_head.internship_table_company {
  color: #FFF;
  background-color: #4682F9;
}

.internship_table_head.internship_table_foreign {
  color: #FFF;
  background-color: #F49B14;
}

.internship_table_col1 {
  width: 100%;
}

.internship_table_company, .internship_table_foreign, .internship_table_center {
  text-align: center;
  vertical-align: middle;
}

.internship_table_company {
  color: #4682F9;
  background-color: #FFF;
}

.internship_table_foreign {
  color: #F49B14;
  background-color: #FFF;
}

.internship_table_center {
  color: #595757;
  line-height: 2.1;
  background-color: #EDEDED;
}

.internship_table_bottom {
  background-color: transparent;
}

.btn_definition {
  text-align: center;
}

.definition_tit {
  text-align: center;
}

.definition_tit>span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
}

.definition_tit_about {
  line-height: 1.75;
}

.definition_lead {
  width: 650px;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.definition_list {
  overflow: hidden;
}

.definition_list li {
  border-bottom: 1px solid #5F5F5F;
}

.definition_list dt {
  border-top: 1px solid #5F5F5F;
}

.definition_list dt:first-of-type {
  border-top: none;
}

.definition_list dd {
  overflow: hidden;
}

.definition_list dd:first-of-type {
  border-top: none;
}

.structure {
  padding-top: 69px;
  padding-bottom: 68px;
  background-color: #F3F5F5;
}

.structure_inner {
  width: 100%;
  max-width: 1015px;
  margin: 0 auto;
}

.structure_tit {
  max-width: 500px;
  margin: 0 auto 30px;
  text-align: center;
}

.structure_tit span {
  line-height: 1;
  text-align: center;
  display: block;
  background-color: #FFF;
  padding: 15px 30px 13px;
  font-size: 3rem;
  border: 5px solid #c2cdce;
}

.structure_lead {
  width: 70%;
  margin: 0 auto 43px;
  font-size: 1.8rem;
  line-height: 2.055555556;
}

.internShipSchedule {
  padding-top: 39px;
  padding-bottom: 68px;
}

.internShipSchedule_inner {
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
}

.internShipSchedule_tit {
  max-width: 500px;
  margin: 0 auto 29px;
  text-align: center;
}

.internShipSchedule_tit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  padding: 15px 30px 13px;
  font-size: 3rem;
  border: 5px solid #c2cdce;
}

.internShipSchedule_lead {
  font-size: 1.8rem;
  line-height: 2.055555556;
  text-align: center;
}

.internShipSchedule_btn {
  margin-top: 50px;
  padding-top: 19px;
  padding-bottom: 23px;
  background-color: #F3F5F5;
}

.internShipSchedule_btn_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}

.internShipSchedule_btn_list {
  font-size: 0;
  text-align: center;
}

.aboutDefinition {
  padding-top: 81px;
  padding-bottom: 147px;
}

.aboutDefinition_tit {
  text-align: center;
  margin-bottom: 24px;
}

.aboutDefinition_tit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  padding: 15px 30px 13px;
  font-size: 3rem;
  border: 5px solid #c2cdce;
}

.aboutDefinition_body {
  width: 60%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.055555556;
}


/******************************
事例紹介
******************************/

.contents_theme {
  background: #c9d3f7;
}

.contents_theme.h29 {
  background: #fded52;
}

.contents_theme.h28 {
  background: #dded4e;
}

.pageTit {
  text-align: center;
}

.pageTit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
}

.pageLead {
  text-align: center;
}

.themeTab {
  width: 100%;
  max-width: 977px;
  margin: 30px auto 0;
}

.themeTab ul {
  padding-left: 5px;
  font-size: 0;
}

.themeTab li {
  width: 33%;
  display: inline-block;
}

.themeTab li a {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.themeTab li#h29 a {
  background-image: url(../images/theme/tab_h29_pc.png);
}

.themeTab li#h28 a {
  background-image: url(../images/theme/tab_h28_pc.png);
}

.themeTab li#all a {
  background-image: url(../images/theme/tab_all_pc.png);
}

.themeTab img {
  transition: .3s;
  opacity: 0;
}

.themeTab img:hover, .themeTab a.active img {
  opacity: 1;
}

.themeBody {
  padding-top: 43px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
}

.themeLinkBtn_item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.themeLinkBtn_item img {
  transition: .3s;
}

.themeLinkBtn_item a.active {
  opacity: 0;
}

.themeItem {
  background-color: #FFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.themeItem:after {
  content: "";
  display: block;
  clear: both;
}

.themeItem:first-child {
  margin-top: 0;
}

.themeItem_sub a {
  display: block;
}

.themeItem_mainIn:first-child {
  margin-top: 0;
}

.themeItem_mainHead {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
}

.themeItem_mainHead span, .themeItem_mainHead img {
  display: table-cell;
}

.themeItem_mainHeadCampany {
  color: #4682F9;
}

.themeItem_mainHeadForiegn {
  color: #F49B14;
  font-feature-settings: "palt";
}

.themeItem_mainBody {
  margin-top: auto;
  color: #333;
  border-top: 1px dashed #3B3B3B;
}

.themeItem_mainBtn {
  position: absolute;
}

.themeDetail_head {
  color: #fff;
  text-align: center;
}

.themeDetail_head_theme1 {
  background-color: #00C1D0;
}

.themeDetail_head_theme2 {
  background-color: #49bd0c;
}

.themeDetail_head_theme3 {
  background-color: #ff9236;
}

.pickup {
  background-color: #FFFCD4;
}

.pickup_in {
  margin: 0 auto;
  text-align: center;
}

.pickup_body {
  background-color: #FFF;
  background-color: #FFF;
}

.pickup_body span {
  color: #4682f9;
  display: block;
  background-image: url(/common/images/theme/bg_underline.png);
  background-repeat: repeat;
  background-size: auto 1.8em;
}

.themeDetail_top {
  box-shadow: none;
}

.themeDetail_top .themeItem_main {
  padding-bottom: 0;
}

.themeDetailItem {
  position: relative;
}

.themeDetailItem:last-of-type {
  margin-bottom: 0;
}

.themeDetailItem_campany {
  border: 6px solid #A2C0FC;
}

.themeDetailItem_foreign {
  border: 6px solid #f9cd89;
}

.themeDetailItem_head {
  position: absolute;
}

.themeDetailItem_lead {
  background-repeat: no-repeat;
}

.themeDetailItem_body dt {
  font-weight: bold;
}

.themeDetailItem_campany .themeDetailItem_lead {
  color: #4682F9;
  border-bottom: 1px solid #4682f9;
  background-image: url(/common/images/theme/ico_quote_company.png);
}

.themeDetailItem_foreign .themeDetailItem_lead {
  color: #f49b13;
  border-bottom: 1px solid #f49b13;
  background-image: url(/common/images/theme/ico_quote_foreign.png);
}

.themeDetailMore {
  background-color: #F3F5F5;
}

.themeDetailMore_in {
  margin: 0 auto;
}

.themeDetailMore_head {
  text-align: center;
}

.themeDetailMore_item {
  margin: 0 auto;
  background-color: #FFF;
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 1;
}

.themeDetailMore_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(185, 196, 198, 0.9);
}

.themeDetailMore_item:after {
  content: "";
  display: block;
  clear: both;
}

.themeDetailMore_item:first-child {
  margin-top: 0;
}

.themeDetailMore_item_main, .themeDetailMore_item_sub {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

.themeDetailMore_item_main {
  position: relative;
}

.themeDetailMore_item_mainIn:first-child {
  margin-top: 0;
}

.themeDetailMore_item_mainHead {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
}

.themeDetailMore_item_mainHead span, .themeDetailMore_item_mainHead img {
  display: table-cell;
}

.themeDetailMore_item_mainHeadCampany {
  color: #4682F9;
}

.themeDetailMore_item_mainHeadForiegn {
  color: #F49B14;
  font-feature-settings: "palt";
}

.themeDetailMore_item_mainBody {
  padding: 10px;
  margin-top: auto;
  color: #333;
  border-top: 1px dashed #3B3B3B;
}

.themeDetailMore_item_mainBtn {
  position: absolute;
}

.slick-list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.slick-current {
  z-index: 100;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
}

.slick-current.themeDetailMore_item:before {
  content: normal;
}

.slick-initialized .slick-slide {
  outline: none;
}

.slick-arrow {
  text-indent: -9999px;
}

.slick-next, .slick-prev {
  width: 27px;
  height: 45px;
  z-index: 100;
  border: 0;
  top: 50%;
  margin-top: -22px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-disabled {
  opacity: 0.4;
}

.slick-next, .slick-prev {
  content: '';
  border: 0px;
  background: url(../images/theme/ico_arrow.png) no-repeat center;
  position: absolute;
}

.slick-prev {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.backThemeAll {
  text-align: center;
}

.backThemeAll a {
  display: inline-block;
  transition: .3s;
}

.backThemeAll .disabled {
  opacity: .5;
  pointer-events: none;
}


/******************************
成果レポート
******************************/

.reportResults {
  margin-left: auto;
  margin-right: auto;
}

.reportResults_head {
  width: 100%;
  background-color: #EBEBEB;
}

.reportResults_head_icon, .reportResults_head_txt, .reportResults_head_note {
  display: inline-block;
  vertical-align: middle;
}

.reportResults_head_note {
  margin-left: 15px;
  color: #6C797A;
  vertical-align: bottom;
}

.reportResults_head_icon {
  text-align: center;
}

.reportResults_head_txt {
  font-weight: bold;
}

.reportResults_head .line_yellow {
  padding-bottom: 3px;
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.6) 0%);
}

.resultsSection:first-of-type {
  margin-top: 0;
}

.resultsSection_head {
  color: #6C797A;
  font-weight: bold;
}

.resultsSection_list {
  background-color: #F6F7F8;
}

.resultsSection_list_item {
  position: relative;
}

.resultsSection_list_item:first-child {
  margin-top: 0;
}

.resultsSection_list_item:before {
  content: "";
  background-color: #4682F9;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.btnMoreLink {
  font-size: 0;
  overflow: hidden;
}

.btnMoreLink_head {
  float: left;
}

.btnMoreLink_item {
  display: inline-block;
  overflow: hidden;
}

.reportDescItemTable {
  width: 100%;
  color: #333;
}

.reportDescItemTable .tableBgYello {
  color: #FFF;
  background-color: #4682F9;
}

.reportDescItemTable tr:nth-child(1) {
  font-weight: bold;
}

.reportDescItemTable tr:nth-child(odd) {
  background-color: #f6f7f8;
}

.reportDescItemTable tr:nth-child(even) {
  background-color: #FFF;
}

.reportDescItemTable tr.tableBgYello {
  color: #333;
  background-color: #fef7a6;
}

.reportDescItemTable th:nth-child(1), .reportDescItemTable th:nth-child(3), .reportDescItemTable td:nth-child(1), .reportDescItemTable td:nth-child(3) {
  text-align: center;
}

.reportDescItemTable th:nth-child(1), .reportDescItemTable th:nth-child(2), .reportDescItemTable td:nth-child(1), .reportDescItemTable td:nth-child(2) {
  border-right: 2px solid #fff;
}


/******************************
企業
インターン
******************************/

.heading_tit {
  position: relative;
}

.box_heading {
  position: relative;
  z-index: 10;
}

.block_tit {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.overview_table {
  border-collapse: separate;
}

.overview_table th, .overview_table td {
  vertical-align: top;
}

.overview_table td {
  background-color: #f7f7f7;
}

.overview_table_note {
  padding-left: 1em;
  text-indent: -1em;
}

.overview_table_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.overviewFlow_tab {
  width: 1000px;
  margin: 0 auto 17px;
  padding-left: 5px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.overviewFlow_tab li {
  float: left;
  position: relative;
}

.overviewFlow_tab li:first-child {
  margin-left: 0;
  z-index: 500;
}

.overviewFlow_tab li:nth-child(2) {
  z-index: 300;
}

.overviewFlow_tab li:last-child {
  z-index: 100;
}

.overviewFlow_tab a {
  display: block;
}

.overviewFlow_tab_contents {
  display: none;
}

.overviewFlow_tab_contents_step1 {
  display: block;
}

.overviewFlow_table {
  border-collapse: separate;
}

.overviewFlow_table tr:first-child th {
  background-image: none;
}

.overviewFlow_table tr:first-child td {
  border-top: none;
}

.overviewFlow_table td {
  overflow: hidden;
  position: relative;
}

.overviewFlow_table_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.overviewFlow_table_list li:first-child {
  margin-top: 0;
}

.overviewFlow_table_list li.btn_briefing {
  margin-top: 0;
}

.overviewFlow_table_list li a {
  text-indent: 0;
}

.overviewFlow_table_btn .btn_briefing {
  text-align: right;
}

.overviewFlow_table_btn .btn_briefing li {
  padding-left: 0;
  text-indent: 0;
  margin-top: 0;
  display: inline-block;
}

.btn_next_step {
  margin: 0 auto;
}

.overviewFlow_table_list_ol>li {
  padding-left: 1em;
  text-indent: -1em;
}

.overviewFlow_table_list_dl {
  text-indent: 0;
}

.overviewFlow_table_list_dl dd {
  overflow: hidden;
}

.overviewFlow_table_in_table {
  width: 100%;
  border-collapse: separate;
}

.overviewFlow_table_in_table th {
  color: #FFF;
  background-color: #808080;
  text-align: center;
  text-indent: 0 !important;
}

.overviewFlow_table_in_table td {
  text-indent: 0;
  text-align: left;
}

.overviewFlow_table_in_table td:nth-child(1) {
  vertical-align: top;
}

.overviewFlow_table_list_ul span {
  display: inline-block;
}

.overviewFlow_table_list_ul_note {
  display: block;
}

.overviewFlow_table_in_table_note {
  display: block;
}

.btn_application {
  text-align: right;
}

.overviewFlow_tab_contents_step1 .img {
  width: 45%;
  height: auto;
}

.overviewFlow_tab_contents_step2 .img {
  width: 60%;
  height: auto;
}

.overviewFlow_tab_contents_step3 .img {
  width: 70%;
  height: auto;
}


/* 2時募集
----------------------------------*/

.secondary .overview_table th {
  color: #fff;
}

.secondary_link {
  text-align: center;
}

.secondary_link p {
  color: #BC272D;
  line-height: 1.44;
}

.secondary_link .btn_secondary_link a img {
  width: 100%;
}

.agreement_box .disabled {
  opacity: .5;
}

.importantNotice {
  width: 100%;
  max-width: 833px;
  margin-right: auto;
  margin-left: auto;
}

.importantNotice_head {
  text-align: center;
}

.importantNotice_lead {
  font-weight: bold;
}

.importantNotice_item {
  padding-left: 1.3em;
  text-indent: -1.3em;
  border-top: 1px dotted #555;
}

.importantNotice_item:first-child {
  padding-top: 0;
  border-top: none;
}


/* 企業
----------------------------- */

.company {
}

.company .overview_table tr:nth-child(2n) {
  background-color: #daf3f9;
}

.company .overview_table tr:nth-child(2n+1) {
  background-color: #e3ecfd;
}

.company .overviewFlow_tab_contents_step1 th {
  background-color: #dae6fe;
}

.company .overviewFlow_tab_contents_step1 .icon {
  color: #4A85F5;
}

.company .overviewFlow_tab_contents_step1 td {
  border-color: #4A85F5;
}

.company .overviewFlow_tab_contents_step2 th {
  background-color: #d2eff7;
}

.company .overviewFlow_tab_contents_step2 .icon {
  color: #1caed5;
}

.company .overviewFlow_tab_contents_step2 td {
  border-color: #1caed5;
}

.company .overviewFlow_tab_contents_step3 th {
  background-color: #dae6fd;
}

.company .overviewFlow_tab_contents_step3 .icon {
  color: #4a85f5;
}

.company .overviewFlow_tab_contents_step3 td {
  border-color: #4a85f5;
}

.company .overviewFlow_table_in_table th {
  background-color: #a0a0a0;
}

.company .overviewFlow_table_in_table tr:nth-child(2n) td {
  background-color: #e8f7fb;
}

.company .overviewFlow_table_in_table tr:nth-child(2n+1) td {
  background-color: #f2f2f2;
}

.company.secondary .overview_table tr:nth-child(2n+1) {
  background-color: #2E318D;
}

.company.secondary .overview_table tr:nth-child(2n) {
  background-color: #4682F9;
}

.company .tit_agreement_box {
  color: #2E318D;
  text-align: center;
}

.company .agreement_box_list {
  background-color: #eaeaf3;
}

.company .agreement_box_list>ol>li {
  padding-left: 1em;
  text-indent: -1em;
}

.company .agreement_box_list>ol>li:first-child {
  margin-top: 0;
}

.company .agreement_box_list>ol>li dl {
  text-indent: 0;
}

.company .agreement_box_list>ol>li dd {
  padding-left: 1.5em;
}

.company .agreement_box_list>ol>li dd ol {
  padding-left: 1em;
}

.company .agreement_box_list>ol>li dd li {
  padding-left: 1em;
  text-indent: -1em;
}

.company .agreement_box_btn_wrap .agreement_check {
  text-align: center;
}

/* インターン
  ----------------------------------*/
.foreign {
}

.foreign .overview_table tr:nth-child(2n) {
  background-color: #fef7e6;
}

.foreign .overview_table tr:nth-child(2n+1) {
  background-color: #fbe6c6;
}

.foreign .overviewFlow_tab_contents_step1 th {
  background-color: #fce6c4;
}

.foreign .overviewFlow_tab_contents_step1 .icon {
  color: #f49b14;
}

.foreign .overviewFlow_tab_contents_step1 td {
  border-color: #f29a2d;
}

.foreign .overviewFlow_tab_contents_step2 th {
  background-color: #fdefcc;
}

.foreign .overviewFlow_tab_contents_step2 .icon {
  color: #f5ad00;
}

.foreign .overviewFlow_tab_contents_step2 td {
  border-color: #f6c75f;
}

.foreign .overviewFlow_tab_contents_step3 th {
  background-color: #fce6c4;
}

.foreign .overviewFlow_tab_contents_step3 .icon {
  color: #f49b14;
}

.foreign .overviewFlow_tab_contents_step3 td {
  border-color: #fce6c4;
}

.foreign .overviewFlow_table_in_table th {
  background-color: #a0a0a0;
}

.foreign .overviewFlow_table_in_table tr:nth-child(2n+1) td {
  background-color: #fce6c4;
}

.foreign .overviewFlow_table_in_table tr:nth-child(2n) td {
  border-bottom: 3px solid #FFF;
  background-color: #fef7e5;
}

.foreign.secondary .overview_table tr:nth-child(2n+1) {
  background-color: #FF5A19;
}

.foreign.secondary .overview_table tr:nth-child(2n) {
  background-color: #F49B14;
}

.foreign .tit_agreement_box {
  color: #FF5A19;
  text-align: center;
}

.foreign .agreement_box_list {
  font-size: 1.6rem;
  background-color: #ffeee9;
}

.foreign .agreement_box_list>ol>li {
  padding-left: 1em;
  text-indent: -1em;
}

.foreign .agreement_box_list>ol>li:first-child {
  margin-top: 0;
}

.foreign .agreement_box_list>ol>li ol {
  text-indent: 0;
}

.foreign .agreement_box_list>ol>li li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* 説明会スケジュール
  ----------------------------------*/

.schedule_tit {
  text-align: center;
}

.schedule_table {
  border-collapse: separate;
}

.schedule_table th {
  text-align: center;
}

.schedule_table_note {
  color: #F00;
  text-align: right;
}

.schedule_table_location {
  text-align: center;
}

.schedule_table_date {
  text-align: center;
}

.schedule_table_date span {
  font-weight: bold;
}

.schedule_table_time {
  font-weight: bold;
  text-align: center;
}

.schedule_table_time span {
  font-weight: normal;
}

.schedule_lead {
  text-align: center;
}

.schedule_guidance {
  border-collapse: separate;
}

.schedule_guidance th {
  color: #FFF;
  background-color: #ED8823;
  text-align: center;
}

.company .schedule_tit {
  color: #4682F9;
}

.company .odd th {
  background-color: #E3ECFD;
}

.company .even th {
  background-color: #F2FBFD;
}

.foreign .schedule_tit {
  color: #F49B14;
}

.foreign .odd th {
  background-color: #fdf0dd;
}

.foreign .even th {
  background-color: #fefbf2;
}


/******************************
企業登録（プレエントリー）
******************************/

.contents_preentry {
  background: #eef4ff;
}

.preentry {
  padding-bottom: 172px;
}

.preentry_tit {
  padding-top: 37px;
  text-align: center;
}

.preentry_tit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  padding: 15px 30px 13px;
  font-size: 3rem;
  border: 5px solid #5698fa;
}

.preentryBox {
  max-width: 975px;
  margin: 97px auto 0;
  padding: 81px 92px 82px 82px;
  background: url(../images/preentry/bg_preentrybox_1-pc.png) top no-repeat, url(../images/preentry/bg_preentrybox_2-pc.png) bottom no-repeat, url(../images/preentry/bg_preentrybox_3-pc.png) center repeat-y;
  background-size: 100%;
  position: relative;
}
.preentryBox .lead {
  font-size: 22px;
  line-height: 1.69;
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 85%, #ffff00 0%);
}
.preentryBox .txt {
  margin-top: 34px;
  font-size: 18px;
}

.preentryBoxTit {
  padding: 11px 30px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #5698fa;
  position: absolute;
  top: -30px;
  left: 5px;
}

.preentryBoxTit:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 12px;
  border-color: transparent transparent transparent #a2c6fc;
  position: absolute;
  top: 0;
  right: -12px;
}

.preentryStep1,
.preentryStep2 {
  width: 100%;
  display: table;
}

.preentryStep1 .tit,
.preentryStep2 .tit {
  width: 229px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
}

.preentryStep1 .tit {
  padding-top: 27px;
  background: #cce0fe;
}

.preentryStep2 .tit {
  padding-top: 63px;
  background: #e6f0fe url(../images/preentry/bg_preentrystep2_tit-pc.png) top no-repeat;
}

.preentryStep1 .txt,
.preentryStep2 .txt {
  padding-left: 40px;
  font-size: 18px;
  display: table-cell;
}

.preentryStep1 .txt {
  padding-top: 28px;
}

.preentryStep2 .txt {
  padding-top: 58px;
}

.preentryStep1 .txt li,
.preentryStep2 .txt li {
  padding-left: 1em;
  text-indent: -1em;
}

.preentryStep1 .txt li + li,
.preentryStep2 .txt li + li {
  margin-top: 14px;
}

.preentryStep1 .txt li span,
.preentryStep2 .txt li span {
  color: #aacbfc;
}

.preentryStep1 .txt p {
  margin-top: 32px;
  padding-bottom: 22px;
  line-height: 1.61;
}

.preentryStep1 .preentryBtn {
  border-bottom: 1px solid #5698fb;
  padding-bottom: 47px !important;
}

.preentryStep2 .txt p {
  margin-top: 24px;
  line-height: 1.61;
}

.preentryStep1 .txt p span,
.preentryStep2 .txt p span {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.preentryBtn {
  width: 100%;
  max-width: 525px;
  margin: 99px auto 0;
  background: url(../images/preentry/btn_preentry_pc_o.png) top no-repeat;
}

.preentryBtn.btn2 {
  width: 100%;
  max-width: 554px;
  margin: 43px auto 0;
  background: url(../images/preentry/btn_preentry_2_pc_o.png) top no-repeat;
}


.preentryBtn a {
  display: block;
}

.preentryLink {
  margin: 37px auto 0;
  font-size: 18.5px;
  font-weight: bold;
  text-align: center;
}

.preentryLink a {
  color: #333;
  vertical-align: baseline;
}

.preentryLink:after {
  content: ">";
  padding-left: 10px;
  font-size: 24px;
  color: #5698fb;
}

.preentryMovie {
  width: 100%;
  max-width: 880px;
  margin: 50px auto 0;
  display: table;
}

.preentryMovie .txt {
  font-size: 18px;
  line-height: 2.3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-top: solid 4px #5698fb;
  border-bottom: solid 4px #5698fb;
  display: table-cell;
}

.preentryMovie .txt span {
  text-align: left;
  display: inline-block;
}

.preentryMovie .movie {
  width: 475px;
  padding-left: 43px;
  display: table-cell;
}


/******************************
インターン募集説明会・応募
******************************/

.contents_seminar {
  background: #fef7e7;
}

.seminarChoice,
.seminar {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  padding: 37px 0 104px;
}

.seminar.seminar_1 {
  padding: 107px 0 172px;
  border-top: 1px dashed #96a6a6;
}

.seminar.seminar_2 {
  padding: 107px 0 172px;
  border-top: 1px dashed #96a6a6;
}

.seminar.seminar_1,
.seminar.seminar_2 {
  display: none;
}

.seminar.seminar_1.active,
.seminar.seminar_2.active {
  display: block;
}

.seminar_tit {
  text-align: center;
}

.seminar_tit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  padding: 15px 30px 13px;
  font-size: 3rem;
  border: 5px solid #f2ad14;
}

.seminarBox {
  max-width: 975px;
  margin: 0 auto;
  background: url(../images/seminar/bg_seminarbox_1-pc.png) top no-repeat, url(../images/seminar/bg_seminarbox_2-pc.png) bottom no-repeat, url(../images/seminar/bg_seminarbox_3-pc.png) center repeat-y;
  background-size: 100%;
  position: relative;
}

.seminarBox.choice_1 {
  margin-top: 56px;
  padding: 42px 88px 45px;
}

.seminarBox.choice_2 {
  margin-top: 48px;
  padding: 42px 88px 45px;
  display: none;
}

.seminarBox.choice_2.active {
  display: block;
}

.seminarBox.box_1 {
  margin-top: 52px;
  padding: 45px 85px 80px;
}

.seminarBox.box_2 {
  margin-top: 94px;
  padding: 51px 83px 85px;
}

.seminarBoxTit {
  padding: 11px 30px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #f9ab17;
  position: absolute;
  top: -30px;
  left: 5px;
}

.seminarBoxTit:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 12px;
  border-color: transparent transparent transparent #fccf7e;
  position: absolute;
  top: 0;
  right: -12px;
}

.seminarChoice .seminarBox .txt {
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
}

.seminarChoice .seminarBox ul {
  margin: 42px auto 22px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #92a6a7;
}

.seminarChoice .seminarBox li {
  width: 100%;
  padding: 10px 0 7px;
  border-bottom: 1px dashed #92a6a7;
  display: inline-block;
}

.seminarChoice .seminarBox.choice_2 li {
  padding: 10px 145px 7px;
  text-align: left;
}
.english .seminarChoice .seminarBox.choice_2 li {
  padding: 10px 2% 7px 10%;
  text-align: left;
}
.seminarChoice .seminarBox li input + span{
  font-size: 28px;
  padding-left: 40px;
  position:relative;
}
.seminarChoice .seminarBox li:first-child {
  border-top: 1px dashed #92a6a7;
}

.seminarChoice .seminarBox li label {
  cursor: pointer;
}

.seminarChoice .seminarBox li input {
  display: none;
}

.seminarChoice .seminarBox li input + span{
  font-size: 28px;
  padding-left: 40px;
  position:relative;
}

.seminarChoice .seminarBox li input + span::before {
  width: 22px;
  height: 22px;
  border: 1px solid #828282;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.seminarChoice .seminarBox li input:checked + span::after {
  width: 12px;
  height: 12px;
  background: #828282;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.seminarBox .lead {
  font-size: 22px;
  line-height: 1.69;
  display: inline;
  background: linear-gradient(transparent 85%, #ffff00 0%);
}

.seminarBox .txt {
  margin-top: 34px;
  font-size: 18px;
}

.seminarBox .note {
  max-width: 554px;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
  color: #95a5a6;
}

.seminarBox .list {
  margin-top: 22px;
  font-size: 18px;
}

.seminarBox .list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 2;
  letter-spacing: 0.07em;
}

.seminarBox .list li + li {
  margin-top: 21px;
}

.seminarBox .list li span {
  color: #fbcd73;
}

.seminarBox .img {
  margin-top: 12px;
}

.seminarBtn {
  width: 100%;
  max-width: 554px;
  margin: 34px auto 0;
}

.seminarBtn.seminar1 {
  background: url(../images/seminar/btn_seminar_1_pc_o.png) top no-repeat;
}

.seminarBtn.seminar2 {
  background: url(../images/seminar/btn_seminar_2_pc_o.png) top no-repeat;
}

.seminarBtn a {
  display: block;
}

.seminarLink {
  margin: 55px auto 0;
  font-size: 18.5px;
  font-weight: bold;
  text-align: center;
}

.seminarLink a {
  color: #333;
  vertical-align: baseline;
}

.seminarLink:after {
  content: ">";
  padding-left: 10px;
  font-size: 24px;
  color: #f9ab17;
}

.seminarMovie {
  width: 100%;
  max-width: 880px;
  margin: 50px auto 0;
  display: table;
}

.seminarMovie .txt {
  font-size: 18px;
  line-height: 2.3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-top: solid 4px #f9ab17;
  border-bottom: solid 4px #f9ab17;
  display: table-cell;
}

.seminarMovie .txt span {
  text-align: left;
  display: inline-block;
}

.seminarMovie .movie {
  width: 475px;
  padding-left: 43px;
  display: table-cell;
}

.seminarMovie .movie a {
  transition: .3s;
}

.seminarMovie .movie a:hover {
  opacity: 0.8;
}


/******************************
プライバシーポリシー
******************************/

.privacy_list_ol li {
  list-style-type: decimal;
}

.privacy_abobe {
  background: #F7F7F7;
}


/******************************
FAQ／お問合せ
******************************/

.inquiryTit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
}

.required {
  color: #D6132C;
  font-size: 1.2rem;
}

.box.overview.qa {
  margin-bottom: 85px;
}

.qa_head {
  text-align: center;
  margin-top: 2px;
}

.qa_tit {
  width: 220px;
  padding: 15px 30px 13px;
  font-size: 3rem;
  border: 5px solid #c2cdce;
  line-height: 1;
  display: inline-block;
  text-align: center;
  background-color: #FFF;
}

.qa_lead {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 20px;
}

.qa_lead+.qa_lead {
  margin-top: 25px;
}

.qa_tab {
  margin-top: 45px;
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.qa_tab li {
  width: 50%;
  float: left;
}

.qa_tab li img {
  width: 100%;
  height: auto;
}

.qa_tab li.active img {
  opacity: 0;
}

.qa_tab li img.pcNone {
  display: none;
}

.qa_tab li.active p {
  opacity: 0;
}

.qa_tab li .btn {
  cursor: pointer;
  z-index: 999;
}

.qa_tab li .btn img {
  position: relative;
}

.qa_tab li.intern .btn {
  margin: 0 0 0 auto;
}

.qa_tab li .frame {
  position: relative;
  z-index: -1;
}

.qa_tab li.active .frame {
  z-index: 999;
}

.qa_tabCont {
  display: none;
  padding: 0 6px 48px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  background-size: 100% auto, 100% auto !important;
}

.qa_tabCont.active {
  display: block;
}

.qa_box {
  padding: 0 10px 10px;
  margin: 0 40px;
}

.company .qa_box {
  background: #e3ecfd;
}

.intern .qa_box {
  background: #fdf0dd;
}

.qa_box+.qa_box {
  margin-top: 20px;
}

.qa_box .q {
  padding: 16px 0 11px 80px;
  font-size: 2.7rem;
  position: relative;
}

.qa_box .q:before {
  content: 'Q.';
  font-size: 4rem;
  position: absolute;
  top: 2px;
  left: 20px;
}

.qa_box .a {
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
  padding: 20px 0 15px 82px;
  position: relative;
}

.qa_box .a:before {
  content: 'A.';
  font-size: 4rem;
  position: absolute;
  top: -5px;
  left: 20px;
}

.company .qa_box .q:before, .company .qa_box .a:before {
  color: #4682f9;
}

.intern .qa_box .q:before, .intern .qa_box .a:before {
  color: #f49b14;
}

.qa_box .a .link {
  margin-top: 2px;
}

.qa_box .a .link span {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.32em;
  color: #fff;
  width: 50px;
  padding-left: 4px;
  background: #86999d;
  margin-right: 10px;
}

.qa_box .a .link a {
  color: #0000ff;
  text-decoration: underline;
}

.qa_box .a .link a:hover {
  text-decoration: none;
}

.qa_box_btn {
  margin-top: 20px;
}

.flow_icon_wrap {
  position: absolute;
  top: 0;
  z-index: 1;
}

.flow_icon_wrap_Inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.flow_icon {
  position: absolute;
  z-index: 1;
}


/******************************
TOP 応募からインターンシップ終了までの流れ
******************************/

@-webkit-keyframes opacity {
  0% {
    opacity: .001;
  }
  20% {
    opacity: .8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .001;
  }
}

@keyframes opacity {
  0% {
    opacity: .001;
  }
  20% {
    opacity: .8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .001;
  }
}

@-webkit-keyframes horizontal {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}

@-webkit-keyframes vertical {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(200px) rotate(180deg);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(200px) rotate(180deg);
  }
}

@-webkit-keyframes vertical_cloud {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes vertical_cloud {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes vertical_bird {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-80px);
  }
}

@keyframes vertical_bird {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-80px);
  }
}

@-webkit-keyframes horizontal_bird {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(300px);
  }
}

@keyframes horizontal_bird {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(300px);
  }
}

@-webkit-keyframes opacity_bird {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: .001;
  }
  100% {
    opacity: .001;
  }
}

@keyframes opacity_bird {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: .001;
  }
  100% {
    opacity: .001;
  }
}

@-webkit-keyframes vertical_airplane {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(-150px);
  }
}

@keyframes vertical_airplane {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(-150px);
  }
}

@-webkit-keyframes horizontal_airplane {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(-300px);
  }
}

@keyframes horizontal_airplane {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(-300px);
  }
}

@-webkit-keyframes opacity_airplane {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: .001;
  }
  100% {
    opacity: .001;
  }
}

@keyframes opacity_airplane {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: .001;
  }
  100% {
    opacity: .001;
  }
}

@-webkit-keyframes vertical_sled {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(-100px);
  }
}

@keyframes vertical_sled {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(-100px);
  }
}

@-webkit-keyframes horizontal_sled {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(100px);
  }
}

@keyframes horizontal_sled {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(100px);
  }
}

@-webkit-keyframes opacity_sled {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: .001;
  }
  100% {
    opacity: .001;
  }
}

@keyframes opacity_sled {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: .001;
  }
  100% {
    opacity: .001;
  }
}

.flower_1, .flower_3, .flower_5, .flower_7, .leaf_1, .leaf_3, .leaf_5, .snow_1, .snow_3, .snow_5 {
  -webkit-animation: horizontal 4s ease-in-out infinite, opacity 4s linear infinite;
  animation: horizontal 4s ease-in-out infinite, opacity 4s linear infinite;
}

.flower_1 img, .flower_3 img, .flower_5 img, .flower_7 img, .leaf_1 img, .leaf_3 img, .leaf_5 img, .snow_1 img, .snow_3 img, .snow_5 img {
  -webkit-animation: vertical 4s ease-in-out infinite;
  animation: vertical 4s ease-in-out infinite;
}

.flower_2, .flower_4, .flower_6, .leaf_2, .leaf_4, .leaf_6, .snow_2, .snow_4 {
  -webkit-animation: horizontal 5s ease-in-out infinite, opacity 5s linear infinite;
  animation: horizontal 5s ease-in-out infinite, opacity 5s linear infinite;
}

.flower_2 img, .flower_4 img, .flower_6 img, .leaf_2 img, .leaf_4 img, .leaf_6 img, .snow_2 img, .snow_4 img {
  -webkit-animation: vertical 5s ease-in-out infinite;
  animation: vertical 5s ease-in-out infinite;
}

.flower_8, .leaf_7, .snow_6 {
  -webkit-animation: horizontal 3s ease-in-out infinite, opacity 3s linear infinite;
  animation: horizontal 3s ease-in-out infinite, opacity 3s linear infinite;
}

.flower_8 img, .leaf_7 img, .snow_6 img {
  -webkit-animation: vertical 3s ease-in-out infinite;
  animation: vertical 3s ease-in-out infinite;
}

.cloud {
  z-index: 1;
}

.cloud_l {
  -webkit-animation: vertical_cloud 3s ease-in-out infinite alternate;
  animation: vertical_cloud 3s ease-in-out infinite alternate;
}

.cloud_r {
  -webkit-animation: vertical_cloud 4s ease-in-out infinite alternate;
  animation: vertical_cloud 4s ease-in-out infinite alternate;
}

.bird {
  -webkit-animation: horizontal_bird 8s ease-in-out infinite, opacity_bird 8s linear infinite;
  animation: horizontal_bird 8s ease-in-out infinite, opacity_bird 8s linear infinite;
}

.bird img {
  -webkit-animation: vertical_bird 8s ease-in-out infinite;
  animation: vertical_bird 8s ease-in-out infinite;
}

.airplane {
  -webkit-animation: vertical_airplane 7s linear infinite, opacity_airplane 7s linear infinite;
  animation: vertical_airplane 7s linear infinite, opacity_airplane 7s linear infinite;
}

.airplane img {
  -webkit-animation: horizontal_airplane 7s linear infinite;
  animation: horizontal_airplane 7s linear infinite;
}

.sled {
  -webkit-animation: horizontal_sled 7s ease-out infinite, opacity_sled 7s ease-out infinite;
  animation: horizontal_sled 7s ease-out infinite, opacity_sled 7s ease-out infinite;
}

.sled img {
  -webkit-animation: vertical_sled 7s ease-out infinite;
  animation: vertical_sled 7s ease-out infinite;
}

.english .overviewFlow_table th {
  word-wrap: break-word;
}


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}


/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 767px) {
  /******************************
  LAYOUT
  ******************************/
  body {
    border-top: 1px solid #908c8b;
  }
  .wrap {
    border-top: 4px solid #879a9d;
  }
  .headerIn {
    padding: 12px 41px 12px 13px;
  }
  .contents {
    border-top: 1px solid #C2C7CC;
  }
  /******************************
  COMMON PARTS
  ******************************/
  .topicpath {
    display: none;
    padding-top: 26px;
    overflow: hidden;
  }
  .topicpath li {
    float: left;
    line-height: 1;
    font-size: 1.2rem;
    margin-right: 2px;
  }
  .topicpath a {
    color: #000;
  }
  .pageTop {
    position: fixed;
    bottom: 0;
    right: 12px;
  }
  .pageTop a {
    width: 50px;
    height: 50px;
  }
  .pageTop a:after {
    width: 26px;
    height: 26px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    margin-top: -5px;
    margin-right: -13px;
  }
  /******************************
  Header
  ******************************/
  .headerTop {
    padding: 9px 12px 10px 6px;
  }
  .log_site {
    width: 58.747993579%;
  }
  .header_right {
    width: 18.940609952%;
    margin-top: 3%;
    margin-right: 35px;
  }
  .changeLang {
    padding-right: 17px;
  }
  .changeLang ul {
    margin: 6px 0 0 0;
  }
  .changeLang li {
    margin-left: 10px;
  }
  .changeLang a {
    color: #000;
  }
  .gnavPc ul {
    clear: both;
    display: table;
    table-layout: fixed;
  }
  .gnavPc li {
    width: 20%;
    display: table-cell;
  }
  .gnavPc a {
    padding: 18px 10px;
    color: #000;
    font-size: 1.4rem;
    border-right: 1px solid #869A9D;
    transition: .3s;
  }
  .gnavPc a:first-child {
    border-left: 1px solid #869A9D;
  }
  .wrap-navbar {
    width: 52px;
  }
  .navbar-toggle {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 15px 11px 14px 8px;
    height: 100%;
    box-sizing: border-box;
    z-index: 100;
    margin-top: -30px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    vertical-align: top;
    width: 25px;
    height: 0;
    border-top: solid 5px #000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
  }
  .navbar-toggle .icon-bar.barsub {
    margin-top: -5px;
    opacity: .001;
  }
  .navbar-toggle.open .icon-bar.bar01 {
    opacity: .001;
  }
  .navbar-toggle.open {
    padding: 15px 13px 14px 8px;
  }
  .navbar-toggle.open .icon-bar {
    width: 33px;
  }
  .navbar-toggle.open .icon-bar.bar02 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    border-width: 2px;
  }
  .navbar-toggle.open .icon-bar.bar03 {
    opacity: .001;
  }
  .navbar-toggle.open .icon-bar.barsub {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    border-width: 2px;
    margin-top: -2px;
  }
  .gnavSp {
    width: 100%;
    background-color: #F7F7F7;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    display: none;
  }
  .gnavSp li {
    border-top: 1px solid #ccc;
  }
  .gnavSp a {
    padding: 13px 20px;
    color: #333;
    font-size: 1.4rem;
    display: block;
    position: relative;
  }
  .gnavSp img {
    max-width: 117px;
    height: auto;
    vertical-align: middle;
  }
  .gnavSp a:after, .changeLangBtn a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #9E9E9E;
    border-top: 2px solid #9E9E9E;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
  .gnavSpSns {
    text-align: center;
  }
  .gnavSpSns a {
    display: inline-block;
  }
  .gnavSpSns a:nth-child(2) {
    padding-right: 0;
  }
  .gnavSpSns a:nth-child(3) {
    padding-left: 0;
  }
  .gnavSpSns a:after {
    content: normal;
  }
  .gnavSp .innav li a {
    padding: 7px 20px;
    background: #edf0f0;
  }
  .changeLangBtn {
    text-align: center;
    background-color: #a4b3b5;
  }
  .changeLangBtn a {
    padding: 17px 5px;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1;
  }
  .changeLangBtn a:after {
    border-color: #FFF;
  }
  /******************************
  Footer
  ******************************/
  .footer {
    border-bottom: 1px solid #7F7F7F;
  }
  .footerIn {
    padding: 30px 6px 14px;
    font-size: 0.9rem;
    background-color: #dbe1e2;
  }
  .footer_nav {
    margin-bottom: 13px;
  }
  .footer_nav a {
    padding: 0 10px;
    font-size: 1rem;
  }
  .footer_address {
    margin-bottom: 2px;
    line-height: 1.5;
  }
  .footer_log {
    padding: 10px;
    text-align: center;
  }
  .footer_log_item:nth-child(1) {
    max-width: 107.5px;
  }
  .footer_log_item:nth-child(2) {
    max-width: 56px;
    margin-left: 33px;
  }
  .footer_site_log {
    width: 74.53125%;
    margin: 0 auto 32px;
  }
  .fgNav {
    border-top: 1px solid #999;
  }
  .fgNav li {
    padding: 0;
  }
  .fgNav li:first-child {
    border-top: none;
  }
  .fgNav a {
    width: 100%;
    padding: 12px 7px 13px;
    font-size: 1.4rem;
    color: #333333;
    display: block;
    position: relative;
    border-top: 1px solid #ccc;
  }
  .fgNav a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #8c8c8c;
    border-top: 2px solid #8c8c8c;
    border-radius: 2px;
    content: "";
    margin: 0 0 0 10px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
  .fgNav img {
    vertical-align: middle;
  }
  .fgNav li .innav li a {
    padding: 7px;
    background: #edf0f0;
  }
  /******************************
  TOP
  ******************************/
  .mainVisual_sp {
    position: relative;
    z-index: 50;
  }
  .mainVisual_sp ul {
    width: 100%;
  }
  .mainVisual_head {
    width: 100%;
  }
  .mainVisual_head a {
    display: block;
  }
  .js_randomImg_item {
    width: 100%;
    min-width:0;
  }
  .mainVisual_btn {
    width: 150px;
    margin: -5px auto 0;
    text-align: center;
    overflow: hidden;
  }
  .topBtnArea {
    width: 100%;
    padding: 23px 24px 20px;
    background-color: #ffffbd;
    position: relative;
  }
  .topBtnArea:after {
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2) inset;
  }
  .topBtnArea_list {
    margin-top: 6px;
  }
  .topBtnArea_list:first-of-type {
    margin-top: 0;
  }
  .topBtnArea_list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .topBtnArea_item {
    margin-top: 6px;
  }
  .topBtnArea_item:first-child {
    margin-top: 0;
  }
  .topBtnArea_item a {
    display: block;
  }
  .pageBtn {
    padding: 19px 20px 28px;
    box-shadow: none;
  }
  .pageBtn > div {
    width: 100%;
    padding: 0;
  }
  .pageBtn > div.companyBtn {
    width: 100%;
    padding: 0;
    max-width: none;
  }
  .pageBtn > div.foreignBtn {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .pageBtn div + div {
    margin-top: 15px;
  }
  .pageBtn p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .pageBtn li {
    margin-top: 4px;
  }
  .pageBtn .companyBtn li:nth-child(1) a{
    background: none;
    margin-right: 0px;
    width: 100%;
  }
  .pageBtn .companyBtn li:nth-child(2) a,
  .pageBtn .foreignBtn li:nth-child(1) a,
  .pageBtn .foreignBtn li:nth-child(2) a {
    background: none;
    width: 100%;
  }
  .btnIndex {
    width: 100%;
    overflow: hidden;
  }
  .btnIndex li {
    width: 50%;
    float: left;
  }
  .btnIndex a {
    display: block;
  }
  .btn_briefing_index {
    margin-top: 9px;
    margin-bottom: 6px;
    position: relative;
    z-index: 100;
    overflow: hidden;
  }
  .btn_briefing_index_left, .btn_briefing_index_right {
    vertical-align: middle;
  }
  .btn_briefing_index_left li, .btn_briefing_index_right li {
    margin-top: 5px;
    padding: 0 4px;
  }
  .btn_briefing_index_left li:first-child, .btn_briefing_index_right li:first-child {
    margin-top: 0;
  }
  .btn_briefing_index_left {
    float: left;
  }
  .btn_briefing_index_left li {
    text-align: right;
  }
  .btn_briefing_index_right {
    float: right;
    text-align: left;
  }
  .btn_briefing_index_right img {
    max-width: 290px;
  }
  .btn_seminar_index_wrap {
    padding: 10px 15px 0;
    position: static;
  }
  .btn_company_index {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .btn_seminar_index {
    width: 100%;
    text-align: center;
    position: static;
  }
  .btn_seminar_index+.btn_seminar_index {
    margin-top: 10px;
  }
  .btn_seminar_index a {
    width: 100%;
    background: none;
  }
  .flow {
    padding-top: 19px;
    padding-bottom: 17px;
    background: url(/common/images/index/bg_flow_sp.png) #dcf6f5 no-repeat center top/cover;
  }
  .flow_tit {
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 30%;
    text-align: center;
  }
  .flow_section {
    margin-left: 25px;
    margin-right: 25px;
  }
  .flow_step1 {
    padding-bottom: 60%;
  }
  .flow_step2 {
    padding-bottom: 60%;
  }
  .flow_step3 {
    padding-bottom: 58%;
  }
  .flow_step4 {
    padding-bottom: 0;
  }
  .flow_step4 .flow_step_btnStep {
    width: 68%;
    margin: 0 auto;
  }
  .flow_step_tit {
    display: none;
    position: absolute;
    top: 8px;
    margin-left: -223px;
  }
  .flow_step_btnStep {
    width: 100%;
    margin: 0 auto;
  }
  .flow_step_btnStep li {
    width: 50%;
  }
  .flow_step_btnStep a {
    display: block;
  }
  .flow_icon_wrap {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .boxIn {
    margin-left: 10px;
    margin-right: 10px;
  }
  .whatsnew {
    padding: 15px 0 100px;
  }
  .whatsnew_tit img {
    width: 40%;
    padding-right: 15px;
    vertical-align: top;
  }
  .whatsnew_tit_note {
    padding-top: 2px;
    font-size: 1.1rem;
  }
  .whatsnew_list {
    height: 140px;
    margin-top: 25px;
  }
  .whatsNew_item {
    margin-bottom: 17px;
  }
  .whatsNew_item p:last-child {
    padding-top: 5px;
    clear: both;
    font-size: 1.2rem;
  }
  .item_date {
    padding-top: 3px;
    margin-right: 22px;
    font-size: 1.1rem;
  }
  .item_cat {
    width: 63px;
    padding: 4px 0;
    margin: 4px 13px 0 0;
    font-size: .8rem;
    line-height: 1;
    text-align: center;
    float: left;
  }
  .boxWhatsnew {
    margin-bottom: 30px;
  }
  .asideWhatsnew {
    width: 100%;
  }
  .fb-page {
    width: 100% !important;
  }
  .btn_briefing_index_1col {
    margin-top: 32px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .btn_briefing_index_1col li {
    border-style: 4px solid #FFF;
    border-radius: 15px;
  }
  .btn_briefing_index_1col a {
    display: block;
  }
  .topResults {
    padding: 30px 7px 27px;
    background-color: #E0E9FF;
    position: relative;
  }
  .topResults:before {
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .topResults_head {
    margin-bottom: 14px;
  }
  .topResults_list {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 0;
    text-align: center;
  }
  .topResults_item {
    margin-top: 14px;
    display: block;
  }
  .topResults_item:first-child {
    margin-top: 0;
  }
  .indexSection {
    padding: 24px 0;
  }
  .sectionHead {
    width: 78.13%;
    margin: 0 auto 12px;
    padding: 3px 5px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #c3cdce;
    border-bottom: 2px solid #c3cdce;
  }
  .sectionLead {
    width: 85%;
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
  }
  .sectionBtn {
    width: 87.5%;
    max-width: 660px;
    margin: 0 auto;
  }
  .sectionBtn a {
    display: block;
  }
  .sectionBtn_item {
    margin-top: 15px;
  }
  .sectionBtn_item:first-child {
    margin-top: 0;
  }
  .sectionBtn_item a {
    transition: .3s;
  }
  .sectionBtn_item a:hover {
    opacity: 0.8;
  }
  .indexSection_middle {
    margin-bottom: 13px;
    padding: 25px 0 20px;
    background-color: #E0E9FB;
  }
  .indexSection_middle_btn {
    margin-top: 22px;
  }
  .indexSection_middle_btn a {
    background: url(/common/images/index/btn_report2_o_pc.png) no-repeat;
  }
  .indexSection_middle_img {
    margin: 20px 8px 0;
  }
  .indexSection_bottom {
    padding: 36px 0 42px;
    background-image: linear-gradient(to right bottom, transparent 50%, #fef5ea 50%);
    background-color: #e7f3fe;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .indexSection_bottom_btn {
    width: 87.5%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
  }
  .indexSection_bottom_btn_item {
    width: 100%;
    padding: 0;
    float: none;
  }
  .indexSection_bottom_btn_item:last-child {
    margin-top: 25px;
    float: none;
  }
  .indexSection_bottom_btn_item a, .indexSection_bottom_btn_item img {
    display: block;
  }
  .indexSection_bottom_btn_item a {
    transition: .3s;
  }
  .indexSection_bottom_btn_item a:hover {
    opacity: 0.8;
  }
  /******************************
  事業概要
  ******************************/
  .goal {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
    background: url(/common/images/about/bg_goal_l_sp.png) no-repeat 15px 10px/57px auto, url(/common/images/about/bg_goal_r_sp.png) no-repeat right 8px/92px auto;
  }
  .goal_tit {
    padding-top: 34px;
  }
  .goal_tit span {
    padding: 8px 11px 7px;
    font-size: 1.4rem;
    border: 3px solid #c2cdce;
  }
  .goal_desc {
    padding-top: 25px;
  }
  .goal_desc_head {
    margin-bottom: 25px;
    font-size: 1.55rem;
    font-weight: bold;
    line-height: 1.419354839;
    letter-spacing: -.05em;
    text-align: center;
  }
  .goal_desc_lead {
    width: 100%;
    margin: 0 auto 22px;
    font-size: 1.4rem;
    line-height: 1.785714286;
  }
  .goal_desc_list {
    width: 77.741935484%;
    margin: 0 auto;
  }
  .goal_desc_list li {
    padding: 13px 0 16px 17px;
    font-size: 1.4rem;
    font-weight: bold;
    background-position: left 20px !important;
    background-size: 10px auto !important;
    position: relative;
  }
  .goal_desc_list li span:after {
    content: "";
    width: 50px;
    height: 1px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
  }
  .goal_desc_list li:last-child span:after {
    content: normal;
  }
  .goalImg {
    padding: 20px 10px 51px;
  }
  .goalImg_tit {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.419354839;
    text-align: center;
  }
  .goalImg_lead {
    margin: 0 0 22px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .structure {
    padding: 48px 10px 43px;
    background-color: #F3F5F5;
  }
  .structure_inner {
    width: 100%;
    max-width: 1015px;
    margin: 0 auto;
  }
  .structure_tit {
    margin-bottom: 20px;
    text-align: center;
  }
  .structure_tit span {
    line-height: 1;
    text-align: center;
    display: inline-block;
    background-color: #FFF;
    padding: 8px 45px 7px;
    font-size: 1.4rem;
    border: 3px solid #c2cdce;
  }
  .structure_lead {
    width: auto;
    margin: 0 auto 29px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .internShipSchedule {
    padding: 48px 10px 25px;
  }
  .internShipSchedule_inner {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
  }
  .internShipSchedule_tit {
    margin-bottom: 17px;
    text-align: center;
  }
  .internShipSchedule_tit span {
    line-height: 1;
    text-align: center;
    display: inline-block;
    background-color: #FFF;
    padding: 8px 15px 7px;
    font-size: 1.4rem;
    border: 3px solid #c2cdce;
  }
  .internShipSchedule_lead {
    width: auto;
    margin: 0 0 22px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .internShipSchedule_btn {
    margin-top: 27px;
    padding: 27px 19px 19px;
    background-color: #F3F5F5;
  }
  .internShipSchedule_btn_tit {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 7px;
  }
  .internShipSchedule_btn_list {
    font-size: 0;
    text-align: center;
  }
  .internShipSchedule_btn_item {
    display: inline-block;
  }
  .aboutDefinition {
    padding: 47px 25px 53px;
  }
  .aboutDefinition_tit {
    text-align: center;
    margin-bottom: 18px;
  }
  .aboutDefinition_tit span {
    line-height: 1;
    text-align: center;
    display: inline-block;
    background-color: #FFF;
    padding: 8px 15px 7px;
    font-size: 1.4rem;
    border: 3px solid #c2cdce;
  }
  .aboutDefinition_body {
    width: auto;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .internship.box {
    padding: 0 5px 90px 10px;
  }
  .internship_table {
    width: 100%;
    margin-top: 21px;
    background-size: 32px auto;
  }
  .internship_table tr:first-child th {
    vertical-align: middle;
    background-position: center center;
  }
  .internship_table tr:first-child td ul {
    margin-top: 0;
  }
  .internship_table_list {
    width: 100%;
    margin: 5px 0 0;
    border-collapse: separate;
    border-spacing: 5px 0;
    table-layout: fixed;
    display: table;
    overflow: hidden;
  }
  .internship_table_list li {
    display: table-cell;
  }
  .internship_table_time {
    width: 25px;
    background-position: center -20px;
  }
  .internship_table_time .internship_table_time_inner {
    padding: 0 3px 7px;
    font-size: 1.3rem;
  }
  .internship_table_time .internship_table_time_inner span {
    font-size: 1.1rem;
  }
  .internship_table_time.last {
    padding-top: 19px;
    background-position: left 13px;
  }
  .internship_table_time_empty {
    background-image: none;
  }
  .internship_table_time_inner {
    line-height: 1;
    background: #DBDCDC;
  }
  .internship_table_contents {
    padding-left: 5px;
    font-size: 1.2rem;
    text-align: center;
  }
  .internship_table_head {
    padding: 14px 1px;
    margin-bottom: 4px !important;
    font-size: 1.2rem;
  }
  .internship_table_small {
    padding: 8px 10px 8px;
    vertical-align: middle;
  }
  .internship_table_tall {
    padding: 16px 10px 20px;
    vertical-align: middle;
  }
  .internship_table_center {
    line-height: 1.875;
  }
  .internship_table_center.internship_table_small {
    line-height: 1.75;
  }
  .btn_definition {
    width: 85%;
    margin: 40px auto 10px;
  }
  .definition.box {
    margin-top: 30px;
    margin-bottom: 70px;
    padding: 0 10px;
  }
  .definition_tit_about {
    line-height: 1.75;
  }
  .definition_lead {
    width: 650px;
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
  .definition_list li {
    padding-top: 30px;
  }
  .definition_list li:first-child {
    padding-top: 0;
  }
  .definition_list li:last-child {
    border-bottom: none;
  }
  .definition_list dt {
    padding-top: 16px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    border-color: #ABABAB;
  }
  .definition_list dt:first-child {
    padding-top: 0;
  }
  .definition_list dd {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  /******************************
  事例紹介
  ******************************/
  .contents_theme {
    background: none !important;
  }
  .theme {
    padding-top: 30px;
  }
  .block_tit {
    text-align: center;
  }
  .block_tit span {
    padding: 15px 30px 13px;
    font-size: 3rem;
    border: 5px solid #c2cdce;
  }
  .pageLead {
    margin-bottom: 37px;
    font-size: 1.4rem;
    line-height: 1.571428571;
  }
  .themeTab {
    width: 100%;
    max-width: 977px;
    margin: 0 auto;
  }
  .themeTab ul {
    padding: 0 7px;
    font-size: 0;
  }
  .themeTab li {
    width: 100%;
    display: block;
    background: none !important
  }
  .themeTab li+li {
    margin-top: 6px;
  }
  .themeTab li a {
    background: none !important
  }
  .themeTab a.active {
    opacity: .6;
  }
  .themeTab img {
    opacity: 1;
  }
  .themeTit {
    margin-bottom: 25px;
  }
  .themeTit span {
    padding: 8px 11px 7px;
    font-size: 1.4rem;
    border: 3px solid #9fadaf;
  }
  .themeLinkBtnTit {
    padding: 5px 10px 4px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 12px;
    color: #FFF;
    font-size: 1.3rem;
    text-align: center;
    background-color: #95AFBC;
  }
  .themeLinkBtnTit span {
    position: relative;
  }
  .themeLinkBtnTit span:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -20px;
    margin-top: -6px;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
  }
  .themeLinkBtn {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 44px;
  }
  .themeLinkBtn .themeLinkBtn_item {
    margin-top: 9px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 2px 2px rgba(31, 31, 31, 0.5);
  }
  .themeLinkBtn .themeLinkBtn_item img {
    transition: .3s;
  }
  .themeLinkBtn .themeLinkBtn_item a {
    display: block;
    transition: .3s;
  }
  .themeLinkBtn .themeLinkBtn_item:first-child {
    margin-top: 0;
    background-image: url(../images/theme/btn_theme1_n_sp.png);
  }
  .themeLinkBtn .themeLinkBtn_item:nth-child(2) {
    background-image: url(../images/theme/btn_theme2_n_sp.png);
  }
  .themeLinkBtn .themeLinkBtn_item:nth-child(3) {
    background-image: url(../images/theme/btn_theme3_n_sp.png);
  }
  .themeBody {
    box-shadow: none;
    padding: 25px 0 40px;
    background: url(../images/theme/bg_theme_sp.png) repeat-y center top/contain;
  }
  .themeItem {
    width: calc(100% - 14px);
    min-height: 448px;
    padding: 6px 7px 6px;
    margin: 21px 7px 0;
    border-top: 5px solid #4682f9;
    border-left: 5px solid #4682f9;
    border-right: 5px solid #F49B14;
    border-bottom: 5px solid #F49B14;
    position: relative;
  }
  .themeItem_main {
    padding: 18px 6px 100px;
  }
  .themeItem_main2Row {
    padding-top: 9px;
  }
  .themeItem_main3Row {
    padding-top: 9px;
  }
  .themeItem_main3Row .themeItem_mainIn {
    margin-top: -2px;
  }
  .themeItem_mainIn {
    margin-top: 5px;
  }
  .themeItem_mainHead img {
    width: 45px;
  }
  .themeItem_mainHead span:last-child {
    padding-left: 15px;
    font-size: 1.4rem;
    line-height: 1.428571429;
  }
  .themeItem_mainBody {
    padding-top: 2px;
    font-size: 1.2rem;
    line-height: 1.785714286;
  }
  .themeItem_mainBtn {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    bottom: 15px;
    left: 0;
  }
  .themeDetail {
    margin-top: 13px;
    padding-bottom: 53px;
  }
  .themeDetail_head {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  .themeDetail_head_theme1 {
    background-color: #00C1D0;
  }
  .pickup {
    padding-top: 16px;
    padding-bottom: 17px;
    margin-bottom: -5px;
    background-color: #FFFCD4;
  }
  .pickup_in {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
  }
  .pickup_head img {
    width: 35%;
    height: auto;
  }
  .pickup_body {
    margin-top: -12px;
    padding: 20px 17px 9px;
    border-top: 5px solid #4682f9;
    border-left: 5px solid #4682f9;
    border-right: 5px solid #F49B14;
    border-bottom: 5px solid #F49B14;
  }
  .pickup_body span {
    color: #4682f9;
    font-size: 1.4rem;
    line-height: 1.793103448;
    background-position: left bottom;
    background-size: auto 1.8em;
  }
  .themeDetail_top {
    min-height: auto;
    margin-top: 22px;
    margin-bottom: 55px;
    padding-bottom: 14px;
    box-shadow: none;
  }
  .themeDetail_top .themeItem_main {
    padding-bottom: 0;
  }
  .themeDetail_top a {
    display: block;
  }
  .themeDetailItem {
    margin: 0 7px 54px;
    padding: 28px 17px 16px;
    position: relative;
  }
  .themeDetailItem:last-of-type {
    margin-bottom: 0;
  }
  .themeDetailItem_campany {
    border: 5px solid #A2C0FC;
  }
  .themeDetailItem_foreign {
    border: 5px solid #f9cd89;
  }
  .themeDetailItem_head {
    position: absolute;
    top: -43px;
    left: 30px;
  }
  .themeDetailItem_head img {
    width: 58%;
    height: auto;
  }
  .themeDetailItem_lead {
    padding-left: 30px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 13px 13px;
  }
  .themeDetailItem_body dt {
    margin-bottom: 11px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .themeDetailItem_body dd {
    font-size: 1.4rem;
    line-height: 1.571428571;
  }
  .themeDetailItem_foot {
    margin: 10px -5px 0;
  }
  .themeDetailMore {
    padding-top: 32px;
    padding-bottom: 23px;
    background-color: #F3F5F5;
  }
  .themeDetailMore_head {
    margin-bottom: 7px;
    text-align: center;
  }
  .themeDetailMore_head img {
    width: 77%;
    height: auto;
  }
  .themeDetailMore a {
    display: block;
  }
  .themeDetailMore_item {
    min-height: 409px;
    padding: 9px;
    border-top: 5px solid #4682f9;
    border-left: 5px solid #4682f9;
    border-right: 5px solid #F49B14;
    border-bottom: 5px solid #F49B14;
    position: relative;
    z-index: 1;
  }
  .themeDetailMore_item:before {
    width: 100%;
    height: 100%;
  }
  .themeDetailMore_item:after {
    content: "";
    display: block;
    clear: both;
  }
  .themeDetailMore_item:first-child {
    margin-top: 0;
  }
  .themeDetailMore_item .themeItem_main {
    padding: 5px 6px 70px;
  }
  .themeDetailMore_item .themeItem_main3Row .themeItem_mainIn {
    margin-top: 2px;
  }
  .themeDetailMore_item .themeItem_mainHead span {
    font-size: 1.2rem;
  }
  .themeDetailMore_item .themeItem_mainHead img {
    width: 40px;
  }
  .themeDetailMore_item .themeItem_mainBody {
    font-size: 1rem;
  }
  .themeDetailMore_item .themeItem_mainBtn img {
    max-width: 300px;
    margin: 0 auto;
  }
  .backThemeAll {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .backThemeAll img {
    width: 70%;
  }
  /******************************
  成果レポート
  ******************************/
  .report {
    padding-bottom: 105px;
  }
  .reportTit {
    margin-bottom: 21px;
  }
  .reportTit {
    margin-top: 31px;
    margin-bottom: 21px;
  }
  .reportTit span {
    padding: 9px 25px 7px;
    font-size: 1.4rem;
    border: 2px solid #9fadaf;
  }
  .reportTit span.subtit {
    padding: 0;
    font-size: 1.4rem;
    border: none !important;
  }
  .resultPageLink {
    padding: 7px;
    margin-bottom: 53px;
  }
  .resultPageLink_item {
    width: 100%;
    display: table;
    border-bottom: 2px solid #869a9d;
  }
  .resultPageLink_item:first-child {
    border-top: 2px solid #869a9d;
  }
  .resultPageLink_item_icon, .resultPageLink_item_txt {
    display: table-cell;
    vertical-align: middle;
  }
  .resultPageLink_item_icon {
    padding-right: 10px;
  }
  .resultPageLink_item_txt.line_yellow {
    padding: 0 2px;
    background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 0%);
  }
  .resultPageLink a {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 20px 16px 22.950819672%;
    display: block;
    position: relative;
    text-decoration: none;
  }
  .resultPageLink a:before, .resultPageLink a:after {
    content: "";
    position: absolute;
  }
  .resultPageLink a:before {
    top: 50%;
    right: 10px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background-color: #869A9D;
    border-radius: 50%;
  }
  .resultPageLink a:after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    transform: rotate(45deg);
  }
  .reportResults_head {
    margin-bottom: 28px;
    padding: 12px 10px 9px;
    position: relative;
  }
  .reportResults_head_icon {
    width: 30px;
  }
  .reportResults_head_icon img {
    width: auto;
    height: 21px;
  }
  .reportResults_head_txt {
    margin-left: 10px;
    font-size: 1.7rem;
  }
  .reportResults_head_note {
    color: #869A9D;
    font-size: 1.2rem;
    position: absolute;
    left: -4px;
    bottom: -22px;
  }
  .reportResults_head .line_yellow {
    padding-left: 0;
    padding-right: 0;
  }
  .resultsSection {
    margin-top: 24px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 31px;
    position: relative;
  }
  .resultsSection:first-of-type .resultsSection_head {
    text-align: left;
    margin-bottom: 12px;
    padding-left: 10px;
  }
  .resultsSection:last-of-type {
    padding-bottom: 0;
  }
  .resultsSection:last-of-type:after {
    content: normal;
  }
  .resultsSection:after {
    content: "";
    width: 50.25px;
    height: 1px;
    border-bottom: 2px solid #869a9d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  .resultsSection_head {
    width: 100%;
    margin-bottom: 23px;
    color: #869A9D;
    font-size: 2rem;
    text-align: center;
    line-height: 1.333333333;
  }
  .resultsSection_head_icon {
    margin-bottom: 14px;
    display: block;
    text-align: center;
  }
  .resultsSection_head_icon img {
    width: auto;
    height: 31px;
  }
  .resultsSection_head_txt .fzS {
    font-size: 1.4rem;
  }
  .resultsSection_body p {
    margin-top: 15px;
  }
  .resultsSection_body p:first-child {
    margin-top: 0;
  }
  .resultsSection_list {
    padding: 16px 13px 10px 16px;
    margin-top: 12px;
  }
  .resultsSection_list_item {
    margin-top: 15px;
    padding-left: 1em;
    font-size: 1.3rem;
    line-height: 1.384615385;
  }
  .resultsSection_list_item:before {
    width: 8px;
    height: 8px;
    top: .4em;
    left: 0;
  }
  #result2 {
    margin-top: 47px;
  }
  #result2 .reportResults_head {
    margin-bottom: 40px;
  }
  #result2 .resultsSection {
    margin-top: 17px;
  }
  #result2 .resultsSection:first-of-type .resultsSection_head {
    text-align: left;
    padding-left: 0;
    margin-bottom: 23px;
  }
  .btnMoreLink {
    margin-top: 29px;
  }
  .btnMoreLink_head {
    width: 100%;
    padding-right: 23px;
    margin-bottom: 4px;
    text-align: center;
  }
  .btnMoreLink_head img {
    max-width: 153px;
  }
  .btnMoreLink_item {
    margin-top: 10px;
  }
  .btnMoreLink_item:first-of-type {
    margin-top: 0;
  }
  .btnMoreLink a {
    position: relative;
  }
  .btnMoreLink a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: .3s;
  }
  .btnMoreLink a:hover:after {
    opacity: 1;
  }
  .reportDescItemTable tr:nth-child(1) {
    font-size: 1rem;
  }
  .reportDescItemTable tr:nth-child(1) th {
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .reportDescItemTable th:nth-child(1), .reportDescItemTable td:nth-child(1) {
    width: 23.6458333%;
  }
  .reportDescItemTable th:nth-child(2), .reportDescItemTable td:nth-child(2) {
    width: 57.395833333%;
  }
  .reportDescItemTable th:nth-child(1), .reportDescItemTable th:nth-child(2), .reportDescItemTable td:nth-child(1), .reportDescItemTable td:nth-child(2) {
    border-right: 2px solid #fff;
  }
  .reportDescItemTable th:nth-child(2), .reportDescItemTable td:nth-child(2) {
    padding-left: 10px;
  }
  .reportDescItemTable td {
    font-size: 1.2rem;
    vertical-align: top;
  }
  .reportPath {
    padding-top: 45px;
    overflow: hidden;
  }
  .reportPath li:first-child {
    float: none;
    border-top: dashed 1px;
    border-bottom: dashed 1px;
    padding: 18px 0;
    line-height: 1.5;
    font-size: 1.3rem;
    text-align: center;
    margin-right: 0;
  }
  .reportPath li {
    float: none;
    border-bottom: dashed 1px;
    padding: 18px 0;
    line-height: 1.5;
    font-size: 1.3rem;
    text-align: center;
    margin-right: 0;
  }
  .reportPath a {
    width: 32%;
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
    padding: 4px 18px;
    border: 1px solid #000000;
  }
  .reportPath img {
    vertical-align: 1px;
    width: 9px;
    height: auto;
  }
  .reportPath .boxNone {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
    padding: 4px 18px;
    border: none;
  }
  hr.reportDashed {
    display: none;
    border-top: 1px dashed;
    margin: -20px 0 20px;
  }
  /******************************
  企業
  インターン
  ******************************/
  .overview.box {
    padding-top: 16px;
    margin-bottom: 27px;
  }
  .block_tit_main {
    margin-top: -15px;
  }
  .block_tit_main img {
    width: 169px;
  }
  .box_heading {
    padding-bottom: 10px;
  }
  .btn_briefing_heading {
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    text-align: center;
  }
  .btn_briefing_heading li {
    width: 45%;
    display: inline-block;
  }
  .overview_table {
    margin: -5px 5px 0;
    font-size: 1.2rem;
    border-spacing: 5px;
    table-layout: fixed;
  }
  .overview_table th, .overview_table td {
    padding: 7px 11px 12px;
    text-align: left;
  }
  .overview_table th {
    width: 90px;
  }
  .overview_table_note {
    margin: 4px 10px 0;
    font-size: 1rem;
  }
  .overviewFlow_tit {
    margin-bottom: 11px;
  }
  .overviewFlow_tit img {
    width: 188px;
  }
  .overviewFlow_tab {
    width: 100%;
    margin: 0 auto 1px;
    padding-left: 5px;
  }
  .overviewFlow_tab li {
    width: 40%;
  }
  .overviewFlow_tab li:nth-child(2), .overviewFlow_tab li:last-child {
    margin-left: -10.5%;
  }
  .overviewFlow_tab li.active img {
    opacity: .001;
  }
  .overviewFlow_tab_contents_wrap {
    margin-bottom: 100px;
  }
  .overviewFlow_tab_contents {
    padding: 15px 12px 92px;
    margin: 0 10px;
  }
  .overviewFlow_table_sp_th {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
  }
  .overviewFlow_tab_contents_step1 {
    display: block;
  }
  .overviewFlow_table {
    margin: 26px 0 22px;
    margin-right: -12px;
    margin-left: -12px;
    border-spacing: 10px 0;
    table-layout: fixed;
  }
  .overviewFlow_table th {
    padding: 16px 4px 0;
    font-size: 2rem;
    line-height: 1.44;
    text-align: center;
    vertical-align: top;
    background: url(/common/images/company/bg_flow_table_th_sp.png) no-repeat center -10px;
  }
  .overviewFlow_table tr:first-child td {
    padding-top: 0;
  }
  .overviewFlow_table td {
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.8;
    border-top: 1px solid;
    vertical-align: top;
    background-color: #FFF;
  }
  .overviewFlow_table_list_tit {
    margin-bottom: 12px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .overviewFlow_table_list_tit span {
    margin-left: .6em;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.5;
  }
  .overviewFlow_table_img {
    margin-top: 20px;
    text-align: center;
  }
  .overviewFlow_table_img_rb {
    margin-top: 20px;
    text-align: center;
  }
  .overviewFlow_table_list li {
    margin-top: 15px;
  }
  .overviewFlow_list_dl dt {
    width: 11em;
    float: left;
  }
  .overviewFlow_list_dl dt {
    overflow: hidden;
  }
  .overviewFlow_list_indt {
    overflow: hidden;
    text-indent: -1em;
    padding-left: 1em;
  }
  .overviewFlow_list_indt dt {
    text-indent: -1em;
  }
  .overviewFlow_list_indt dd {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .btn_next_step {
    text-align: center;
    background-size: 100%;
  }
  .overviewFlow_table_list_ol>li {
    margin-top: 5px;
  }
  .overviewFlow_table_list_dl {
    text-indent: 0;
  }
  .overviewFlow_table_list_dl dt:before {
    content: "[ ";
  }
  .overviewFlow_table_list_dl dt:after {
    content: " ]";
  }
  .overviewFlow_table_list_dl dd {
    overflow: hidden;
  }
  .overviewFlow_table_in_table {
    margin-top: 13px;
    border-spacing: 3px 0;
  }
  .overviewFlow_table_in_table th {
    padding: 3px 3px 4px;
    font-size: 1rem;
    padding-left: 0;
    text-indent: 0;
    vertical-align: middle;
  }
  .overviewFlow_table_in_table th:first-child, .overviewFlow_table_in_table th:last-child {
    width: 25%;
  }
  .overviewFlow_table_in_table td {
    padding: 8px 5px 13px 10px !important;
    font-size: .8rem;
    padding-left: 0;
    text-indent: 0;
    text-align: left;
    vertical-align: middle;
    border: none;
  }
  .overviewFlow_table_list_ol_ul {
    margin-top: 10px;
  }
  .overviewFlow_table_list_ol_ul li {
    margin-top: 1px;
  }
  .overviewFlow_table_list_ul {
    margin-top: 30px;
  }
  .overviewFlow_table_list_ul li {
    margin-top: 2px;
  }
  .overviewFlow_table_list_ul span {
    display: block;
  }
  .overviewFlow_table_list_ul_note {
    margin-top: 4px;
  }
  .overviewFlow_table_in_table_note {
    margin-top: 4px;
    font-size: 0.8rem;
  }
  .overviewFlow_table_list {
    overflow: hidden;
  }
  .overviewFlow_table_btn .btn_briefing {
    text-align: center;
  }
  .overviewFlow_table_btn .btn_briefing li {
    margin-left: -1em;
    display: block;
  }
  .overviewFlow_table_btn .btn_briefing li:first-child {
    margin-top: 0;
  }
  .btn_application {
    margin-bottom: 79px;
  }
  .btn_application.btn_bottom {
    margin-bottom: 110px;
  }
  .btn_briefing_wrap {
    text-indent: 0 !important;
    padding-left: 0 !important;
  }
  .btn_briefing_wrap li {
    margin-top: 5px;
    text-indent: 0 !important;
    padding-left: 0 !important;
  }
  .btn_briefing_wrap a {
    display: block;
  }
  .importantNotice {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 31px;
    font-size: 1.2rem;
  }
  .importantNotice_head {
    width: 60.491803279%;
    margin: 0 auto 33px;
  }
  .importantNotice_head img {
    width: 100%;
    height: auto;
  }
  .importantNotice_lead {
    margin-bottom: 22px;
  }
  .importantNotice_item {
    padding-top: 14px;
    padding-bottom: 8px;
  }
  .dlList {
    padding-left: 1em;
  }
  .dlList dt {
    text-indent: -1em;
  }
  .dlList dd {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  /* 2時募集
  ----------------------------------*/
  .secondary_link p {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.5rem;
  }
  .secondary_link .btn_secondary_link {
    width: 142px;
    margin: 0 auto 9px;
  }
  .secondary_link .btn_secondary_link img {
    height: auto;
  }
  .secondary .block_tit_main {
    margin-top: -25px;
  }
  .secondary .agreement_box {
    margin: 0 10px;
  }
  .secondary .agreement_box_list {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .secondary .overview {
    margin-bottom: 15px;
  }
  .secondary .overview_table {
    margin: 4px 5;
  }
  .secondary .overview_table th, .secondary .overview_table td {
    padding: 7px 11px 12px;
    line-height: 1.8;
  }
  .secondary .overview_table th {
    width: 75px;
    border-radius: 3px;
  }
  .secondary .overview_table_note {
    margin-top: 1px;
    font-size: 1rem;
  }
  .secondary .tit_agreement_box {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.433333333;
  }
  .secondary .agreement_box_list {
    padding: 17px 25px 20px;
    font-size: 1.2rem;
  }
  .secondary .agreement_box_list>ol>li {
    margin-top: 22px;
  }
  .secondary .agreement_box_list p {
    margin-top: 32px;
  }
  .secondary .agreement_box_btn_wrap {
    max-width: 520px;
    margin: 15px 35px 80px;
    font-size: 1.4rem;
  }
  .secondary .agreement_box_btn_wrap .agreement_btn {
    margin-bottom: 20px;
  }
  .secondary .agreement_box_btn_wrap .agreement_btn img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  /* COMPANY
  ----------------------------- */
  .company {
    /* Secondary
    ----------------------------------*/
  }
  .company .block_tit img {
    max-width: 250px;
  }
  .company .overviewFlow_tab li:first-child {
    background: url(/common/images/company/btn_tab_1_o_sp.png) no-repeat left top/cover;
  }
  .company .overviewFlow_tab li:nth-child(2) {
    background: url(/common/images/company/btn_tab_2_o_sp.png) no-repeat left top/cover;
  }
  .company .overviewFlow_tab li:last-child {
    background: url(/common/images/company/btn_tab_3_o_sp.png) no-repeat left top/cover;
  }
  .company .overviewFlow_tab_contents_step1 {
    background: url(/common/images/company/bg_flow_step_t_l_1_sp.png) no-repeat left top, url(/common/images/company/bg_flow_step_t_r_1_sp.png) no-repeat right top, url(/common/images/company/bg_flow_step_b_l_1_sp.png) no-repeat left bottom, url(/common/images/company/bg_flow_step_b_r_1_sp.png) no-repeat right bottom, url(/common/images/company/bg_flow_step_c_l_1_sp.png) repeat-y left top, url(/common/images/company/bg_flow_step_c_r_1_sp.png) repeat-y right top;
    background-size: 80%;
    background-color: #FFF;
  }
  .company .overviewFlow_tab_contents_step1 .overviewFlow_cotents_tit {
    width: 48.709677419%;
  }
  .company .overviewFlow_tab_contents_step1 .overviewFlow_table_sp_th {
    color: #4682F9;
  }
  .company .overviewFlow_tab_contents_step1 .overviewFlow_table_list_tit {
    color: #4682F9;
  }
  .company .overviewFlow_tab_contents_step2 {
    background: url(/common/images/company/bg_flow_step_t_l_2_sp.png) no-repeat left top, url(/common/images/company/bg_flow_step_t_r_2_sp.png) no-repeat right top, url(/common/images/company/bg_flow_step_b_l_2_sp.png) no-repeat left bottom, url(/common/images/company/bg_flow_step_b_r_2_sp.png) no-repeat right bottom, url(/common/images/company/bg_flow_step_c_l_2_sp.png) repeat-y left top, url(/common/images/company/bg_flow_step_c_r_2_sp.png) repeat-y right top;
    background-size: 80%;
  }
  .company .overviewFlow_tab_contents_step2 .overviewFlow_cotents_tit {
    width: 48.709677419%;
  }
  .company .overviewFlow_tab_contents_step2 .overviewFlow_table_sp_th {
    color: #00ADD7;
  }
  .company .overviewFlow_tab_contents_step2 .overviewFlow_table_list_tit {
    color: #00ADD7;
  }
  .company .overviewFlow_tab_contents_step3 {
    background: url(/common/images/company/bg_flow_step_t_l_3_sp.png) no-repeat left top, url(/common/images/company/bg_flow_step_t_r_3_sp.png) no-repeat right top, url(/common/images/company/bg_flow_step_b_l_3_sp.png) no-repeat left bottom, url(/common/images/company/bg_flow_step_b_r_3_sp.png) no-repeat right bottom, url(/common/images/company/bg_flow_step_c_l_3_sp.png) repeat-y left top, url(/common/images/company/bg_flow_step_c_r_3_sp.png) repeat-y right top;
    background-size: 80%;
  }
  .company .overviewFlow_tab_contents_step3 .overviewFlow_cotents_tit {
    width: 48.709677419%;
  }
  .company .overviewFlow_tab_contents_step3 .overviewFlow_table_sp_th {
    color: #4682F9;
  }
  .company .overviewFlow_tab_contents_step3 .overviewFlow_table_list_tit {
    color: #4682F9;
  }
  .company.secondary .block_tit_main img {
    width: 100%;
    max-width: 210px;
  }
  /* インターン
    ----------------------------------*/
  .foreign {
  }
  .foreign .block_tit img {
    max-width: 250px;
  }
  .foreign .overviewFlow_tab li:first-child {
    background: url(/common/images/foreign/btn_tab_1_o_sp.png) no-repeat left top/100% auto;
  }
  .foreign .overviewFlow_tab li:nth-child(2) {
    background: url(/common/images/foreign/btn_tab_2_o_sp.png) no-repeat left top/100% auto;
  }
  .foreign .overviewFlow_tab li:last-child {
    background: url(/common/images/foreign/btn_tab_3_o_sp.png) no-repeat left top/100% auto;
  }
  .foreign .overviewFlow_tab_contents_step1 {
    background: url(/common/images/foreign/bg_flow_step_t_l_1_sp.png) no-repeat left top, url(/common/images/foreign/bg_flow_step_t_r_1_sp.png) no-repeat right top, url(/common/images/foreign/bg_flow_step_b_l_1_sp.png) no-repeat left bottom, url(/common/images/foreign/bg_flow_step_b_r_1_sp.png) no-repeat right bottom, url(/common/images/foreign/bg_flow_step_c_l_1_sp.png) repeat-y left top, url(/common/images/foreign/bg_flow_step_c_r_1_sp.png) repeat-y right top;
    background-size: 80%;
  }
  .foreign .overviewFlow_table_list_tit {
    color: #f49b14;
  }
  .foreign .overviewFlow_cotents_tit {
    width: 48.709677419%;
  }
  .foreign .overviewFlow_table_sp_th {
    color: #4682F9;
  }
  .foreign .overviewFlow_tab_contents_step2 {
    background: url(/common/images/foreign/bg_flow_step_t_l_2_sp.png) no-repeat left top, url(/common/images/foreign/bg_flow_step_t_r_2_sp.png) no-repeat right top, url(/common/images/foreign/bg_flow_step_b_l_2_sp.png) no-repeat left bottom, url(/common/images/foreign/bg_flow_step_b_r_2_sp.png) no-repeat right bottom, url(/common/images/foreign/bg_flow_step_c_l_2_sp.png) repeat-y left top, url(/common/images/foreign/bg_flow_step_c_r_2_sp.png) repeat-y right top;
    background-size: 80%;
  }
  .foreign .overviewFlow_cotents_tit {
    width: 48.709677419%;
  }
  .foreign .overviewFlow_table_list_tit {
    color: #f5ad00;
  }
  .foreign .overviewFlow_table_sp_th {
    color: #00ADD7;
  }
  .foreign .overviewFlow_tab_contents_step3 {
    background: url(/common/images/foreign/bg_flow_step_t_l_3_sp.png) no-repeat left top, url(/common/images/foreign/bg_flow_step_t_r_3_sp.png) no-repeat right top, url(/common/images/foreign/bg_flow_step_b_l_3_sp.png) no-repeat left bottom, url(/common/images/foreign/bg_flow_step_b_r_3_sp.png) no-repeat right bottom, url(/common/images/foreign/bg_flow_step_c_l_2_sp.png) repeat-y left top, url(/common/images/foreign/bg_flow_step_c_r_2_sp.png) repeat-y right top;
    background-size: 80%;
  }
  .foreign .overviewFlow_cotents_tit {
    width: 48.709677419%;
  }
  .foreign .overviewFlow_table_sp_th {
    color: #f29a2d;
  }
  .foreign .overviewFlow_table_in_table th {
    background-color: #a0a0a0;
  }
  .foreign .overviewFlow_table_in_table tr:nth-child(2n+1) td {
    background-color: #f2f2f2;
  }
  .foreign .overviewFlow_table_in_table tr:nth-child(2n) td {
    border-bottom: 3px solid #FFF;
    background-color: #fef7e5;
  }
  .foreign.secondary .block_tit_main img {
    width: 100%;
    max-width: 277.5px;
  }
  /* 説明会スケジュール
    ----------------------------------*/
  .box.schedule {
    padding-top: 17px;
    margin-bottom: 90px;
  }
  .schedule_tit {
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .schedule_table_wrap {
    margin: 0 5px;
  }
  .schedule_table {
    width: 100%;
    margin-top: 8px;
    border-spacing: 5px 1px;
    table-layout: fixed;
  }
  .schedule_table:first-of-type {
    margin-top: 0;
  }
  .schedule_table th {
    width: 16.129032258%;
    padding: 6px 5px 9px;
    font-size: 1.2rem;
    vertical-align: middle;
  }
  .schedule_table td {
    padding: 8px 10px 5px;
    font-size: 1.3rem;
    vertical-align: middle;
    text-align: left;
    background-color: #EFEFEF;
  }
  .schedule_table_note {
    font-size: 1.4rem;
  }
  .schedule_table_location {
    width: 110px;
    font-size: 1.3rem;
  }
  .schedule_table_date span {
    font-size: 1.2rem;
  }
  .schedule_table_place {
    font-size: 1rem !important;
  }
  .schedule_table_place span {
    font-size: 1.3rem;
  }
  .schedule_lead {
    margin: 20px 10px 0;
    font-size: 1.2rem;
    line-height: 1.526315789;
  }
  .schedule_guidance {
    margin-top: 20px;
    border-spacing: 10px 5px;
  }
  .schedule_guidance th {
    padding: 6px 8px;
    font-size: 1.4rem;
    text-align: left;
  }
  .schedule_guidance td {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .btn_back {
    width: 40%;
    margin: 20px auto 0;
  }
  .company .odd th {
    background-color: #E3ECFD;
  }
  .company .even th {
    background-color: #F2FBFD;
  }
  .foreign .odd th {
    background-color: #fdf0dd;
  }
  .foreign .even th {
    background-color: #fefbf2;
  }
  /******************************
  企業登録（プレエントリー）
  ******************************/
  .preentry {
    padding-bottom: 104px;
  }
  .preentry_tit {
    padding-top: 34px;
  }
  .preentry_tit span {
    padding: 8px 11px 7px;
    font-size: 1.4rem;
    border: 3px solid #5698fa;
  }
  .preentryBox {
    margin: 46px auto 0;
    padding: 28px 6.25% 25px ;
    background: url(../images/preentry/bg_preentrybox_1-sp.png) top no-repeat, url(../images/preentry/bg_preentrybox_2-sp.png) bottom no-repeat, url(../images/preentry/bg_preentrybox_3-sp.png) center repeat-y;
    background-size: 100%;
  }
  .preentryBoxTit {
    padding: 3px 13px;
    font-size: 14px;
    top: -18px;
    left: 2.34%;
  }
  .preentryBoxTit:after {
    border-width: 18px 0 0 6px;
    right: -6px;
  }
  .preentryStep1 .tit,
  .preentryStep2 .tit {
    width: 61.5px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  .preentryStep1 .tit {
    padding-top: 5px;
  }
  .preentryStep2 .tit {
    padding-top: 0;
    background: #e6f0fe url(../images/preentry/bg_preentrystep2_tit-sp.png) top no-repeat;
    background-size: 100%;
  }
  .preentryStep1 .txt,
  .preentryStep2 .txt {
    max-width: 100%;
    padding-left: 8px;
    font-size: 12px;
  }
  .preentryStep1 .txt {
    padding-top: 11px;
  }
  .preentryStep2 .txt {
    padding-top: 22px;
    padding-bottom: 28px;
  }
  .preentryStep1 .txt li + li,
  .preentryStep2 .txt li + li {
    margin-top: 12px;
  }
  .preentryStep1 .txt li span,
  .preentryStep2 .txt li span {
    color: #aacbfc;
  }
  .preentryStep1 .txt p {
    margin-top: 18px;
    padding-bottom: 14px;
    font-size: 10px;
    line-height: 1.7;
  }
  .preentryStep2 .txt p {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.61;
  }
  .preentryBtn {
    max-width: 427px;
    margin: 38px auto 0;
    background: none;
  }
  .preentryBtn.btn2 {
    margin: 27px auto 0;
    background:none;
  }
  .preentryStep1 .preentryBtn {
  border-bottom: 1px solid #5698fb;
  padding-bottom: 36px !important;
  }
.preentryBox .lead {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.69;
  display: inline;
  background: linear-gradient(transparent 85%, #ffff00 0%);
  }
.preentryBox .txt{
  margin-top: 15px;
  font-size: 12px;
  }
  .preentryLink {
    margin: 15px auto 0;
    font-size: 12px;
  }
  .preentryLink a {
    vertical-align: baseline;
  }
  .preentryLink:after {
    content: ">";
    padding-left: 10px;
    font-size: 16px;
    color: #5698fb;
  }
  .preentryMovie {
    margin: 30px auto 0;
    padding: 0 2.34%;
    display: block;
  }
  .preentryMovie .txt {
    padding: 9px;
    font-size: 12px;
    border-top: solid 2px #5698fb;
    border-bottom: solid 2px #5698fb;
    display: block;
    position: relative;
  }
  .preentryMovie .txt:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/preentry/ico_arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 16px;
    left: 14px;
  }
  .preentryMovie .movie {
    width: 100%;
    padding: 18px 0 0;
    display: block;
  }
  /******************************
  インターン募集説明会・応募
  ******************************/
  .seminarChoice {
    padding: 34px 0 38px;
  }
  .seminar.seminar_1,
  .seminar.seminar_2 {
    padding: 44px 0 105px;
  }
  .seminar_tit span {
    padding: 8px 11px 7px;
    font-size: 1.4rem;
    border: 3px solid #f2ad14;
  }
  .seminarBox {
    background: url(../images/seminar/bg_seminarbox_1-sp.png) top no-repeat, url(../images/seminar/bg_seminarbox_2-sp.png) bottom no-repeat, url(../images/seminar/bg_seminarbox_3-sp.png) center repeat-y;
    background-size: 100%;
  }
  .seminarBox.choice_1 {
    margin-top: 26px;
    padding: 16px 6.25% 25px;
  }
  .seminarBox.choice_2 {
    margin-top: 20px;
    padding: 16px 6.25% 25px;
  }
  .seminarBox.choice_2.active {
    display: block;
  }
  .seminarBox.box_1 {
    margin-top: 24px;
    padding: 25px 6.25% 24px;
  }
  .seminarBox.box_2 {
    margin-top: 46px;
    padding: 15px 6.25% 41px;
  }
  .seminarBoxTit {
    padding: 4px 15px 2px 35px;
    font-size: 14px;
    background: #f9ab17 url(../images/seminar/ico_check.png) 9px center no-repeat;
    background-size: 15px;
    top: -17px;
    left: 6px;
  }
  .seminarBoxTit:after {
    border-width: 18px 0 0 6px;
    right: -6px;
  }
  .seminarChoice .seminarBox .txt {
    font-size: 12px;
  }
  .seminarChoice .seminarBox ul {
    margin: 16px auto 0;
    letter-spacing: 1.5;
  }
  .seminarChoice .seminarBox li {
    padding: 14px 0 11px;
  }
  .seminarChoice .seminarBox.choice_2 li {
    padding: 14px 4.46% 11px;
  }
  .english .seminarChoice .seminarBox.choice_2 li {
    text-indent: -6%;
    padding: 14px 6%  11px;
  }
  .seminarChoice .seminarBox li input + span{
    font-size: 14.5px;
    padding-left: 20px;
  }
  .seminarChoice .seminarBox li input + span::before {
    width: 12px;
    height: 12px;
  }
  .seminarChoice .seminarBox li input:checked + span::after {
    width: 6px;
    height: 6px;
    left: 3px;
  }
  .seminarBox .lead {
    font-size: 12px;
    line-height: 1.54;
  }
  .seminarBox .txt {
    margin-top: 23px;
    font-size: 12px;
  }
  .seminarBox .note {
    display: none;
  }
  .seminarBox .list {
    margin-top: 10px;
    font-size: 12px;
  }
  .seminarBox .list li {
    line-height: 1.88;
    letter-spacing: 0;
  }
  .seminarBox .list li + li {
    margin-top: 10px;
  }
  .seminarBox .list li span {
    color: #fbcd73;
  }
  .seminarBox .img {
    margin-top: 5px;
  }
  .seminarBtn {
    width: 100%;
    max-width: 554px;
    margin: 27px auto 0;
  }
  .seminarBtn.seminar1 {
    background: none;
  }
  .seminarBtn.seminar2 {
    margin-top: 27px;
    background: none;
  }
  .seminarLink {
    margin: 0 auto;
    font-size: 12px;
    vertical-align: middle;
    margin-top:27px;
  }
  .seminarLink a {
    color: #333;
    vertical-align: middle;
    padding-top: 3px;
  }
  .seminarLink:after {
    content: ">";
    vertical-align: middle;
    padding-left: 10px;
    font-size: 20px;
    color: #f9ab17;
  }
  .seminarMovie {
    margin: 30px auto 0;
    padding: 0 2.34%;
    display: block;
  }
  .seminarMovie .txt {
    padding: 13px 9px 15px 35px;
    font-size: 12px;
    line-height: 1.54;
    text-align: left;
    border-top: solid 2px #f9ab17;
    border-bottom: solid 2px #f9ab17;
    display: block;
    position: relative;
  }
  .seminarMovie .txt:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/seminar/ico_arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 16px;
    left: 11px;
  }
  .seminarMovie .movie {
    width: 100%;
    padding: 18px 0 0;
    display: block;
  }
  /******************************
  プライバシーポリシー
  ******************************/
  .privacy.box {
    margin-top: 46px;
    margin-bottom: 50px;
    padding: 0 10px;
  }
  .privacy_list>dt {
    margin-bottom: 11px;
    font-size: 1.4rem;
  }
  .privacy_list>dd {
    margin-left: 25px;
    margin-bottom: 34px;
    font-size: 1.2rem;
  }
  .privacy_list_ol li {
    margin-bottom: 30px;
  }
  .privacy_list_ol li:last-child {
    margin-bottom: 10px;
  }
  .privacy_ban {
    width: 72.580645161%;
    margin-left: -1em;
    padding-bottom: 17px;
  }
  .privacy_dd_tit {
    padding-bottom: 5px;
    margin-bottom: 6px;
    font-size: 1.2rem;
    border-bottom: 2px solid #d8d8d8;
  }
  .privacy_dd_txt {
    margin-bottom: 31px;
  }
  .privacy_abobe {
    padding: 9px 10px;
  }
  .privacy_abobe .img {
    margin-bottom: 5px;
  }
  .privacy_abobe .txt {
    font-size: .9rem;
    line-height: 1.642857143;
  }
  /******************************
  FAQ／お問合せ
  ******************************/
  .inquiryTit {
    padding-top: 34px;
    margin-bottom: 25px;
  }
  .inquiryTit span {
    padding: 8px 11px 7px;
    font-size: 1.4rem;
    border: 3px solid #c2cdce;
  }
  .inquiryTit+.pageLead {
    margin-bottom: 15px;
  }
  .inquiry_body input.err, .inquiry_body textarea.err, .inquiry_body select.err {
    border: 3px solid #F00;
    background-color: #FFEFEE;
  }
  .errMsg {
    color: #F00;
    padding-top: 4px;
    display: block;
  }
  .inquiry_body {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .inquiry_body li {
    margin-top: 5px;
  }
  .inquiry_body li:first-child {
    margin-top: 0;
  }
  .inquiry_body li a {
    display: block;
  }
  .formAttention {
    margin: 3px 0 20px;
    padding: 13px 19px 12px;
    color: #F00;
    font-size: 1.4rem;
    line-height: 1.6;
    border: 2px solid #F00;
    display: none;
  }
  .inquiry_body .notes {
    font-size: 1.4rem;
    color: #44AEEA;
    background: linear-gradient(transparent 60%, #FFFF00 0%);
    line-height: 1.5;
    display: inline;
  }
  .contactTable {
    table-layout: fixed;
    width: 100%;
    margin-top: -16px;
  }
  .contactTable th {
    padding: 16px 12px 0;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #0081CC;
  }
  .contactTable td {
    padding: 9px 12px;
    display: block;
    font-size: 1.4rem;
  }
  .contactTable .caution {
    font-size: 1.4rem;
    display: inline-block;
  }
  .contactTable .caution.pt {
    padding-top: 15px;
  }
  .inquiry_body input, .inquiry_body textarea {
    width: 100%;
    border: 1px solid #898989;
    background: #EFEFEF;
    padding: 12px 15px 13px;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .inquiry_body select {
    width: 100%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #898989;
    border-radius: 4px;
  }
  .inquiry_body label {
    line-height: 2;
    display: block;
  }
  .inquiry_body input[type="radio"] {
    padding: 0;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 2;
  }
  .inquiry_body input[type="checkbox"] {
    padding: 0;
    width: 12px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 2;
  }
  .inquiry_body td.type {
    padding: 8px 10px 4px;
    color: #0081CC;
    border-top: 1px dotted #969696;
    border-bottom: 1px dotted #969696;
  }
  .inquiry_body td.learned input[type="text"] {
    margin-top: 6px;
  }
  .required {
    color: #D6132C;
    font-size: 1.2rem;
  }
  .advice {
    color: #969696;
    font-size: 1.2rem;
  }
  .parenthesis {
    font-size: 1.2rem;
  }
  .privacyBox {
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 0 12px;
    font-size: 1.4rem;
  }
  .privacyBox .tit {
    color: #0081CC;
  }
  .privacyBox .txt {
    box-sizing: border-box;
    height: 310px;
    overflow-y: scroll;
    border: 1px solid #C8C8C8;
    padding: 10px 5px;
    margin-bottom: 10px;
    color: #505050;
  }
  .privacyBox dd {
    padding-left: 2em;
  }
  .english .privacyBox dd {
    padding-left: 1.5em;
  }
  .privacyBox li {
    width: 100%;
    margin-left: 0;
    transition: 0s;
    text-indent: -1em;
    padding-left: 1em;
  }
  .privacyBox li:hover {
    opacity: 1;
  }
  .privacyBox .advice {
    margin-bottom: 11px;
    line-height: 1.5;
  }
  .privacyBox label {
    text-align: center;
    line-height: 1.25;
  }
  .privacyBox a {
    display: inline;
  }
  #err_consent {
    text-align: center;
  }
  .inquiry_body .btn {
    background: #4a85f6;
    color: #fff;
    width: 90%;
    margin: 15px auto 0;
    padding: 15px 0;
    font-size: 1.4rem;
    display: block;
  }
  .inquiry_body .btn.submit {
    background: #4a85f6;
  }
  .inquiry_body .btn.back {
    background: #999999;
  }
  .inquiry_body .registHead {
    padding: 5px 0;
    margin-bottom: 5px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    color: #333 !important;
    display: block;
  }
  .inquiry_body .registTxt {
    padding: 13px 0 0;
    margin: 0 12px;
    font-size: 1.4rem;
  }
  .inquiry_body .registTxt span {
    color: #0081CC;
    font-size: 1.6rem;
  }
  .inquiry_body .registTxt_bottom {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .inquiry_body .top {
    text-align: center;
  }
  .inquiry_body .top a {
    text-align: center;
    color: #fff;
  }
  .box.overview.qa {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 85px;
  }
  .qa_head {
    margin-top: 18px;
  }
  .qa_tit {
    width: 98px;
    padding: 8px 11px 7px;
    font-size: 1.4rem;
    border: 3px solid #c2cdce;
  }
  .qa_lead {
    text-align: center;
    font-size: 1.4rem;
    margin: 15px 0 15px;
  }
  .qa_tab li.company.active {
    background: url(/common/images/qa/tab_company_sp_on.png) left top no-repeat/cover;
  }
  .qa_tab li.intern.active {
    background: url(/common/images/qa/tab_intern_sp_on.png) right top no-repeat/cover;
  }
  .english .qa_tab li.company.active {
    background: url(/english/common/images/qa/tab_company_sp_on.png) left top no-repeat/cover;
  }
  .english .qa_tab li.intern.active {
    background: url(/english/common/images/qa/tab_intern_sp_on.png) right top no-repeat/cover;
  }
  .qa_tabCont.company {
    background: url(/common/images/qa/tab_company_bottom_sp_on.png) left bottom no-repeat, url(/common/images/qa/tab_company_middle_sp_on.png) left top repeat-y;
  }
  .qa_tabCont.intern {
    background: url(/common/images/qa/tab_intern_bottom_sp_on.png) left bottom no-repeat, url(/common/images/qa/tab_intern_middle_sp_on.png) left top repeat-y;
  }
  .qa_tab li img.pcNone {
    display: inline-block;
  }
  .qa_tab li img.spNone {
    display: none;
  }
  .qa_tabCont {
    padding: 0 1% 20px;
  }
  .qa_box {
    padding: 0 5px 5px;
    margin: 0 4px;
  }
  .qa_box+.qa_box {
    margin-top: 15px;
  }
  .qa_box .q {
    padding: 20px 0 12px 50px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .qa_box .q:before {
    font-size: 3rem;
    top: 13px;
    left: 10px;
  }
  .qa_box .a {
    font-size: 1.4rem;
    padding: 18px 0 15px 0;
  }
  .qa_box .a p {
    padding-right: 7px;
    padding-left: 50px;
  }
  .qa_box .a p.link {
    padding: 0 7px;
    margin-top: -2px;
  }
  .qa_box .a:before {
    font-size: 3rem;
    top: -2px;
    left: 10px;
  }
  .qa_box .a .link span {
    width: 38px;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-right: 3px;
  }
  .qa_box .a .link a {
    font-size: 1.2rem;
    vertical-align: bottom;
    word-break: break-all;
  }
  .flower_1, .flower_3, .flower_5, .flower_7 {
    width: 13px;
  }
  .flower_2, .flower_4, .flower_6 {
    width: 10px;
  }
  .flower_8 {
    width: 11px;
  }
  .flower_1 {
    left: 10%;
  }
  .flower_2 {
    left: 15.625%;
  }
  .flower_3 {
    left: 37.5%;
  }
  .flower_4 {
    right: 37.5%;
  }
  .flower_5 {
    right: 6.25%;
  }
  .tree {
    width: 100%;
    left: 0;
    z-index: 2;
  }
  .leaf_1, .leaf_3 {
    width: 25px;
  }
  .leaf_2, .leaf_4 {
    width: 20px;
  }
  .cloud_l {
    width: 46%;
  }
  .cloud_r {
    width: 21%;
  }
  .airplane {
    width: 60px;
    right: 0;
  }
  .bird {
    width: 30px;
    left: 0;
  }
  .leaf_1 {
    left: 20%;
  }
  .leaf_2 {
    left: 31.25%;
  }
  .leaf_3 {
    right: 30%;
  }
  .leaf_4 {
    right: 10%;
  }
  .snow_1, .snow_3 {
    width: 20px;
  }
  .snow_2, .snow_4 {
    width: 15px;
  }
  .snow_1 {
    left: 20px;
  }
  .snow_2 {
    left: 100px;
  }
  .snow_3 {
    right: 25%;
  }
  .snow_4 {
    right: 8%;
  }
  .sled {
    width: 50px;
    right: 3%;
  }
  .gif_icon {
    position: absolute;
    z-index: 10;
  }
  .gif_icon img {
    width: 100%;
    height: auto;
  }
  .gif_spring_TL {
    top: -26%;
    left: 10.5%;
    width: 11%;
  }
  .gif_spring_TR {
    top: -28%;
    right: 8.5%;
    width: 19%;
  }
  .gif_summer {
    width: 39%;
    padding-left: 2px;
    margin-left: 6px;
    top: 47%;
    left: 50%;
    transform: translateX(-50%);
  }
  .gif_mtg {
    width: 66%;
    top: 73%;
    left: 50%;
    transform: translateX(-50%);
  }
  .gif_winter_TL {
    top: 50%;
    left: 17%;
    width: 29%;
  }
  .gif_winter_TR {
    top: 50%;
    right: 17%;
    width: 29%;
  }
  .english .internship_table_head {
    padding: 5px 1px;
  }
  .english .internship_table_head span {
    padding: 5px 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
  }
  .english .internship_table_head.internship_table_company span {
    padding-left: 20px;
    background-image: url(/english/common/images/about/icon_comany.png);
    background-size: 15px auto;
  }
  .english .internship_table_head.internship_table_foreign span {
    padding-left: 25px;
    background-image: url(/english/common/images/about/icon_foreign.png);
    background-size: 20px auto;
  }
  .english .themeLinkBtn .themeLinkBtn_item:first-child {
    margin-top: 0;
    background-image: url(/english/common/images/theme/btn_theme1_n_sp.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(2) {
    background-image: url(/english/common/images/theme/btn_theme2_n_sp.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(3) {
    background-image: url(/english/common/images/theme/btn_theme3_n_sp.png);
  }
  .english .internship_table_time {
    background-position: center -12px;
  }
  .english .company .overviewFlow_tab li:first-child {
    background: url(/english/common/images/company/btn_tab_1_o_sp.png) no-repeat left top/cover;
  }
  .english .company .overviewFlow_tab li:nth-child(2) {
    background: url(/english/common/images/company/btn_tab_2_o_sp.png) no-repeat left top/cover;
  }
  .english .company .overviewFlow_tab li:last-child {
    background: url(/english/common/images/company/btn_tab_3_o_sp.png) no-repeat left top/cover;
  }
  .english .foreign .overviewFlow_tab li:first-child {
    background: url(/english/common/images/foreign/btn_tab_1_o_sp.png) no-repeat left top/100% auto;
  }
  .english .foreign .overviewFlow_tab li:nth-child(2) {
    background: url(/english/common/images/foreign/btn_tab_2_o_sp.png) no-repeat left top/100% auto;
  }
  .english .foreign .overviewFlow_tab li:last-child {
    background: url(/english/common/images/foreign/btn_tab_3_o_sp.png) no-repeat left top/100% auto;
  }
  .english .resultsSection_head {
    text-align: center !important;
  }
  .english #result2 .resultsSection_head_txt {
    padding-left: 18px;
    text-align: left;
    display: block;
  }
}

@media all and (max-width: 767px) and (orientation: portrait) {
  .flower_1 {
    top: 30px;
  }
  .flower_2 {
    top: 70px;
  }
  .flower_3 {
    top: 50px;
  }
  .flower_4 {
    top: 20px;
  }
  .flower_5 {
    top: 80px;
  }
  .tree {
    top: 30%;
  }
  .cloud_l {
    top: 41%;
    left: 0;
  }
  .cloud_r {
    top: 22%;
    right: 0;
  }
  .airplane {
    top: 380px;
  }
  .bird {
    top: 360px;
  }
  .leaf_1 {
    top: 660px;
  }
  .leaf_2 {
    top: 680px;
  }
  .leaf_3 {
    top: 650px;
  }
  .leaf_4 {
    top: 680px;
  }
  .snow_1 {
    top: 960px;
  }
  .snow_2 {
    top: 980px;
  }
  .snow_3 {
    top: 1000px;
  }
  .snow_4 {
    top: 950px;
  }
  .sled {
    top: 990px;
  }
}

@media (max-width: 767px) {
  /** 横向きの時のcss **/
}

@media all and (max-width: 767px) and (orientation: landscape) {
  .flower_1 {
    top: 60px;
  }
  .flower_2 {
    top: 100px;
  }
  .flower_3 {
    top: 80px;
  }
  .flower_4 {
    top: 50px;
  }
  .flower_5 {
    top: 110px;
  }
  .tree {
    top: 730px;
  }
  .cloud_l {
    top: 829px;
    left: -117px;
  }
  .cloud_r {
    top: 515px;
    right: -117px;
  }
  .airplane {
    top: 685px;
  }
  .bird {
    width: 30px;
    top: 650px;
  }
  .leaf_1, .leaf_3 {
    width: 16px;
  }
  .leaf_2, .leaf_4 {
    width: 20px;
  }
  .leaf_1 {
    top: 1250px;
  }
  .leaf_2 {
    top: 1300px;
  }
  .leaf_3 {
    top: 1350px;
  }
  .leaf_4 {
    top: 1330px;
  }
  .snow_1, .snow_3 {
    width: 20px;
  }
  .snow_2, .snow_4 {
    width: 16px;
  }
  .snow_6 {
    width: 13px;
  }
  .snow_1 {
    top: 1860px;
  }
  .snow_2 {
    top: 1880px;
  }
  .snow_3 {
    top: 1840px;
  }
  .snow_4 {
    top: 1850px;
  }
  .sled {
    top: 1800px;
  }
}

@media (max-width: 667px) {
  .flower_1 {
    top: 30px;
  }
  .flower_2 {
    top: 70px;
  }
  .flower_3 {
    top: 50px;
  }
  .flower_4 {
    top: 20px;
  }
  .flower_5 {
    top: 80px;
  }
}

@media (max-width: 568px) {
  .flower_1 {
    top: 30px;
  }
  .flower_2 {
    top: 70px;
  }
  .flower_3 {
    top: 50px;
  }
  .flower_4 {
    top: 20px;
  }
  .flower_5 {
    top: 80px;
  }
}

@media all and (orientation: portrait) and (max-width: 375px) {
  .cloud_l {
    top: 44%;
  }
  .cloud_r {
    top: 25%;
  }
  .airplane {
    top: 340px;
  }
  .bird {
    top: 320px;
  }
  .leaf_1 {
    top: 580px;
  }
  .leaf_2 {
    top: 600px;
  }
  .leaf_3 {
    top: 570px;
  }
  .leaf_4 {
    top: 600px;
  }
  .snow_1 {
    top: 960px;
  }
  .snow_2 {
    top: 980px;
  }
  .snow_3 {
    top: 1000px;
  }
  .snow_4 {
    top: 950px;
  }
  .sled {
    top: 880px;
  }
}

@media all and (orientation: portrait) and (max-width: 320px) {
  .tree {
    top: 308px;
  }
  .cloud_l {
    top: 374px;
    left: 0px;
  }
  .cloud_r {
    top: 229px;
    right: -12px;
    width: 21%;
  }
  .airplane {
    top: 300px;
  }
  .bird {
    width: 18px;
    top: 285px;
  }
  .leaf_1, .leaf_3 {
    width: 20px;
  }
  .leaf_2, .leaf_4 {
    width: 15px;
  }
  .leaf_1 {
    top: 530px;
  }
  .leaf_2 {
    top: 550px;
  }
  .leaf_3 {
    top: 520px;
  }
  .leaf_4 {
    top: 550px;
  }
  .snow_1 {
    top: 810px;
  }
  .snow_2 {
    top: 830px;
  }
  .snow_3 {
    top: 850px;
  }
  .snow_4 {
    top: 800px;
  }
  .sled {
    top: 730px;
  }
}

@media all and (orientation: landscape) and (max-width: 667px) {
  .tree {
    top: 655px;
  }
  .cloud_l {
    top: 749px;
    left: -106px;
  }
  .cloud_r {
    top: 453px;
    right: -105px;
  }
  .airplane {
    width: 20%;
    top: 625px;
  }
  .bird {
    width: 30px;
    top: 570px;
  }
  .leaf_1, .leaf_3 {
    width: 16px;
  }
  .leaf_2, .leaf_4 {
    width: 20px;
  }
  .leaf_1 {
    top: 1050px;
  }
  .leaf_2 {
    top: 1100px;
  }
  .leaf_3 {
    top: 1150px;
  }
  .leaf_4 {
    top: 1130px;
  }
  .snow_1, .snow_3 {
    width: 20px;
  }
  .snow_2, .snow_4 {
    width: 16px;
  }
  .snow_6 {
    width: 13px;
  }
  .snow_1 {
    top: 1660px;
  }
  .snow_2 {
    top: 1680px;
  }
  .snow_3 {
    top: 1640px;
  }
  .snow_4 {
    top: 1650px;
  }
  .sled {
    width: 60px;
    top: 1620px;
  }
}

@media all and (orientation: landscape) and (max-width: 568px) {
  .tree {
    top: 550px;
  }
  .cloud_l {
    top: 650px;
    left: -89px;
  }
  .cloud_r {
    top: 367px;
    right: -93px;
  }
  .airplane {
    top: 520px;
  }
  .bird {
    width: 25px;
    top: 490px;
  }
  .leaf_1, .leaf_3 {
    width: 16px;
  }
  .leaf_2, .leaf_4 {
    width: 20px;
  }
  .leaf_1 {
    top: 950px;
  }
  .leaf_2 {
    top: 1000px;
  }
  .leaf_3 {
    top: 1050px;
  }
  .leaf_4 {
    top: 1030px;
  }
  .snow_1, .snow_3 {
    width: 20px;
  }
  .snow_2, .snow_4 {
    width: 16px;
  }
  .snow_6 {
    width: 13px;
  }
  .snow_1 {
    top: 1460px;
  }
  .snow_2 {
    top: 1480px;
  }
  .snow_3 {
    top: 1440px;
  }
  .snow_4 {
    top: 1450px;
  }
  .sled {
    top: 1370px;
  }
}

@media (min-width: 768px) {
  /******************************
  LAYOUT
  ******************************/
  body {
    border-top: 1px solid #908c8b;
  }
  .wrap {
    border-top: 4px solid #000;
  }
  .header {
    padding-top: 14px;
  }
  .headerIn {
    padding: 12px 41px 12px 13px;
  }
  .contents:before {
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /******************************
  COMMON PARTS
  ******************************/
  .box {
    max-width: 960px;
    margin: 0 auto;
  }
  .topicpath {
    padding-top: 26px;
    overflow: hidden;
  }
  .topicpath li {
    float: left;
    line-height: 1;
    font-size: 1.2rem;
    margin-right: 2px;
  }
  .topicpath a {
    color: #000;
  }
  .imgOver img {
    transition: .3s;
  }
  .imgOver:hover img {
    opacity: 0;
  }
  .mobile .imgOver:hover img {
    opacity: 1;
  }
  .fadeOver img {
    transition: .5s;
  }
  .fadeOver img:hover {
    opacity: .7;
  }
  .mobile .fadeOver img:hover {
    opacity: 1;
  }
  .pageTop {
    position: fixed;
    right: 50%;
    margin-right: -480px;
  }
  .pageTop a {
    width: 50px;
    height: 50px;
  }
  .pageTop a:after {
    width: 26px;
    height: 26px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    margin-top: -5px;
    margin-right: -13px;
  }
  /******************************
  Header
  ******************************/
  .headerTop {
    margin-bottom: 10px;
  }
  .header_right {
    margin-top: 30px;
  }
  .header_rightIn {
    overflow: hidden;
    display: table-cell;
    vertical-align: bottom;
  }
  .headerRightSub {
    padding-top: 4px;
    display: table-cell;
    text-align: right;
  }
  .switchFontSize {
    margin-top: 21px;
    padding-right: 26px;
    float: left;
  }
  .switchFontSize a.active {
    pointer-events: none;
  }
  .switchFontSize dl {
    margin-top: 8px;
    overflow: hidden;
  }
  .switchFontSize dt {
    float: left;
    font-size: 11px;
  }
  .switchFontSize dd {
    float: left;
    margin-left: 3px;
    padding: 4px;
    line-height: 1;
    font-size: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #F2F2F2;
    display: inline-block;
  }
  .switchFontSize dd:hover, .switchFontSize dd.active {
    color: #fff;
    background-color: #4D4D4D;
    text-decoration: none;
  }
  .changeLang {
    float: right;
    margin-top: 17px;
    padding-right: 17px;
  }
  .changeLang li {
    margin-left: 10px;
  }
  .changeLang a {
    color: #000;
    font-size: 14px;
  }
  .gnavPc ul {
    clear: both;
    display: table;
    table-layout: fixed;
  }
  .gnavPc li {
    width: 20%;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #869A9D;
    transition: .3s;
    z-index: 1000;
    /*overflow: hidden;*/
  }
  .gnavPc li:first-child {
    border-left: 1px solid #869A9D;
  }
  .gnavPc a {
    width: 100%;
    height: 100%;
    padding: 16px 4px 15px;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.4;
    display: block;
  }
  .gnavPc .gnavIn {
    background-color: #FFF;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .gnavPc .gnavIn li {
    width: 100%;
    display: block;
    border: 1px solid #c2cece;
  }
  .gnavPc .gnavIn a {
    display: block;
  }
  .gnavPc .gnavIn .movie a {
    color: #00B3CC;
  }
  .gnavPc .gnavIn .photo a {
    color: #3BB812;
  }
  .gnavPc li:hover, .gnavPc .active {
    background-color: #a4b3b5;
    border-color: #A4B3B5;
  }
  .gnavPc li:hover a, .gnavPc li a:active, .gnavPc .active a {
    color: #FFF;
    text-decoration: none;
  }
  /******************************
  Footer
  ******************************/
  .footer {
    border-bottom: 1px solid #7F7F7F;
  }
  .footerIn {
    padding: 20px 0 14px;
  }
  .footer_nav {
    margin-bottom: 21px;
  }
  .footer_nav a {
    padding: 0 10px;
    font-size: 1rem;
  }
  .footer_address {
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .footer_log {
    padding: 22px;
  }
  .footer_log_item {
    margin-left: 42px;
  }
  .footer_log_item:first-child {
    margin-left: 0;
  }
  .footer_log img {
    width: auto;
  }
  /******************************
  TOP
  ******************************/
  .mainVisual_pc {
    width: 100%;
    min-height:498px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .mainVisual_pc:after {
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2) inset;
  }
  .mainVisual_head {
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
    padding-top: 38.35937%;
    position: relative;
  }
/*  .mainVisual_head_in {
    width: 100%;
    position: absolute;
    bottom: 6.3%;
    left: 0;
    z-index: 1000;
  }*/
  .mainVisual_head_in {
    width: 100%;
    position: absolute;
    top: 23.5%;
    left: 0;
    z-index: 1000;
  }
  .mainVisual_tit {
    width: 39.27%;
    max-width: 377px;
  }
  .mainVisual_btn {
    width: 150px;
    margin: 17px 0 0 10.9%;
    overflow: hidden;
    background: url(/common/images/index/btn_about_o.png) no-repeat left top/cover;
  }
  .mainVisual_btn2 {
    width: 158px;
    margin: 17px 0 0 10.9%;
    overflow: hidden;
    background: url(/common/images/index/btn_main_about_o.png) no-repeat left top/cover;
  }

  .mainVisual_seminar {
    margin-top: 5.6%;
    font-size: 0;
  }
  .mainVisual_company_btn, .mainVisual_seminar_btn, .mainVisual_seminar_btn2 {
    width: 28.96%;
    max-width: 278px;
    overflow: hidden;
    display: inline-block;
  }
  .mainVisual_company_btn {
    margin-right: 10px;
    background: url(/common/images/index/btn_company_preentry_pc_o.png) no-repeat left top/cover;
  }
  .mainVisual_seminar_btn {
    margin-right: 10px;
    background: url(/common/images/index/btn_seminar_pc_o.png) no-repeat left top/cover;
  }
  .mainVisual_seminar_btn2 {
    margin-right: 10px;
    background: url(/common/images/index/btn_seminar2_pc_o.png) no-repeat left top/cover;
  }
  .topBtnArea {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 14px;
    background-color: #ffffbd;
    position: relative;
  }
  .topBtnArea:after {
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2) inset;
  }
  .topBtnArea_list {
    margin-top: 7px;
    margin-left: 19px;
    text-align: center;
  }
  .topBtnArea_list:first-of-type {
    margin-top: 0;
  }
  .topBtnArea_list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .topBtnArea_item {
    width: calc(50% - 8px);
    max-width: 306px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
  }
  .topBtnArea_item a {
    width: 100%;
    height: 100%;
  }
  .topBtnArea_item a:hover img {
    opacity: 0;
  }
  .topBtnArea_item a img {
    transition: .3s;
  }
  .topBtnArea_list-top .topBtnArea_item:nth-child(1) {
    margin-left: 0;
  }
  .topBtnArea_list-top .topBtnArea_item:nth-child(1) a {
    background: url(/common/images/index/btn_briefing_1_1_o_pc.png) no-repeat center/cover;
  }
  .topBtnArea_list-top .topBtnArea_item:nth-child(2) a {
    background: url(/common/images/index/btn_briefing_2_1_o_pc.png) no-repeat center/cover;
  }
  .topBtnArea_list-top .topBtnArea_item:nth-child(3) a {
    background: url(/common/images/index/btn_briefing_2_2_o_pc.png) no-repeat center/cover;
  }
  .topBtnArea_list-top .topBtnArea_item:nth-child(1) {
    margin-left: 0;
  }
  .topBtnArea_list-top .topBtnArea_item:nth-child(1) a {
    background: url(/common/images/index/btn_briefing_1_1_o_pc.png) no-repeat center/cover;
  }
  .topBtnArea_list-top .topBtnArea_item:nth-child(2) a {
    background: url(/common/images/index/btn_briefing_1_2_o_pc.png) no-repeat center/cover;
  }
  .btnForeign .topBtnArea_item:nth-child(1) {
    margin-left: 0;
  }
  .btnForeign .topBtnArea_item:nth-child(1) a {
    background: url(/common/images/index/btn_briefing_1_2_o_pc.png) no-repeat center/cover;
  }
  .btnForeign .topBtnArea_item:nth-child(2) a {
    background: url(/common/images/index/btn_briefing_2_2_o_pc.png) no-repeat center/cover;
  }
  .btnIndex {
    width: 100%;
    max-width: 974px;
    margin: 0 auto;
    overflow: hidden;
  }
  .btnIndex_item {
    width: 50%;
    float: left;
  }
  .btnIndex_item:nth-child(1) a {
    background: url(/common/images/index/btn_company_o_pc.png) no-repeat left top/cover;
  }
  .btnIndex_item:nth-child(2) a {
    background: url(/common/images/index/btn_foreign_o_pc.png) no-repeat left top/cover;
  }
  .english .topBtnArea_item {
    max-width: 307px;
  }
  .english .topBtnArea_list-top .topBtnArea_item:nth-child(1) {
    margin-left: 0;
  }
  .english .topBtnArea_list-top .topBtnArea_item:nth-child(1) a {
    background: url(/english/common/images/index/btn_briefing_1_1_o_pc.png) no-repeat center/cover;
  }
  .english .topBtnArea_list-top .topBtnArea_item:nth-child(2) a {
    background: url(/english/common/images/index/btn_briefing_1_2_o_pc.png) no-repeat center/cover;
  }
  .english .topBtnArea_list-top .topBtnArea_item:nth-child(3) a {
    background: url(/english/common/images/index/btn_briefing_2_2_o_pc.png) no-repeat center/cover;
  }
  .js_randomImg_item {
    text-align: center;
  }
  .js_randomImg img {
    transition: .3s;
  }
  .btn_briefing_index_wrap {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    z-index: 100;
  }
  .btn_briefing_index_wrap .btn_briefing_index:after {
    content: "";
    display: block;
    clear: both;
  }
  .btn_briefing_index_left, .btn_briefing_index_right {
    vertical-align: bottom;
    transition: .3s;
  }
  .btn_briefing_index_left li, .btn_briefing_index_right li {
    margin-top: 5px;
    transition: .3s;
  }
  .btn_briefing_index_left li:first-child, .btn_briefing_index_right li:first-child {
    margin-top: 0;
  }
  .btn_briefing_index_left li img, .btn_briefing_index_right li img {
    transition: .3s;
  }
  .btn_briefing_index_left li a:hover img, .btn_briefing_index_right li a:hover img {
    opacity: .8;
  }
  .btn_briefing_index_left a, .btn_briefing_index_right a {
    background-color: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
  }
  .btn_briefing_index_right {
    text-align: right;
    padding-left: 13.9%;
  }
  .btn_briefing_index_1col {
    display: none;
  }
  .topContenteWrap {
    overflow: hidden;
  }
  .flow {
    padding-top: 169px;
    padding-bottom: 130px;
    margin-top: -149px;
    background: url(/common/images/index/bg_flow_pc.png) no-repeat center top;
  }
  .flowBox {
    position: relative;
  }
  .flow_tit {
    max-width: 641px;
    margin: 0 auto 190px;
  }
  .flow_tit img {
    width: auto;
  }
  .flow_section {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
  }
  .flow_step1 {
    padding-bottom: 332px;
  }
  .flow_step2 {
    padding-bottom: 204px;
  }
  .flow_step3 {
    padding-bottom: 69px;
  }
  .flow_step4 .flow_step_btnStep {
    max-width: 350px;
    margin: 0 auto;
  }
  .flow_step_tit {
    display: none;
    position: absolute;
    top: 8px;
    margin-left: -223px;
  }
  .flow_step_btnStep {
    margin-bottom: 30px;
  }
  .flow_step1 li:first-child a {
    background: url(/common/images/index/btn_step_company_1_o_pc.png) no-repeat left top;
  }
  .flow_step1 li:last-child a {
    background: url(/common/images/index/btn_step_foreign_1_o_pc.png) no-repeat left top;
  }
  .flow_step2 li:first-child a {
    background: url(/common/images/index/btn_step_company_2_o_pc.png) no-repeat left top;
  }
  .flow_step2 li:last-child a {
    background: url(/common/images/index/btn_step_foreign_2_o_pc.png) no-repeat left top;
  }
  .flow_step3 li:first-child a {
    background: url(/common/images/index/btn_step_company_3_o_pc.png) no-repeat left top;
  }
  .flow_step3 li:last-child a {
    background: url(/common/images/index/btn_step_foreign_3_o_pc.png) no-repeat left top;
  }
  .gif_icon {
    position: absolute;
    z-index: 1;
  }
  .gif_spring_TL {
    top: -162px;
    left: 178px;
  }
  .gif_spring_TR {
    top: -181px;
    right: 160px;
  }
  .gif_summer {
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 20px;
  }
  .gif_mtg {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 20px;
  }
  .gif_winter_TL {
    top: 213px;
    left: 109px;
  }
  .gif_winter_TR {
    top: 252px;
    right: 116px;
  }
  .whatsnew {
    padding: 38px 0 110px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .boxIn {
    width: 960px;
    margin: 0 auto;
  }
  .whatsnew_tit img {
    max-width: 195px;
    padding-right: 10px;
    vertical-align: top;
  }
  .whatsnew_tit_note {
    padding-top: 8px;
    font-size: 1.4rem;
  }
  .whatsnew_list {
    height: 190px;
    margin-top: 25px;
  }
  .whatsNew_item {
    margin-bottom: 17px;
  }
  .whatsNew_item p:last-child {
    font-size: 1.4rem;
  }
  .item_date {
    padding-top: 3px;
    margin-right: 22px;
    font-size: 1.1rem;
  }
  .item_cat {
    width: 63px;
    padding: 4px 0;
    margin: 4px 13px 0 0;
    line-height: 1;
    text-align: center;
    float: left;
  }
  .boxWhatsnewWrap {
    width: 100%;
    display: table;
  }
  .boxWhatsnew {
    max-width: 630px;
    padding-right: 90px;
    margin: 0;
    display: table-cell;
  }
  .asideWhatsnew {
    width: 280px;
    display: table-cell;
    vertical-align: top;
  }
  .asideWhatsnewIn {
    max-width: 280px;
  }
  .fbTit {
    color: #3b57a0;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #3b57a0;
  }
  .topResults {
    padding-top: 42px;
    padding-bottom: 47px;
    background-color: #E0E9FF;
    position: relative;
    z-index: 100;
    text-align: center;
  }
  .topResults:before {
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .topResults_head {
    margin-bottom: 25px;
  }
  .topResults_head img {
    width: auto;
  }
  .topResults_list {
    margin: 0 -5px;
    font-size: 0;
    text-align: center;
  }
  .topResults_item {
    width: 50%;
    padding: 0 5px;
    display: inline-block;
  }
  .topResults_item:first-child {
    margin-left: 0;
  }
  .topResults_item:first-child a {
    background: url(/common/images/index/btn_topResults_case_o_pc.png) no-repeat center/cover;
  }
  .topResults_item:last-child {
    margin-left: 0;
  }
  .topResults_item:last-child a {
    background: url(/common/images/index/btn_topResults_report_o_pc.png) no-repeat center/cover;
  }
  .topResults_item img {
    transition: .3s;
  }
  .topResults_item a:hover img {
    opacity: 0;
  }
  /******************************
  事業概要
  ******************************/
  .goal {
    max-width: 960px;
    padding: 0 29px 67px;
  }
  .goal_tit {
    padding-top: 37px;
  }
  .goal_tit span {
    padding: 15px 30px 13px;
    font-size: 3rem;
    border: 5px solid #c2cdce;
  }
  .goal {
    background: url(/common/images/about/bg_goal_l_pc.png) no-repeat 63px 237px, url(/common/images/about/bg_goal_r_pc.png) no-repeat right 231px;
  }
  .goal_desc_head {
    margin-bottom: 35px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -.05em;
    text-align: center;
  }
  .goal_desc {
    padding-top: 36px;
  }
  .goal_desc_lead {
    width: 56.875%;
    margin: 0 auto 67px;
    font-size: 1.8rem;
    line-height: 2.055555556;
  }
  .goal_desc_list {
    width: 730px;
  }
  .goal_desc_list li {
    margin-top: 35px;
    padding: 3px 0 3px 34px;
    font-size: 2rem;
    font-weight: bold;
  }
  .goalImg {
    width: 100%;
    max-width: 939px;
    margin: 0 auto;
    padding-top: 58px;
    padding-bottom: 64px;
  }
  .goalImg_tit {
    font-size: 2.5rem;
    margin-bottom: 33px;
    text-align: center;
    font-weight: bold;
  }
  .goalImg_lead {
    width: 750px;
    margin: 0 auto 42px;
    font-size: 1.9rem;
    line-height: 1.95;
  }
  .internship {
    padding-bottom: 90px;
  }
  .internship_table {
    margin-top: 45px;
    background: url(/common/images/about/bg_internship_table_body.png) no-repeat left bottom;
  }
  .internship_table tr:first-of-type th {
    padding-top: 26px;
    background-position: center center;
  }
  .internship_table tr:first-of-type .internship_table_list {
    margin-top: 0;
  }
  .internship_table_list {
    width: 100%;
    margin: 5px -5px 0;
    border-collapse: separate;
    border-spacing: 5px 0;
    table-layout: fixed;
    display: table;
    overflow: hidden;
  }
  .internship_table_list li {
    display: table-cell;
    margin-left: 10px;
  }
  .internship_table_time {
    width: 118px;
  }
  .internship_table_time .internship_table_time_inner {
    padding: 0 3px 10px;
    font-size: 2.5rem;
  }
  .internship_table_time .internship_table_time_inner span {
    font-size: 1.7rem;
  }
  .internship_table_time.last {
    padding-top: 19px;
    background-position: left 13px;
  }
  .internship_table_time_empty {
    background-image: none;
  }
  .internship_table_time_inner {
    background: #DBDCDC;
  }
  .internship_table_contents {
    padding-left: 17px;
    font-size: 1.8rem;
  }
  .internship_table_head {
    padding: 8px 10px;
    margin-bottom: 4px !important;
    font-size: 1.9rem;
  }
  .internship_table_head span {
    padding: 8px 10px;
  }
  .internship_table_col2 {
    width: 50%;
  }
  .internship_table_col3 {
    width: 33.3333333%;
  }
  .internship_table_small {
    padding: 8px 10px 8px;
  }
  .internship_table_tall {
    padding: 19px 10px 13px;
  }
  .internship_table_company {
    margin-bottom: 5px;
  }
  .internship_table_foreign {
    margin-bottom: 5px;
  }
  .internship_table_center {
    margin-bottom: 5px;
  }
  .internship_table_bottom {
    padding-top: 15px;
  }
  .internship_table_center.internship_table_small {
    line-height: 1.75;
  }
  .btn_definition {
    width: 480px;
    margin: 91px auto 10px;
    background: url(/common/images/about/btn_definition_o.png) no-repeat left top;
  }
  .btn_definition img {
    transition: .3s;
  }
  .btn_definition:hover img {
    opacity: 0;
  }
  .definition_tit {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .definition_tit>span {
    padding: 15px 30px 13px;
    font-size: 3rem;
    border: 5px solid #c2cdce;
  }
  .definition_tit>span span {
    font-size: 1.5rem;
  }
  .definition_tit_about {
    line-height: 1.75;
  }
  .definition_lead {
    width: 650px;
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
  .definition_list {
    margin-top: 25px;
    margin-bottom: 120px;
  }
  .definition_list dl {
    display: table;
  }
  .definition_list dt {
    width: 11em;
    padding-top: 38px;
    padding-bottom: 38px;
    font-size: 1.8rem;
    display: table-cell;
  }
  .definition_list dd {
    padding-top: 38px;
    padding-bottom: 38px;
    font-size: 1.6rem;
    display: table-cell;
  }
  .internShipSchedule {
    padding-top: 67px;
    padding-bottom: 68px;
  }
  .internShipSchedule_inner {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
  }
  .internShipSchedule_tit {
    margin-bottom: 29px;
    text-align: center;
  }
  .internShipSchedule_tit span {
    line-height: 1;
    text-align: center;
    display: inline-block;
    background-color: #FFF;
    padding: 15px 30px 13px;
    font-size: 3rem;
    border: 5px solid #c2cdce;
  }
  .internShipSchedule_lead {
    width: 68%;
    margin: 0 auto 40px;
    font-size: 1.8rem;
    line-height: 2.055555556;
  }
  .internShipSchedule_btn {
    margin-top: 50px;
    padding-top: 19px;
    padding-bottom: 23px;
    background-color: #F3F5F5;
  }
  .internShipSchedule_btn_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .internShipSchedule_btn_list {
    font-size: 0;
    text-align: center;
  }
  .internShipSchedule_btn_item {
    display: inline-block;
    margin-left: 15px;
  }
  .internShipSchedule_btn_item:first-child {
    margin-left: 0;
  }
  .internShipSchedule_btn_item:first-child a {
    background: url(/common/images/about/btn_about_company_o_pc.png) no-repeat center/cover;
  }
  .internShipSchedule_btn_item:last-child a {
    background: url(/common/images/about/btn_about_foreign_o_pc.png) no-repeat center/cover;
  }
  .internShipSchedule_btn_item a:hover img {
    opacity: 0;
  }
  .internShipSchedule_btn_item a img {
    transition: .4s;
  }
  .aboutDefinition_tit a {
    background: url(/common/images/about/btn_aboutDefinition_o.png) no-repeat center;
  }
  .aboutDefinition_tit a:hover img {
    opacity: 0;
  }
  .aboutDefinition_tit img {
    transition: .3s;
  }
  .english .internShipSchedule_btn_item {
    display: inline-block;
    margin-left: 15px;
  }
  .english .internShipSchedule_btn_item:first-child {
    margin-left: 0;
  }
  .english .internShipSchedule_btn_item:first-child a {
    background: url(/english/common/images/about/btn_about_company_o_pc.png) no-repeat center/cover;
  }
  .english .internShipSchedule_btn_item:last-child a {
    background: url(/english/common/images/about/btn_about_foreign_o_pc.png) no-repeat center/cover;
  }
  .english .aboutDefinition_tit a {
    background: url(/english/common/images/about/btn_aboutDefinition_o.png) no-repeat center;
  }
  /******************************
  事例紹介
  ******************************/
  .block_tit {
    padding-top: 37px;
    text-align: center;
  }
  .block_tit span {
    padding: 15px 30px 13px;
    font-size: 3rem;
    border: 5px solid #c2ccce;
  }
  .themeTit {
    margin-top: 33px;
    margin-bottom: 30px;
  }
  .themeTit span {
    padding: 15px 50px 13px;
    font-size: 3rem;
    border: 5px solid #9fadaf;
  }
  .pageLead {
    width: 72.916666667%;
    margin: 0 auto 37px;
    font-size: 1.8rem;
    line-height: 2.055555556;
  }
  .themeLinkBtn {
    width: 960px;
    margin: 0 auto 50px;
    font-size: 0;
    text-align: center;
  }
  .themeLinkBtn .themeLinkBtn_item {
    width: 33.33333%;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
  }
  .themeLinkBtn .themeLinkBtn_item img {
    transition: .3s;
  }
  .themeLinkBtn .themeLinkBtn_item img:hover {
    opacity: 0;
  }
  .themeLinkBtn .themeLinkBtn_item a {
    transition: .3s;
  }
  .themeLinkBtn .themeLinkBtn_item:first-child {
    background-image: url(/common/images/theme/btn_theme1_n_pc.png);
  }
  .themeLinkBtn .themeLinkBtn_item:first-child a {
    background-image: url(/common/images/theme/btn_theme1_o_pc.png);
  }
  .themeLinkBtn .themeLinkBtn_item:nth-child(2) {
    background-image: url(/common/images/theme/btn_theme2_n_pc.png);
  }
  .themeLinkBtn .themeLinkBtn_item:nth-child(2) a {
    background-image: url(/common/images/theme/btn_theme2_o_pc.png);
  }
  .themeLinkBtn .themeLinkBtn_item:nth-child(3) {
    background-image: url(/common/images/theme/btn_theme3_n_pc.png);
  }
  .themeLinkBtn .themeLinkBtn_item:nth-child(3) a {
    background-image: url(/common/images/theme/btn_theme3_o_pc.png);
  }
  .themeBody {
    padding-bottom: 75px;
    background: #fff url(/common/images/theme/bg_theme_pc.png) repeat-y center top/contain;
  }
  .themeItem {
    width: 100%;
    max-width: 960px;
    padding: 10px;
    margin: 50px auto 0;
    display: flex;
    table-layout: fixed;
    border-top: 9px solid #4682f9;
    border-left: 9px solid #4682f9;
    border-right: 9px solid #F49B14;
    border-bottom: 9px solid #F49B14;
    position: relative;
  }
  .themeItem_main, .themeItem_sub {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .themeItem_main {
    padding: 50px 20px 70px 32px;
  }
  .themeItem_main2Row {
    padding-top: 9px;
  }
  .themeItem_main3Row {
    padding-top: 9px;
  }
  .themeItem_main3Row .themeItem_mainIn {
    margin-top: -2px;
  }
  .themeItem_mainIn {
    margin-top: 19px;
  }
  .themeItem_mainHead span {
    vertical-align: middle;
  }
  .themeItem_mainHead span:last-child {
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .themeItem_mainBody {
    padding-top: 2px;
    font-size: 1.4rem;
    line-height: 1.785714286;
  }
  .themeItem_mainBtn {
    width: 100%;
    left: 0;
    bottom: 20px;
    padding-left: 53.5%;
    padding-right: 20px;
  }
  .themeItem_mainBtn a {
    transition: .3s;
  }
  .themeItem_mainBtn a:hover {
    opacity: 0.8;
  }
  .themeDetail {
    margin-top: 13px;
    padding-bottom: 155px;
  }
  .themeDetail_head {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 7px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  .themeDetail_head_theme1 {
    background-color: #00C1D0;
  }
  .pickup {
    padding-top: 32px;
    padding-bottom: 35px;
    background-color: #FFFCD4;
  }
  .pickup_in {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  .pickup_body {
    margin-top: -30px;
    padding: 44px 55px 30px;
    border-top: 9px solid #4682f9;
    border-left: 9px solid #4682f9;
    border-right: 9px solid #F49B14;
    border-bottom: 9px solid #F49B14;
  }
  .pickup_body span {
    color: #4682f9;
    font-size: 2.8rem;
    letter-spacing: -.06em;
    line-height: 1.793103448;
    background-position: left bottom;
  }
  .themeDetail_top {
    margin-top: 45px;
    margin-bottom: 105px;
    box-shadow: none;
  }
  .themeDetailItem {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 100px;
    padding: 47px 55px 42px;
    position: relative;
  }
  .themeDetailItem:last-of-type {
    margin-bottom: 0;
  }
  .themeDetailItem_campany {
    border: 6px solid #A2C0FC;
  }
  .themeDetailItem_foreign {
    border: 6px solid #f9cd89;
  }
  .themeDetailItem_head {
    position: absolute;
    top: -73px;
    left: 30px;
  }
  .themeDetailItem_lead {
    padding-left: 80px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    font-size: 2.8rem;
    line-height: 1.75;
    background-repeat: no-repeat;
    background-position: left 10px;
  }
  .themeDetailItem_body dt {
    margin-bottom: 11px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
  }
  .themeDetailItem_body dd {
    font-size: 1.6rem;
    line-height: 2;
  }
  .themeDetailItem_foot {
    width: 70.2%;
    margin: 31px auto 0;
  }
  .themeDetailItem_campany .themeDetailItem_lead {
    color: #4682F9;
    border-bottom: 1px solid #4682f9;
    background-image: url(/common/images/theme/ico_quote_company.png);
  }
  .themeDetailItem_foreign .themeDetailItem_head {
    top: -76px;
  }
  .themeDetailItem_foreign .themeDetailItem_lead {
    color: #f49b13;
    border-bottom: 1px solid #f49b13;
    background-image: url(/common/images/theme/ico_quote_foreign.png);
  }
  .themeDetailMore {
    padding-top: 68px;
    padding-bottom: 65px;
    background-color: #F3F5F5;
  }
  .themeDetailMore_in {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .themeDetailMore_head {
    margin-bottom: 38px;
    text-align: center;
  }
  .themeDetailMore_item {
    padding: 10px;
    margin: 0 auto;
    background-color: #FFF;
    display: table !important;
    table-layout: fixed;
    border-top: 9px solid #4682f9;
    border-left: 9px solid #4682f9;
    border-right: 9px solid #F49B14;
    border-bottom: 9px solid #F49B14;
    position: relative;
    z-index: 1;
  }
  .themeDetailMore_item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(185, 196, 198, 0.9);
  }
  .themeDetailMore_item:after {
    content: "";
    display: block;
    clear: both;
  }
  .themeDetailMore_item:first-child {
    margin-top: 0;
  }
  .themeDetailMore_item_main, .themeDetailMore_item_sub {
    width: 100%;
    display: table-cell;
    vertical-align: top;
  }
  .themeDetailMore_item_main {
    padding: 40px 20px 70px 20px;
    position: relative;
  }
  .themeDetailMore_item_main2Row {
    padding-top: 9px;
  }
  .themeDetailMore_item_main3Row {
    padding-top: 9px;
  }
  .themeDetailMore_item_main3Row .themeItem_mainIn {
    margin-top: -2px;
  }
  .themeDetailMore_item_mainIn {
    margin-top: 19px;
  }
  .themeDetailMore_item_mainIn:first-child {
    margin-top: 0;
  }
  .themeDetailMore_item_mainHead {
    display: table;
    table-layout: fixed;
    vertical-align: middle;
  }
  .themeDetailMore_item_mainHead span, .themeDetailMore_item_mainHead img {
    display: table-cell;
  }
  .themeDetailMore_item_mainHead span:last-child {
    padding-left: 10px;
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .themeDetailMore_item_mainHeadCampany {
    color: #4682F9;
  }
  .themeDetailMore_item_mainHeadForiegn {
    color: #F49B14;
    font-feature-settings: "palt";
  }
  .themeDetailMore_item_mainBody {
    padding-top: 2px;
    margin-top: auto;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.785714286;
    border-top: 1px dashed #3B3B3B;
  }
  .themeDetailMore_item_mainBtn {
    position: absolute;
    bottom: 20px;
    left: 32px;
    padding-right: 20px;
  }
  .themeDetailMore_item_mainBtn a {
    transition: .3s;
  }
  .themeDetailMore_item_mainBtn a:hover {
    opacity: 0.8;
  }
  .themeDetailMore .themeItem_main {
    padding: 0 0 70px 10px;
  }
  .themeDetailMore .themeItem_mainIn {
    margin-top: 5px;
  }
  .themeDetailMore .themeItem_mainIn:first-child {
    margin-top: 0;
  }
  .themeDetailMore .themeItem_mainBody {
    font-size: 1.2rem;
  }
  .themeDetailMore .themeItem_mainBtn {
    left: 10px;
    padding-left: 50.5%;
  }
  .themeDetailMorebtn {
    width: 24.0625%;
    max-width: 231px;
    margin: 50px auto 135px;
  }
  .themeDetailMorebtn a {
    transition: .3s;
  }
  .themeDetailMorebtn a:hover {
    opacity: 0.8;
  }
  .backThemeAll {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .backThemeAll a {
    background-color: #FFF;
  }
  .backThemeAll img {
    transition: .3s;
  }
  .backThemeAll a:hover img {
    opacity: 0.6;
  }
  /******************************
  成果レポート
  ******************************/
  .report {
    padding-bottom: 93px;
  }
  .reportTit {
    margin-top: 34px;
    margin-bottom: 64px;
  }
  .reportTit span {
    padding: 15px 50px 13px;
    font-size: 3rem;
    border: 5px solid #9fadaf;
  }
  .reportTit span.subtit {
    padding: 0;
    font-size: 2rem;
    vertical-align: 3px;
    border: none;
  }
  .reportResults {
    width: 960px;
  }
  .reportResults_head {
    margin-bottom: 50px;
    padding: 9px 6px 7px;
  }
  .reportResults_head_icon {
    width: 60px;
  }
  .reportResults_head_txt {
    font-size: 2.244rem;
  }
  .reportResults_head_note {
    font-size: 1.4rem;
  }
  .resultsSection {
    margin-top: 83px;
  }
  .resultsSection_head {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: 1.333333333;
    display: table;
  }
  .resultsSection_head_icon, .resultsSection_head_txt {
    display: table-cell;
  }
  .resultsSection_head_icon {
    width: 96px;
    padding-right: 20px;
  }
  .resultsSection_head_icon img {
    border-right: 2px solid #9eaeb1;
    border-left: 2px solid #9eaeb1;
  }
  .resultsSection_head_txt .fzS {
    font-size: 2rem;
  }
  .resultsSection_body p {
    margin-top: 35px;
  }
  .resultsSection_body p:first-child {
    margin-top: 0;
  }
  .resultsSection_2col {
    overflow: hidden;
  }
  .resultsSection_2col p {
    margin-top: 0;
    float: right;
  }
  .resultsSection_2col p:first-child {
    float: left;
  }
  .resultsSection_list {
    padding: 33px 25px 27px;
    margin-top: 35px;
  }
  .resultsSection_list_item {
    margin-top: 11px;
    padding-left: 1.3em;
    font-size: 1.56rem;
    line-height: 1.538461538;
  }
  .resultsSection_list_item:before {
    width: 10px;
    height: 10px;
    top: .4em;
    left: 0;
  }
  #result2 {
    margin-top: 87px;
  }
  .btnMoreLink {
    margin-top: 48px;
    margin-bottom: 90px;
  }
  .btnMoreLink_head {
    max-width: 167px;
    margin-right: 45px;
  }
  .btnMoreLink_item {
    margin-right: 27px;
  }
  .btnMoreLink2col {
    padding-left: 18.125%;
  }
  .btnMoreLink3col {
    padding-left: 4.6875%;
  }
  .btnMoreLink3col {
    padding-left: 2.8125%;
  }
  .btnMoreLink a {
    position: relative;
  }
  .btnMoreLink a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: .3s;
  }
  .btnMoreLink a:hover:after {
    opacity: 1;
  }
  .reportDescItemTable tr:nth-child(1) {
    font-size: 1.2rem;
  }
  .reportDescItemTable tr:nth-child(1) th {
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .reportDescItemTable th:nth-child(1) {
    width: 23.6458333%;
  }
  .reportDescItemTable th:nth-child(2) {
    width: 57.395833333%;
  }
  .reportDescItemTable th:nth-child(1), .reportDescItemTable th:nth-child(2), .reportDescItemTable td:nth-child(1), .reportDescItemTable td:nth-child(2) {
    border-right: 2px solid #d9d9d9;
  }
  .reportDescItemTable th:nth-child(2), .reportDescItemTable td:nth-child(2) {
    padding-left: 37px;
  }
  .reportDescItemTable td {
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 1.6rem;
  }
  .reportPath {
    padding-top: 0;
    overflow: visible;
  }
  .reportPath li {
    float: left;
    line-height: 1;
    font-size: 1.4rem;
    margin-right: 2px;
  }
  .reportPath a {
    font-size: 1.4rem;
    display: block;
    margin-left: 5px;
    margin-top: -4px;
    padding: 4px 18px 3px;
    border: 1px solid #000000;
  }
  .reportPath .boxNone {
    font-size: 1.4rem;
    display: block;
    margin-left: 5px;
    margin-top: -4px;
    padding: 4px 18px 3px;
    border: none;
  }
  hr.reportDashed {
    border-top: 1px dashed;
    margin: -20px 0 20px;
  }
  /******************************
  企業
  インターン
  ******************************/
  .overview.box {
    padding-top: 35px;
    margin-bottom: 50px;
  }
  .block_tit_main {
    margin-top: -72px;
  }
  .block_tit_main img {
    width: 43.4375%;
  }
  .btn_briefing li a:hover img {
    opacity: 0;
  }
  .btn_briefing li img {
    transition: .3s;
  }
  .btn_briefing_heading {
    max-width: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .btn_briefing_heading li {
    margin-top: 5px;
  }
  .btn_briefing_heading li:first-child {
    margin-top: 0;
  }
  .overview_table {
    margin-top: 23px;
    font-size: 1.6rem;
    border-spacing: 5px;
  }
  .overview_table th, .overview_table td {
    padding: 11px 11px 11px 34px;
  }
  .overview_table th {
    width: 200px;
  }
  .overview_table_note {
    margin-left: 5px;
    font-size: 1.4rem;
  }
  .overviewFlow_tit {
    margin-bottom: 27px;
  }
  .overviewFlow_tab {
    width: 1000px;
    margin: 0 auto 17px;
    padding-left: 5px;
  }
  .overviewFlow_tab li:nth-child(2), .overviewFlow_tab li:last-child {
    margin-left: -78px;
  }
  .overviewFlow_tab li img {
    transition: .3s;
  }
  .overviewFlow_tab li:hover img, .overviewFlow_tab li.active img {
    opacity: 0;
  }
  .overviewFlow_tab_contents_wrap {
    margin-bottom: 130px;
  }
  .overviewFlow_tab_contents {
    padding: 23px 25px 81px;
  }
  .overviewFlow_tab_contents_step1 {
    display: block;
  }
  .overviewFlow_table {
    margin: 42px 10px 56px;
    border-spacing: 20px 0;
  }
  .overviewFlow_table th {
    width: 231px;
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 10px;
    padding: 50px 5px 10px 40px;
    text-indent: -1.3em;
    font-size: 2rem;
    line-height: 1.44;
    background: url(/common/images/company/bg_flow_table_th.png) no-repeat left top;
    vertical-align: top;
  }
  .overviewFlow_table th .fzS {
    margin-top: 5px;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 1.5;
    text-indent: 0;
  }
  .overviewFlow_table tr:first-child td {
    padding-top: 2px;
  }
  .overviewFlow_table td {
    padding-top: 35px;
    padding-bottom: 31px;
    font-size: 1.6rem;
    line-height: 1.8;
    border-top: 1px solid;
  }
  .overviewFlow_table_step3 {
    margin-bottom: 140px;
  }
  .overviewFlow_table_img {
    margin-left: 10px;
    float: right;
  }
  .overviewFlow_table_img_rb {
    bottom: 30px;
  }
  .overviewFlow_table_list li {
    margin-top: 28px;
  }
  .overviewFlow_list_dl dt {
    width: 11em;
    float: left;
  }
  .overviewFlow_list_dl dt {
    overflow: hidden;
  }
  .overviewFlow_table_img_rb {
    position: absolute;
    right: 0;
  }
  .btn_next_step {
    width: 368px;
  }
  .btn_next_step a:hover img {
    opacity: 0;
  }
  .btn_next_step img {
    transition: .3s;
  }
  .overviewFlow_table_list_ol>li {
    margin-top: 0;
  }
  .overviewFlow_table_list_dl {
    text-indent: 0;
  }
  .overviewFlow_table_list_dl dt {
    float: left;
  }
  .overviewFlow_table_list_dl dt:after {
    content: "：";
  }
  .overviewFlow_table_list_dl dd {
    overflow: hidden;
  }
  .overviewFlow_table_short {
    width: 65%;
  }
  .overviewFlow_table_in_table {
    margin: 13px -3px -3px;
    border-spacing: 3px 0;
  }
  .overviewFlow_table_in_table th {
    padding: 3px 3px 4px;
    font-size: 1.4rem;
  }
  .overviewFlow_table_in_table th:first-child, .overviewFlow_table_in_table th:last-child {
    width: 25%;
  }
  .overviewFlow_table_in_table td {
    padding: 8px 5px 13px 10px !important;
    font-size: 1.4rem;
    border-top: none;
  }
  .overviewFlow_table_list_ol_ul {
    margin-top: 10px;
  }
  .overviewFlow_table_list_ol_ul li {
    margin-top: 1px;
  }
  .overviewFlow_table_list_ul {
    margin-top: 30px;
  }
  .overviewFlow_table_list_ul li {
    margin-top: 2px;
  }
  .overviewFlow_table_list_ul span {
    width: 9em;
  }
  .overviewFlow_list_indt dd {
    margin-left: 2em;
  }
  .overviewFlow_table_list_ul_note {
    margin-top: 4px;
  }
  .overviewFlow_table_in_table_note {
    margin-top: 4px;
    text-align: right;
  }
  .overviewFlow_table_btn_pdf a:hover img {
    opacity: 0;
  }
  .overviewFlow_table_btn_pdf img {
    transition: .3s;
  }
  .btn_application {
    margin-bottom: 79px;
  }
  .btn_application a:hover img {
    opacity: 0;
  }
  .btn_application img {
    transition: .3s;
  }
  .btn_application.btn_bottom {
    margin-bottom: 110px;
  }
  .importantNotice {
    margin-top: 60px;
    font-size: 1.6rem;
  }
  .importantNotice_head {
    margin-bottom: 50px;
  }
  .importantNotice_lead {
    margin-bottom: 50px;
  }
  .importantNotice_item {
    padding-top: 16px;
    padding-bottom: 13px;
  }
  .dlList dd {
    text-indent: 2em;
  }
  /* 2時募集
  ----------------------------------*/
  .secondary_link p {
    font-size: 2rem;
  }
  .secondary_link .btn_secondary_link {
    width: 300px;
    margin: 0 auto 8px;
  }
  .secondary_link .btn_secondary_link a img {
    transition: .3s;
  }
  .secondary_link .btn_secondary_link a:hover img {
    opacity: 0;
  }
  .secondary .agreement_box {
    width: 960px;
    margin: 0 auto;
  }
  .secondary .agreement_box_list {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .secondary .overview_table th, .secondary .overview_table td {
    padding: 11px 11px 11px 29px;
  }
  .secondary .overview_table th {
    border-radius: 6px;
  }
  .secondary .overview_table_note {
    margin-top: 4px;
    font-size: 1.6rem;
  }
  .secondary .tit_agreement_box {
    margin-bottom: 42px;
    font-size: 2.2rem;
  }
  .secondary .agreement_box_list {
    padding: 50px 60px 40px;
    font-size: 1.6rem;
  }
  .secondary .agreement_box_list>ol>li {
    margin-top: 31px;
  }
  .secondary .agreement_box_list p {
    margin-top: 32px;
  }
  .secondary .agreement_box_btn_wrap {
    max-width: 520px;
    margin: 40px auto 60px;
    font-size: 1.3rem;
  }
  .secondary .agreement_box_btn_wrap .agreement_btn {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .secondary .agreement_box_btn_wrap .agreement_btn.disabled img:hover {
    opacity: 1;
  }
  .secondary .agreement_box_btn_wrap .agreement_btn img {
    transition: .3s;
    vertical-align: middle;
  }
  .secondary .agreement_box_btn_wrap .agreement_btn img:hover {
    opacity: 0;
  }
  /* 企業
  ----------------------------- */
  .company {
  }
  .company .block_tit img {
    width: auto;
  }
  .company .btn_briefing li:first-child a, .company .btn_briefing li:first-child.btn_apply a {
    background: url(/common/images/company/btn_briefing_1_1_pc_o.png) no-repeat left top/cover;
  }
  .company .btn_briefing li:last-child a {
    background: url(/common/images/company/btn_briefing_1_2_pc_o.png) no-repeat left top/cover;
  }
  .company .overviewFlow_tab li:first-child {
    background: url(/common/images/company/btn_tab_1_o_pc.png) no-repeat left top/cover;
  }
  .company .overviewFlow_tab li:nth-child(2) {
    background: url(/common/images/company/btn_tab_2_o_pc.png) no-repeat left top/cover;
  }
  .company .overviewFlow_tab li:last-child {
    background: url(/common/images/company/btn_tab_3_o_pc.png) no-repeat left top/cover;
  }
  .company .overviewFlow_tab_contents_step1 {
    background: url(/common/images/company/bg_flow_step_t_l_1_pc.png) no-repeat left top, url(/common/images/company/bg_flow_step_t_r_1_pc.png) no-repeat right top, url(/common/images/company/bg_flow_step_b_l_1_pc.png) no-repeat left bottom, url(/common/images/company/bg_flow_step_b_r_1_pc.png) no-repeat right bottom, url(/common/images/company/bg_flow_step_c_l_1_pc.png) repeat-y left top, url(/common/images/company/bg_flow_step_c_r_1_pc.png) repeat-y right top;
  }
  .company .overviewFlow_tab_contents_step1 .overviewFlow_cotents_tit {
    width: 37.916666667%;
  }
  .company .overviewFlow_tab_contents_step2 {
    background: url(/common/images/company/bg_flow_step_t_l_2_pc.png) no-repeat left top, url(/common/images/company/bg_flow_step_t_r_2_pc.png) no-repeat right top, url(/common/images/company/bg_flow_step_b_l_2_pc.png) no-repeat left bottom, url(/common/images/company/bg_flow_step_b_r_2_pc.png) no-repeat right bottom, url(/common/images/company/bg_flow_step_c_l_2_pc.png) repeat-y left top, url(/common/images/company/bg_flow_step_c_r_2_pc.png) repeat-y right top;
  }
  .company .overviewFlow_tab_contents_step2 .overviewFlow_cotents_tit {
    width: 39.270833333%;
  }
  .company .overviewFlow_tab_contents_step3 {
    background: url(/common/images/company/bg_flow_step_t_r_3_pc.png) no-repeat right top, url(/common/images/company/bg_flow_step_t_l_3_pc.png) no-repeat left top, url(/common/images/company/bg_flow_step_b_l_3_pc.png) no-repeat left bottom, url(/common/images/company/bg_flow_step_b_r_3_pc.png) no-repeat right bottom, url(/common/images/company/bg_flow_step_c_l_3_pc.png) repeat-y left top, url(/common/images/company/bg_flow_step_c_r_3_pc.png) repeat-y right top;
  }
  .company .overviewFlow_tab_contents_step3 .overviewFlow_cotents_tit {
    width: 41.666666667%;
  }
  .company .btn_next_step1 {
    background: url(/common/images/company/btn_next_step1_o_pc.png) no-repeat right top;
  }
  .company .btn_next_step2 {
    background: url(/common/images/company/btn_next_step2_o_pc.png) no-repeat right top;
  }
  .company .overviewFlow_table_btn_pdf {
    background: url(/common/images/company/btn_overview_pdf_o_pc.png) no-repeat right top;
  }
  .company .btn_application {
    background: url(/common/images/company/btn_application_l_o.png) no-repeat right top;
  }
  .company.secondary .block_tit_main img {
    width: 100%;
    max-width: 456px;
  }
  .company .secondary_link {
    margin-top: 23px;
  }
  .company .secondary_link .btn_secondary_link {
    background: url(/common/images/company/btn_secondary_o.png) no-repeat right top;
  }
  .company .agreement_btn {
    background: url(/common/images/company/btn_agreement_o.png) no-repeat left top;
  }
  /* インターン
    ----------------------------------*/
  .foreign {
  }
  .foreign .block_tit img {
    max-width: 363px;
  }
  .foreign .btn_briefing {
    margin-top: -10px;
  }
  .foreign .btn_briefing li {
    padding-left: 0;
    margin-top: 0;
    display: inline-block;
  }
  .foreign .btn_briefing a {
    display: block;
  }
  .foreign .btn_briefing1_1 {
    text-align: right;
  }
  .foreign .btn_briefing1_1 li:nth-child(1) a {
    background: url(/common/images/foreign/btn_briefing_1_1_o_pc.png) no-repeat left top/cover;
  }
  .foreign .btn_briefing1_1 li:nth-child(2) a {
    background: url(/common/images/foreign/btn_briefing_1_2_o_pc.png) no-repeat left top/cover;
  }
  .foreign .btn_briefing1_2 {
    text-align: right;
  }
  .foreign .btn_briefing1_2 li:nth-child(1) a {
    background: url(/common/images/foreign/btn_briefing_1_2_o_pc.png) no-repeat left top/cover;
  }
  .foreign .overviewFlow_tab li:first-child {
    background: url(/common/images/foreign/btn_tab_1_o_pc.png) no-repeat left top/cover;
  }
  .foreign .overviewFlow_tab li:nth-child(2) {
    background: url(/common/images/foreign/btn_tab_2_o_pc.png) no-repeat left top/cover;
  }
  .foreign .overviewFlow_tab li:last-child {
    background: url(/common/images/foreign/btn_tab_3_o_pc.png) no-repeat left top/cover;
  }
  .foreign .overviewFlow_tab_contents_step1 {
    background: url(/common/images/foreign/bg_flow_step_t_l_1_pc.png) no-repeat left top, url(/common/images/foreign/bg_flow_step_t_r_1_pc.png) no-repeat right top, url(/common/images/foreign/bg_flow_step_b_l_1_pc.png) no-repeat left bottom, url(/common/images/foreign/bg_flow_step_b_r_1_pc.png) no-repeat right bottom, url(/common/images/foreign/bg_flow_step_c_l_1_pc.png) repeat-y left top, url(/common/images/foreign/bg_flow_step_c_r_1_pc.png) repeat-y right top;
  }
  .foreign .overviewFlow_tab_contents_step1 .overviewFlow_cotents_tit {
    width: 37.916666667%;
  }
  .foreign .overviewFlow_tab_contents_step2 {
    background: url(/common/images/foreign/bg_flow_step_t_l_2_pc.png) no-repeat left top, url(/common/images/foreign/bg_flow_step_t_r_2_pc.png) no-repeat right top, url(/common/images/foreign/bg_flow_step_b_l_2_pc.png) no-repeat left bottom, url(/common/images/foreign/bg_flow_step_b_r_2_pc.png) no-repeat right bottom, url(/common/images/foreign/bg_flow_step_c_l_2_pc.png) repeat-y left top, url(/common/images/foreign/bg_flow_step_c_r_2_pc.png) repeat-y right top;
  }
  .foreign .overviewFlow_tab_contents_step2 .overviewFlow_cotents_tit {
    width: 39.270833333%;
  }
  .foreign .overviewFlow_tab_contents_step3 {
    background: url(/common/images/foreign/bg_flow_step_t_r_3_pc.png) no-repeat right top, url(/common/images/foreign/bg_flow_step_t_l_3_pc.png) no-repeat left top, url(/common/images/foreign/bg_flow_step_b_l_3_pc.png) no-repeat left bottom, url(/common/images/foreign/bg_flow_step_b_r_3_pc.png) no-repeat right bottom, url(/common/images/foreign/bg_flow_step_c_l_3_pc.png) repeat-y left top, url(/common/images/foreign/bg_flow_step_c_r_3_pc.png) repeat-y right top;
  }
  .foreign .overviewFlow_tab_contents_step3 .overviewFlow_cotents_tit {
    width: 41.666666667%;
  }
  .foreign .btn_next_step1 {
    background: url(/common/images/foreign/btn_next_step1_o_pc.png) no-repeat right top;
  }
  .foreign .btn_next_step2 {
    background: url(/common/images/foreign/btn_next_step2_o_pc.png) no-repeat right top;
  }
  .foreign .overviewFlow_table_btn_pdf {
    background: url(/common/images/foreign/btn_overview_pdf_o.png) no-repeat right top;
  }
  .foreign .btn_application {
    background: url(/common/images/foreign/btn_application_l_o.png) no-repeat right top;
  }
  .foreign.secondary .block_tit_main img {
    width: 100%;
    max-width: 512px;
  }
  .foreign .secondary_link {
    margin-top: 22px;
  }
  .foreign .secondary_link .btn_secondary_link {
    background: url(/common/images/foreign/btn_secondary_o.png) no-repeat right top;
  }
  .foreign .agreement_btn {
    background: url(/common/images/foreign/btn_agreement_o.png) no-repeat left top;
  }
  /* 説明会スケジュール
    ----------------------------------*/
  .box.schedule {
    padding-top: 35px;
    margin-bottom: 50px;
  }
  .schedule_tit {
    margin-top: 28px;
    margin-bottom: 9px;
    font-size: 2.8rem;
  }
  .schedule_table {
    width: 100%;
    margin: 0 auto 51px;
    border-spacing: 5px;
  }
  .schedule_table th {
    padding: 13px 5px 11px;
    font-size: 1.9rem;
    color: #FFF;
    text-align: center;
    background-color: #888;
  }
  .schedule_table td {
    padding: 8px 5px 5px;
  }
  .schedule_table_note {
    font-size: 1.4rem;
  }
  .schedule_table_location {
    width: 110px;
    font-size: 1.8rem;
  }
  .schedule_table_date {
    width: 140px;
    font-size: 1.8rem;
  }
  .schedule_table_date span {
    font-size: 2.7rem;
  }
  .schedule_table_time {
    width: 227px;
    font-size: 1.8rem;
  }
  .schedule_table_time span {
    font-size: 1.8rem;
  }
  .schedule_table_place {
    width: 464px;
    padding: 21px !important;
    font-size: 1.6rem;
  }
  .schedule_table_place span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .schedule_lead {
    width: 750px;
    margin: 42px auto 0;
    font-size: 1.9rem;
    line-height: 1.526315789;
  }
  .schedule_guidance {
    width: 750px;
    margin: 50px auto;
    border-spacing: 15px 5px;
  }
  .schedule_guidance th {
    width: 7em;
    height: 4em;
    margin-bottom: 5px;
    margin-right: 15px;
    font-size: 1.6rem;
  }
  .schedule_guidance td {
    font-size: 1.9rem;
    border-bottom: 1px solid #ED8823;
  }
  .schedule_guidance tr:first-child td {
    border-top: 1px solid #ED8823;
  }
  .btn_back {
    width: 190px;
    margin: 0 auto 50px;
  }
  .btn_back img {
    transition: .3s;
  }
  .btn_back:hover img {
    opacity: 0;
  }
  .company .btn_back {
    background: url(/common/images/company/btn_back_o.png) no-repeat left top;
  }
  .company .odd td {
    background-color: #E3ECFD;
  }
  .company .even td {
    background-color: #F2FBFD;
  }
  .foreign .btn_back {
    background: url(/common/images/foreign/btn_back_o.png) no-repeat left top;
  }
  .foreign .odd td {
    background-color: #fdf0dd;
  }
  .foreign .even td {
    background-color: #fefbf2;
  }
  /******************************
  プラバシーポリシー
  ******************************/
  .privacy.box {
    margin-top: 68px;
    padding-bottom: 40px;
  }
  .privacy_list>dt {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .privacy_list>dd {
    margin-left: 60px;
    margin-bottom: 84px;
    font-size: 1.6rem;
  }
  .privacy_list_ol li {
    margin-bottom: 30px;
  }
  .privacy_ban {
    width: 451px;
    margin-left: -1em;
    padding-bottom: 17px;
  }
  .privacy_dd_tit {
    padding-bottom: 7px;
    margin-bottom: 14px;
    font-size: 1.8rem;
    border-bottom: 2px solid #d8d8d8;
  }
  .privacy_dd_txt {
    margin-bottom: 31px;
  }
  .privacy_abobe {
    padding: 20px 16px;
    display: table;
    background: #F7F7F7;
  }
  .privacy_abobe p {
    display: table-cell;
    vertical-align: middle;
  }
  .privacy_abobe .img {
    padding-right: 10px;
  }
  .privacy_abobe .txt {
    font-size: 1.4rem;
    line-height: 1.642857143;
  }
  /******************************
  FAQ／お問合せ
  ******************************/
  .inquiryTit {
    padding-top: 37px;
    margin-bottom: 30px;
  }
  .inquiryTit span {
    padding: 15px 30px 13px;
    font-size: 3rem;
    border: 5px solid #c2cdce;
  }
  .inquiryTit+.pageLead {
    width: 100%;
    line-height: 1.5;
  }
  .inquiry_body {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  .contactTable {
    width: 100%;
    margin-top: 5px;
    border-top: 1px dotted #969696;
    font-size: 1.6rem;
  }
  .contactTable th, .contactTable td {
    padding: 17px 10px 15px;
    border-bottom: 1px dotted #969696;
    position: relative;
    vertical-align: top;
  }
  .contactTable th {
    width: 320px;
    line-height: 1.5;
    color: #0081CC;
  }
  .contactTable input, .contactTable textarea {
    width: 100%;
    border: 1px solid #898989;
    background: #EFEFEF;
    padding: 6px 20px 7px;
  }
  .inquiry_body select {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #898989;
    border-radius: 4px;
  }
  .contactTable textarea {
    max-width: 620px;
  }
  .contactTable label {
    line-height: 2;
    display: block;
  }
  .contactTable input[type="checkbox"] {
    width: auto;
    margin-right: 1.6rem;
  }
  .contactTable td.type {
    padding: 36px 10px;
    color: #0081CC;
  }
  .contactTable td.type label {
    margin-right: 60px;
    display: inline-block;
  }
  .contactTable td.learned {
    padding: 37px 10px 42px;
  }
  .contactTable td.learned .left {
    width: 49%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .contactTable td.learned .right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .contactTable td.learned label {
    line-height: 2.25;
  }
  .contactTable td.learned input[type="text"] {
    margin-top: 0;
  }
  .contactTable .caution {
    font-size: 1.4rem;
  }
  .privacyBox {
    width: 725px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
  .privacyBox .tit {
    font-size: 1.6rem;
    color: #0081CC;
    margin-bottom: 3px;
  }
  .privacyBox .txt {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #C8C8C8;
    padding: 30px;
    margin-bottom: 40px;
    color: #505050;
  }
  .privacyBox dd {
    padding-left: 2em;
  }
  .privacyBox dd {
    padding-left: 1.5em;
  }
  .privacyBox li {
    width: 100%;
    margin-left: 0;
    transition: 0s;
    text-indent: -1em;
    padding-left: 1em;
  }
  .privacyBox li:hover {
    opacity: 1;
  }
  .privacyBox .advice {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .privacyBox label {
    text-align: center;
    line-height: 1.75;
  }
  .privacyBox .consentBox {
    position: relative;
    padding-bottom: 30px;
  }
  .privacyBox .consentBox label {
    display: inline;
  }
  .inquiry_body input.err, .inquiry_body textarea.err, .inquiry_body select.err {
    border: 3px solid #F00;
    background-color: #FFEFEE;
  }
  .errMsg {
    color: #F00;
    padding-top: 4px;
    display: block;
  }
  .inquiry_body .btn {
    color: #fff;
    width: 390px;
    margin: 40px auto 0;
    padding: 23px 0 24px;
    font-size: 1.6rem;
    display: block;
    transition: .3s;
  }
  .inquiry_body .btn.submit {
    background: #4a85f6;
  }
  .inquiry_body .btn.back {
    background: #999999;
  }
  .inquiry_body .btn:hover {
    opacity: 0.8;
  }
  .inquiry_body.confirm .btn {
    margin-top: 20px;
  }
  .inquiry_body.confirm .btn:first-of-type {
    margin-top: 40px;
  }
  .inquiry_body .registHead {
    padding: 5px 0;
    margin-bottom: 5px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    color: #333 !important;
    display: block;
  }
  .inquiry_body .registTxt {
    max-width: 650px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .inquiry_body .registTxt span {
    color: #0081CC;
    font-size: 1.8rem;
  }
  .inquiry_body .registTxt_bottom {
    padding-top: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .inquiry_body .top a {
    text-align: center;
    background: #4a85f6;
    color: #fff;
    width: 390px;
    padding: 23px 0 24px;
    font-size: 1.6rem;
    display: block;
    transition: .3s;
  }
  .inquiry_body .top a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .qa_tab li .frame {
    margin-top: -0.2%;
  }
  .qa_tab li.company {
    background: url(/common/images/qa/tab_company_on.png) left top no-repeat;
    background-size: cover;
  }
  .qa_tab li.intern {
    background: url(/common/images/qa/tab_intern_on.png) right top no-repeat;
    background-size: cover;
  }
  .qa_tab li.company p {
    background: url(/common/images/qa/tab_company_hover.png) left top no-repeat;
    background-size: cover;
  }
  .qa_tab li.intern p {
    background: url(/common/images/qa/tab_intern_hover.png) right top no-repeat;
    background-size: cover;
  }
  .qa_tabCont.company {
    background: url(/common/images/qa/tab_company_bottom_on.png) left bottom no-repeat, url(/common/images/qa/tab_company_middle_on.png) left top repeat-y;
  }
  .qa_tabCont.intern {
    background: url(/common/images/qa/tab_intern_bottom_on.png) left bottom no-repeat, url(/common/images/qa/tab_intern_middle_on.png) left top repeat-y;
  }
  .qa_tab li.company:hover img {
    opacity: 0;
  }
  .qa_tab li.intern:hover img {
    opacity: 0;
  }
  .qa_box_btn a {
    background: url(/common/images/index/btn_briefing_1_2_o_pc.png) no-repeat center/cover;
  }
  .qa_box_btn a img {
    transition: .3s;
  }
  .qa_box_btn a:hover img {
    opacity: 0;
  }
  .flow_icon_wrap {
    max-width: 1280px;
    margin-left: -640px;
    left: 50%;
  }
  .tree {
    width: 1280px;
    top: 650px;
    left: 0;
    z-index: 2;
  }
  .flower_1, .flower_3, .flower_5, .flower_7 {
    width: 26px;
  }
  .flower_2, .flower_4, .flower_6 {
    width: 20px;
  }
  .flower_8 {
    width: 23px;
  }
  .flower_1 {
    top: 350px;
    left: 0;
  }
  .flower_2 {
    top: 400px;
    left: 250px;
  }
  .flower_3 {
    top: 250px;
    left: 350px;
  }
  .flower_4 {
    top: 230px;
    left: 400px;
  }
  .flower_5 {
    top: 200px;
    left: 700px;
  }
  .flower_6 {
    top: 400px;
    left: 850px;
  }
  .flower_7 {
    top: 250px;
    left: 1100px;
  }
  .flower_8 {
    top: 250px;
    left: 1200px;
  }
  .cloud_l {
    width: 530px;
    top: 804px;
    left: 0;
  }
  .cloud_r {
    width: 353px;
    top: 361px;
    left: 933px;
  }
  .bird {
    width: 39px;
    top: 575px;
    left: 80px;
  }
  .airplane {
    width: 200px;
    top: 580px;
    left: 920px;
    z-index: 10;
  }
  .leaf_1, .leaf_3, .leaf_5 {
    width: 33px;
  }
  .leaf_2, .leaf_4, .leaf_6 {
    width: 25px;
  }
  .leaf_7 {
    width: 20px;
  }
  .leaf_1 {
    top: 1200px;
    left: 100px;
  }
  .leaf_2 {
    top: 1000px;
    left: 300px;
  }
  .leaf_3 {
    top: 1150px;
    left: 400px;
  }
  .leaf_4 {
    top: 1120px;
    left: 870px;
  }
  .leaf_5 {
    top: 1200px;
    left: 870px;
  }
  .leaf_6 {
    top: 1150px;
    left: 1000px;
  }
  .leaf_6 {
    top: 1100px;
    left: 1100px;
  }
  .leaf_7 {
    top: 1200px;
    left: 1300px;
  }
  .snow_1, .snow_3, .snow_5 {
    width: 33px;
  }
  .snow_2, .snow_4 {
    width: 25px;
  }
  .snow_6 {
    width: 20px;
  }
  .snow_1 {
    top: 1400px;
    left: 120px;
  }
  .snow_2 {
    top: 1350px;
    left: 200px;
  }
  .snow_3 {
    top: 1500px;
    left: 350px;
  }
  .snow_4 {
    top: 1650px;
    left: 450px;
  }
  .snow_5 {
    top: 1700px;
    left: 870px;
  }
  .snow_6 {
    top: 1700px;
    left: 1200px;
  }
  .sled {
    width: 66px;
    top: 1460px;
    left: 920px;
  }
  /******************************
  ENGLISH
  ******************************/
 /* .english .gnavPc a {
    font-size: 1.3rem;
    padding: 17px 8px 15px;
    margin-top: -9px;
    margin-bottom: -9px;
  }*/
  .english .sectionLead {
    width: 100%;
    /*max-width: 660px;*/
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
  }
  /*  .english .mainVisual_head {
    padding-top: 0; }
  .english .mainVisual_head_in {
    max-width: 410px;
    width: auto;
    padding: 41px 41px 23px;
    position: absolute;
    top: 54px;
    left: -40px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 4.8px 0.2px rgba(35, 24, 21, 0.5);
    transform: translateY(0); }*/
  .english .mainVisual_btn {
    background: url(/english/common/images/index/btn_main_about_o.png) no-repeat left top/cover;
  }
  .english .btnIndex li:first-child a {
    background: url(/english/common/images/index/btn_company_o_pc.png) no-repeat left top/cover;
  }
  .english .btnIndex li:last-child a {
    background: url(/english/common/images/index/btn_foreign_o_pc.png) no-repeat left top/cover;
  }
  .english .btn_briefing_index_left li:first-child a {
    background: url(/english/common/images/company/btn_secondary_o.png) no-repeat left top/cover;
  }
  .english .btn_briefing_index_right {
    text-align: right;
  }
  .english .btn_briefing_index_right li:first-child a {
    background: url(/english/common/images/index/btn_seminar_o.png) no-repeat left top/cover;
  }
  .english .mainVisual_seminar_btn {
    width: 100%;
    max-width: 283px;
    height: auto;
    margin: 2% 0 0 0;
    background: url(/english/common/images/index/btn_pagebtn_foreign_1_pc_o.png) no-repeat left top/cover;
  }
  .english .mainVisual_seminar_btn2 {
    width: 100%;
    max-width: 283px;
    height: auto;
    margin: 2% 0 0 10px;
    background: url(/english/common/images/index/btn_pagebtn_foreign_2_pc_o.png) no-repeat left top/cover;
  }
  .english .mainVisual_head_in .cautionTxt {
    font-size: 21px;
    font-weight: bold;
    margin: 2% 0 0 10px;
    text-shadow: 0px 0px 3px #fff, 0px 0px 5px #fff,
                 0px 0px 8px #fff, 0px 0px 10px #fff;
    color: #000;
  }

  .english .flow_step1 li:first-child a {
    background: url(/english/common/images/index/btn_step_company_1_o_pc.png) no-repeat left top;
  }
  .english .flow_step1 li:last-child a {
    background: url(/english/common/images/index/btn_step_foreign_1_o_pc.png) no-repeat left top;
  }
  .english .flow_step2 li:first-child a {
    background: url(/english/common/images/index/btn_step_company_2_o_pc.png) no-repeat left top;
  }
  .english .flow_step2 li:last-child a {
    background: url(/english/common/images/index/btn_step_foreign_2_o_pc.png) no-repeat left top;
  }
  .english .flow_step3 li:first-child a {
    background: url(/english/common/images/index/btn_step_company_3_o_pc.png) no-repeat left top;
  }
  .english .flow_step3 li:last-child a {
    background: url(/english/common/images/index/btn_step_foreign_3_o_pc.png) no-repeat left top;
  }
  .english .topResults_item:first-child {
    margin-left: 0;
  }
  .english .topResults_item:first-child a {
    background: url(/english/common/images/index/btn_topResults_case_o_pc.png) no-repeat center/cover;
  }
  .english .topResults_item:last-child {
    margin-left: 0;
  }
  .english .topResults_item:last-child a {
    background: url(/english/common/images/index/btn_topResults_report_o_pc.png) no-repeat center/cover;
  }
  .english .internship_table_time .internship_table_time_inner {
    font-size: 1.7rem;
  }
  .english .internship_table_time.last {
    padding-top: 19px;
    background-position: left 13px;
  }
  .english .btn_definition {
    background: url(/english/common/images/about/btn_definition_o.png) no-repeat left top;
  }
  .english .definition_list dt {
    width: 12em;
  }
  .english .internship_table_head {
    padding-top: 0;
    padding-bottom: 0;
  }
  .english .internship_table_head span {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
  }
  .english .internship_table_head.internship_table_company span {
    padding-left: 30px;
    background-image: url(/english/common/images/about/icon_comany.png);
    background-size: 20px auto;
  }
  .english .internship_table_head.internship_table_foreign span {
    padding-left: 40px;
    background-image: url(/english/common/images/about/icon_foreign.png);
    background-size: 30px auto;
  }
  /* 企業
    ----------------------------------*/
  .english .company {
  }
  .english .company .btn_briefing li:first-child a, .english .company .btn_briefing li:first-child.btn_apply a {
    background: url(/english/common/images/company/btn_briefing_1_1_pc_o.png) no-repeat left top/cover;
  }
  .english .company .btn_briefing li:last-child a {
    background: url(/english/common/images/company/btn_briefing_1_2_o_pc.png) no-repeat left top/cover;
  }
  .english .company .overviewFlow_tab li:first-child {
    background: url(/english/common/images/company/btn_tab_1_o_pc.png) no-repeat left top/cover;
  }
  .english .company .overviewFlow_tab li:nth-child(2) {
    background: url(/english/common/images/company/btn_tab_2_o_pc.png) no-repeat left top/cover;
  }
  .english .company .overviewFlow_tab li:last-child {
    background: url(/english/common/images/company/btn_tab_3_o_pc.png) no-repeat left top/cover;
  }
  .english .company .btn_next_step1 {
    background: url(/english/common/images/company/btn_next_step1_o_pc.png) no-repeat right top;
  }
  .english .company .btn_next_step2 {
    background: url(/english/common/images/company/btn_next_step2_o_pc.png) no-repeat right top;
  }
  .english .company .overviewFlow_table_btn_pdf {
    background: url(/english/common/images/company/btn_overview_pdf_o_pc.png) no-repeat right top;
  }
  .english .company .btn_application {
    background: url(/english/common/images/company/btn_application_l_o.png) no-repeat right top;
  }
  .english .company.secondary .block_tit_main img {
    width: 100%;
    max-width: 456px;
  }
  .english .company .secondary_link {
    margin-top: 23px;
  }
  .english .company .secondary_link .btn_secondary_link {
    background: url(/english/common/images/company/btn_secondary_o.png) no-repeat right top;
  }
  .english .company .agreement_btn {
    background: url(/english/common/images/company/btn_agreement_o.png) no-repeat left top;
  }
  /* インターン
    ----------------------------------*/
  .english .foreign {
  }
  .english .foreign .btn_briefing1_1 {
    text-align: right;
  }
  .english .foreign .btn_briefing1_1 li:nth-child(1) a {
    background: url(/english/common/images/foreign/btn_briefing_1_1_o_pc.png) no-repeat left top/cover;
  }
  .english .foreign .btn_briefing1_1 li:nth-child(2) a {
    background: url(/english/common/images/foreign/btn_briefing_1_2_o_pc.png) no-repeat left top/cover;
  }
  .english .foreign .btn_briefing1_2 {
    text-align: right;
  }
  .english .foreign .btn_briefing1_2 li:nth-child(1) a {
    background: url(/english/common/images/foreign/btn_briefing_1_2_o_pc.png) no-repeat left top/cover;
  }
  .english .foreign .overviewFlow_tab li:first-child {
    background: url(/english/common/images/foreign/btn_tab_1_o_pc.png) no-repeat left top/cover;
  }
  .english .foreign .overviewFlow_tab li:nth-child(2) {
    background: url(/english/common/images/foreign/btn_tab_2_o_pc.png) no-repeat left top/cover;
  }
  .english .foreign .overviewFlow_tab li:last-child {
    background: url(/english/common/images/foreign/btn_tab_3_o_pc.png) no-repeat left top/cover;
  }
  .english .foreign .btn_next_step1 {
    background: url(/english/common/images/foreign/btn_next_step1_o_pc.png) no-repeat right top;
  }
  .english .foreign .btn_next_step2 {
    background: url(/english/common/images/foreign/btn_next_step2_o_pc.png) no-repeat right top;
  }
  .english .foreign .overviewFlow_table_btn_pdf {
    background: url(/english/common/images/foreign/btn_overview_pdf_o.png) no-repeat right top;
  }
  .english .foreign .btn_application {
    background: url(/english/common/images/foreign/btn_application_l_o.png) no-repeat right top;
  }
  .english .foreign.secondary .block_tit_main img {
    width: 100%;
    max-width: 512px;
  }
  .english .foreign .secondary_link {
    margin-top: 22px;
  }
  .english .foreign .secondary_link .btn_secondary_link {
    background: url(/english/common/images/foreign/btn_secondary_o.png) no-repeat right top;
  }
  .english .foreign .agreement_btn {
    background: url(/english/common/images/foreign/btn_agreement_o.png) no-repeat left top;
  }
  .english .company .btn_back {
    background: url(/english/common/images/company/btn_back_o.png) no-repeat left top;
  }
  .english .foreign .btn_back {
    background: url(/english/common/images/foreign/btn_back_o.png) no-repeat left top;
  }
  .english .btn_briefing_wrap a:first-child {
    background: url(/english/common/images/foreign/btn_briefing_1_o_pc.png) no-repeat left top/cover;
  }
  .english .btn_briefing_wrap a:last-child {
    background: url(/english/common/images/foreign/btn_briefing_2_o_pc.png) no-repeat left top/cover;
  }
  .english .btn_briefing_wrap a:hover img {
    opacity: 0;
  }
  .english .btn_briefing_wrap img {
    transition: .3s;
  }
  .english .themeLinkBtn {
    width: 960px;
  }
  .english .themeLinkBtn .themeLinkBtn_item {
    width: 33.33333%;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
  }
  .english .themeLinkBtn .themeLinkBtn_item:first-child {
    background-image: url(/english/common/images/theme/btn_theme1_n_pc.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:first-child a {
    background-image: url(/english/common/images/theme/btn_theme1_o_pc.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(2) {
    background-image: url(/english/common/images/theme/btn_theme2_n_pc.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(2) a {
    background-image: url(/english/common/images/theme/btn_theme2_o_pc.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(3) {
    background-image: url(/english/common/images/theme/btn_theme3_n_pc.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(3) a {
    background-image: url(/english/common/images/theme/btn_theme3_o_pc.png);
  }
  .english .themeDetailItem_lead {
    line-height: 1.3;
  }
  .english .qa_tab li.company {
    background: url(/english/common/images/qa/tab_company_on.png) left top no-repeat;
    background-size: cover;
  }
  .english .qa_tab li.intern {
    background: url(/english/common/images/qa/tab_intern_on.png) right top no-repeat;
    background-size: cover;
  }
  .english .qa_tab li.company p {
    background: url(/english/common/images/qa/tab_company_hover.png) left top no-repeat;
    background-size: cover;
  }
  .english .qa_tab li.intern p {
    background: url(/english/common/images/qa/tab_intern_hover.png) right top no-repeat;
    background-size: cover;
  }
  .english .qa_box_btn a {
    background: url(/english/common/images/index/btn_briefing_1_2_o_pc.png) no-repeat center/cover;
  }
  .privacy_ban {
    width: 478px;
  }
}

/******************************
インターン募集説明会・応募
******************************/

.english .contents_seminar {
  background: #fef7e7;
}

.english .seminarChoice,
.english .seminar {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  padding: 37px 0 104px;
}

.english .seminar.seminar_1 {
  padding: 107px 0 172px;
  border-top: 1px dashed #96a6a6;
}

.english .seminar.seminar_2 {
  padding: 107px 0 172px;
  border-top: 1px dashed #96a6a6;
}

.english .seminar.seminar_1,
.seminar.seminar_2 {
  display: none;
}

.english .seminar.seminar_1.active,
.english .seminar.seminar_2.active {
  display: block;
}

.english .seminar_tit {
  text-align: center;
}

.english .seminar_tit span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  padding: 15px 30px 13px;
  font-size: 3rem;
  border: 5px solid #f2ad14;
}

.english .seminarBox {
  max-width: 975px;
  margin: 0 auto;
  background: url(../images/seminar/bg_seminarbox_1-pc.png) top no-repeat, url(../images/seminar/bg_seminarbox_2-pc.png) bottom no-repeat, url(../images/seminar/bg_seminarbox_3-pc.png) center repeat-y;
  background-size: 100%;
  position: relative;
}

.english .seminarBox.choice_1 {
  margin-top: 56px;
  padding: 42px 88px 45px;
}

.english .seminarBox.choice_2 {
  margin-top: 48px;
  padding: 42px 88px 45px;
  display: none;
}

.english .seminarBox.choice_2.active {
  display: block;
}

.english .seminarBox.box_1 {
  margin-top: 52px;
  padding: 45px 85px 80px;
}

.english .seminarBox.box_2 {
  margin-top: 94px;
  padding: 51px 83px 85px;
}

.english .seminarBoxTit {
  padding: 11px 30px 14px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #f9ab17;
  position: absolute;
  top: -30px;
  left: 5px;
}

.english .seminarBoxTit:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 12px;
  border-color: transparent transparent transparent #fccf7e;
  position: absolute;
  top: 0;
  right: -12px;
}

.english .seminarChoice .seminarBox .txt {
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
}

.english .seminarChoice .seminarBox ul {
  margin: 42px auto 22px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #92a6a7;
}

.english .seminarChoice .seminarBox li {
  width: 100%;
  padding: 10px 0 7px;
  border-bottom: 1px dashed #92a6a7;
  display: inline-block;
}

.english .seminarChoice .seminarBox.choice_2 li {
  padding: 10px 145px 7px;
  text-align: left;
}
.english .seminarChoice .seminarBox.choice_2 li {
  padding: 10px 2% 7px 10%;
  text-align: left;
}
.english .seminarChoice .seminarBox li input + span{
  font-size: 28px;
  padding-left: 40px;
  position:relative;
}
.english .seminarChoice .seminarBox li:first-child {
  border-top: 1px dashed #92a6a7;
}

.english .seminarChoice .seminarBox li label {
  cursor: pointer;
}

.english .seminarChoice .seminarBox li input {
  display: none;
}

.english .seminarChoice .seminarBox li input + span{
  font-size: 28px;
  padding-left: 40px;
  position:relative;
}

.english .seminarChoice .seminarBox li input + span::before {
  width: 22px;
  height: 22px;
  border: 1px solid #828282;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.english .seminarChoice .seminarBox li input:checked + span::after {
  width: 12px;
  height: 12px;
  background: #828282;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.english .seminarBox .lead {
  font-size: 22px;
  line-height: 1.69;
  display: inline;
  background: linear-gradient(transparent 85%, #ffff00 0%);
}

.english .seminarBox .txt {
  margin-top: 34px;
  font-size: 18px;
}

.english .seminarBox .note {
  max-width: 554px;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
  color: #95a5a6;
}

.english .seminarBox .list {
  margin-top: 22px;
  font-size: 18px;
}

.english .seminarBox .list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 2;
  letter-spacing: 0.07em;
}

.english .seminarBox .list li + li {
  margin-top: 21px;
}

.english .seminarBox .list li span {
  color: #fbcd73;
}

.english .seminarBox .img {
  margin-top: 12px;
}

.english .seminarBtn {
  width: 100%;
  max-width: 557px;
  margin: 34px auto 0;
}

.english .seminarBtn.seminar1 {
  background: url(/english/common/images/seminar/btn_seminar_1_pc_o.png) top no-repeat;
}

.english .seminarBtn.seminar2 {
  background: url(/english/common/images/seminar/btn_seminar_2_pc_o.png) top no-repeat;
}

.english .seminarBtn a {
  display: block;
}

.english .seminarLink {
  margin: 55px auto 0;
  font-size: 18.5px;
  font-weight: bold;
  text-align: center;
}

.english .seminarLink a {
  color: #333;
  vertical-align: baseline;
}

.english .seminarLink:after {
  content: ">";
  padding-left: 10px;
  font-size: 24px;
  color: #f9ab17;
}

.english .seminarMovie {
  width: 100%;
  max-width: 880px;
  margin: 50px auto 0;
  display: table;
}

.english .seminarMovie .txt {
  font-size: 18px;
  line-height: 2.3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-top: solid 4px #f9ab17;
  border-bottom: solid 4px #f9ab17;
  display: table-cell;
}

.english .seminarMovie .txt span {
  text-align: left;
  display: inline-block;
}

.english .seminarMovie .movie {
  width: 475px;
  padding-left: 43px;
  display: table-cell;
}

.english .seminarMovie .movie a {
  transition: .3s;
}

.english .seminarMovie .movie a:hover {
  opacity: 0.8;
}

 /******************************
  インターン募集説明会・応募【スマホ】
  ******************************/
@media (max-width: 767px) {
  .english .seminarChoice {
    padding: 34px 0 38px;
  }
  .english .seminar.seminar_1,
  .english .seminar.seminar_2 {
    padding: 44px 0 105px;
  }
  .english .seminar_tit span {
    padding: 8px 11px 7px;
    font-size: 1.4rem;
    border: 3px solid #f2ad14;
  }
  .english .seminarBox {
    background: url(../images/seminar/bg_seminarbox_1-sp.png) top no-repeat, url(../images/seminar/bg_seminarbox_2-sp.png) bottom no-repeat, url(../images/seminar/bg_seminarbox_3-sp.png) center repeat-y;
    background-size: 100%;
  }
  .english .seminarBox.choice_1 {
    margin-top: 26px;
    padding: 16px 6.25% 25px;
  }
  .english .seminarBox.choice_2 {
    margin-top: 20px;
    padding: 16px 6.25% 25px;
  }
  .english .seminarBox.choice_2.active {
    display: block;
  }
  .english .seminarBox.box_1 {
    margin-top: 24px;
    padding: 25px 6.25% 24px;
  }
  .english .seminarBox.box_2 {
    margin-top: 46px;
    padding: 15px 6.25% 41px;
  }
  .english .seminarBoxTit {
    padding: 4px 15px 2px 35px;
    font-size: 14px;
    background: #f9ab17 url(../images/seminar/ico_check.png) 9px center no-repeat;
    background-size: 15px;
    top: -17px;
    left: 6px;
  }
  .english .seminarBoxTit:after {
    border-width: 18px 0 0 6px;
    right: -6px;
  }
  .english .seminarChoice .seminarBox .txt {
    font-size: 12px;
  }
  .english .seminarChoice .seminarBox ul {
    margin: 16px auto 0;
    letter-spacing: 1.5;
  }
  .english .seminarChoice .seminarBox li {
    padding: 14px 0 11px;
  }
  .english .seminarChoice .seminarBox.choice_2 li {
    padding: 14px 4.46% 11px;
  }
  .english .seminarChoice .seminarBox.choice_2 li {
    text-indent: -6%;
    padding: 14px 6%  11px;
  }
  .english .seminarChoice .seminarBox li input + span{
    font-size: 14.5px;
    padding-left: 20px;
  }
  .english .seminarChoice .seminarBox li input + span::before {
    width: 12px;
    height: 12px;
  }
  .english .seminarChoice .seminarBox li input:checked + span::after {
    width: 6px;
    height: 6px;
    left: 3px;
  }
  .english .seminarBox .lead {
    font-size: 12px;
    line-height: 1.54;
  }
  .english .seminarBox .txt {
    margin-top: 23px;
    font-size: 12px;
  }
  .english .seminarBox .note {
    display: none;
  }
  .english .seminarBox .list {
    margin-top: 10px;
    font-size: 12px;
  }
  .english .seminarBox .list li {
    line-height: 1.88;
    letter-spacing: 0;
  }
  .english .seminarBox .list li + li {
    margin-top: 10px;
  }
  .english .seminarBox .list li span {
    color: #fbcd73;
  }
  .english .seminarBox .img {
    margin-top: 5px;
  }
  .english .seminarBtn {
    width: 100%;
    max-width: 554px;
    margin: 27px auto 0;
  }
  .english .seminarBtn.seminar1 {
    background: none;
  }
  .english .seminarBtn.seminar2 {
    margin-top: 27px;
    background: none;
  }
  .english .seminarLink {
    margin: 0 auto;
    font-size: 12px;
    margin-top: 27px;
  }
  .english .seminarLink a {
    color: #333;
    vertical-align:middle;
    width: 80%;
  }
  .english .seminarLink:after {
    content: ">";
    padding-left: 0px;
    vertical-align: middle;
    font-size: 24px;
    color: #f9ab17;
  }
  .english .seminarMovie {
    margin: 30px auto 0;
    padding: 0 2.34%;
    display: block;
  }
  .english .seminarMovie .txt {
    padding: 13px 9px 15px 35px;
    font-size: 12px;
    line-height: 1.54;
    text-align: left;
    border-top: solid 2px #f9ab17;
    border-bottom: solid 2px #f9ab17;
    display: block;
    position: relative;
  }
  .english .seminarMovie .txt:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/seminar/ico_arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 16px;
    left: 11px;
  }
  .english .seminarMovie .movie {
    width: 100%;
    padding: 18px 0 0;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .header_right {
    margin-top: 25px;
  }
  .switchFontSize {
    margin-top: 5px;
    float: none;
  }
  .changeLang {
    float: none;
    margin-top: 0;
    padding-right: 0;
  }
  .headerRightSub {
    margin-top: 13px;
    text-align: right;
  }
  .overviewFlow_cotents_tit {
    width: 38% !important;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .gif_spring_TL {
    left: 15%;
  }
  .gif_spring_TR {
    right: 11%;
  }
  .gif_winter_TL {
    left: 5.354167%;
  }
  .gif_winter_TR {
    right: 7.083333%;
  }
  .btn_briefing_index_right {
    padding-left: 18%;
  }
  .pageTop {
    right: 0;
    margin-right: 0;
  }
  .overviewFlow_tab {
    width: 104.166666667%;
    margin-left: -15px;
    padding-left: 5px;
  }
  .overviewFlow_tab li:nth-child(1) {
    width: 35%;
  }
  .overviewFlow_tab li:nth-child(2), .overviewFlow_tab li:nth-child(3) {
    width: 40%;
  }
  .overviewFlow_tab li:nth-child(2), .overviewFlow_tab li:last-child {
    margin-left: -7.8%;
  }
  .privacy_list, .definition_list {
    margin-left: 20px;
    margin-right: 20px;
  }
  .btn_briefing_heading {
    width: 213px;
  }
}

@media screen and (max-width: 840px) and (min-width: 768px) {
  .gnavPc li a {
    font-size: 1.2rem;
  }
  .js_randomImg_item {
    text-align: center;
  }
  .js_randomImg img {
    width: 100%;
    min-width: none;
    height: auto;
  }
/*  .english .js_randomImg_item {
    left: 50%;
    margin-left: -550px;
  }*/
  .overviewFlow_table_short {
    width: 50%;
  }
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
/*  .mainVisual_head_in {
    max-width: 35%;
  }*/
  .mainVisual_seminar {
    margin-top: 2%;
  }
/*  .english .mainVisual_head_in {
    padding: 25px 30px 15px;
    top: 30px;
    left: 0;
  }*/
  .english .mainVisual_tit {
    width: 35%;
  }
  .english .mainVisual_btn {
    width: 14%;
    margin-left: 9.8%;
  }
  .english .indexSection_middle_btn a {
    background: url(/english/common/images/index/btn_report2_o_pc.png) no-repeat;
  }
  .english .indexSection_middle_img {
    margin-top: 39px;
  }
  .english .mainVisual_seminar_btn {
    margin: 2% 0 0 1%;
  }
}

@media (max-width: 767px) {
  .english .indexSection_middle_btn a {
    background: url(/common/images/index/btn_report2_o_pc.png) no-repeat;
  }
  .english .indexSection_middle_img {
    margin: 20px 8px 0;
  }
}

.english .themeTab li#h29 a {
  background-image: url(/english/common/images/theme/tab_h29_pc.png);
}

.english .themeTab li#h28 a {
  background-image: url(/english/common/images/theme/tab_h28_pc.png);
}

.english .themeTab li#all a {
  background-image: url(/english/common/images/theme/tab_all_pc.png);
}

.english .themeTab img {
  transition: .3s;
  opacity: 0;
}

@media (max-width: 767px) {
  .english .themeTab {
    width: 100%;
    max-width: 977px;
    margin: 0 auto;
  }
  .english .themeTab ul {
    padding: 0 7px;
    font-size: 0;
  }
  .english .themeTab li {
    width: 100%;
    display: block;
    background: none !importa
  }
  .english .themeTab li+li {
    margin-top: 6px;
  }
  .english .themeTab li a {
    background: none !important
  }
  .english .themeTab a.active {
    opacity: .6;
  }
  .english .themeTab img {
    opacity: 1;
  }
}

.english .themeTab img:hover, .english .themeTab a.active img {
  opacity: 1;
}

@media (max-width: 767px) {
  .english .btn_seminar_index_wrap {
    padding: 25px 17px 25px;
  }
  .english .bgBlue {
    background: #eeffff;
  }
  .english .btn_seminar_index_wrap .spaCutionTxt {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0;
    text-align: center;
  }
  .english .themeLinkBtn {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 44px;
  }
  .english .themeLinkBtn .themeLinkBtn_item {
    margin-top: 9px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 2px 2px rgba(31, 31, 31, 0.5);
  }
  .english .themeLinkBtn .themeLinkBtn_item img {
    transition: .3s;
  }
  .english .themeLinkBtn .themeLinkBtn_item a {
    display: block;
    transition: .3s;
  }
  .english .themeLinkBtn .themeLinkBtn_item:first-child {
    margin-top: 0;
    background-image: url(/english/common/images/theme/btn_theme1_n_sp.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(2) {
    background-image: url(/english/common/images/theme/btn_theme2_n_sp.png);
  }
  .english .themeLinkBtn .themeLinkBtn_item:nth-child(3) {
    background-image: url(/english/common/images/theme/btn_theme3_n_sp.png);
  }
}