@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html,
body {
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #333333;
  min-width: 1200px;
}

body {
  padding-top: 120px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  font-size: 1rem;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


.roboto {
  font-family: 'Roboto', sans-serif;
}

.din-regular {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-italic {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.din-bold {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-bold-italic {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  width: 100%;
  height: 130px;
  position: fixed;
  left: 0;
  top: 0px;
  min-width: 1100px;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  background-color: #208380;
}

.l-header-inner {
  width: 100%;
  padding: 0px 0px 0 156px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 3.s;
}

.l-header-logo {
  position: absolute;
  left: 156px;
  top: 8px;
  transition: 3.s;
}

.l-header-logo__sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.l-header-logo__sub .logo03 {
  height: 24px;
}

.l-header-logo__sub .logo02 {
  height: 24px;
  margin-left: 30px;
}

.l-header-logo__main {
  max-width: 283px;
}

.l-header-info {
  margin-left: auto;
  width: calc(100% - 192px);
}

.l-header-head__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.l-header-head__list li {
  position: relative;
  overflow: hidden;
  width: 180px;
}

.l-header-head__list li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 50px;
  padding: 4px 10px 6px;
  background-color: #67686A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-head__list li.hidden {
  border-right: 1px solid #E4E4E4;
}

.l-header-head__list li.hidden a {
  pointer-events: none;
  background-color: #F5F5F5;
  color: #9E9E9E;
}

// .l-header-head__list li.hidden span {
//   position: absolute;
//   left: 0;
//   top: 0;
//   background-color: rgba(0,0,0,.7);
//   font-size: 1rem;
//   color: #fff;
//   width: 100%;
//   height: 100%;
//   display: -webkit-flex;
//   display: -moz-flex;
//   display: -ms-flex;
//   display: -o-flex;
//   display: flex;
//   -ms-align-items: center;
//   align-items: center;
//   justify-content: center;
// }

.l-header-head__list li.recruiter-link a {
  background-color: #F7EFEF;
  color: #B6494E;
}

.l-header-head__list li.sub-link01 a {
  background-color: #E0E2EF;
  color: #4F569B;
}

.l-header-head__list li.sub-link02 a {
  background-color: #E8EDF2;
  color: #1E4D83;
}

.l-header-head__list li.sub-link03 a {
  background-color: #E2F3F2;
  color: #334F67;
}

.l-header-head__list li a .txt01 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.l-header-head__list li.active a,
.l-header-head__list li:hover a {
  background-color: #208380;
  color: #fff;
}

.l-header-head__list li a:hover {
  opacity: 1;
}

.l-header-head__list li:hover a {
  color: #fff;
}

.l-header-head__list li.hidden:hover a {
  background-color: #F5F5F5;
  color: #9E9E9E;
}

/*nav*/
.l-header-nav {
  margin-left: auto;
  width: calc(100% - 120px);
}

.l-header-nav__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.l-header-nav__item li {
  margin-right: 40px;
}

.l-header-nav__item li.l-header-nav__items.pc-entry-btn {
  margin-right: 0;
}

.l-header-nav__item li a {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}

.l-header-nav__item li.l-header-nav__items.pc-entry-btn {
  position: relative;
}

.l-header-nav__item li.l-header-nav__items.pc-entry-btn a {
  padding-top: 40px;
  background: url(images/common/ico-arw-target_blue.svg) no-repeat 50% 15px;
  background-size: 22px auto;
  background-color: #EFE7D0;
  width: 200px;
  height: 80px;
  display: inline-block;
  text-align: center;
  color: #208380;
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.hidden-entry a {
  pointer-events: none;
}

.hidden-entry .hidden-entry-txt {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.c-btn.hidden-entry .hidden-entry-txt {
  border-radius: 10px;
}

.l-header-entry {
  height: 130px;
  width: 200px;
}

.l-header-entry a {
  height: 100%;
  display: block;
  width: 100%;
  padding-top: 64px;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  background: url(../../images/common/ico-target-white.svg) no-repeat 50% 36px;
  background-size: 22px auto;
  background-color: #BC494E;
  color: #fff;
}

.l-header-entry a:hover {
  opacity: 1;
  text-decoration: underline;
}


/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  background-color: #208380;
}

.l-footer-inner .c-center {
  position: relative;
  padding-top: 40px;
  color: #fff;
  padding-bottom: 200px;
  background: url(../../images/top/footer-bg.svg) no-repeat bottom center;
  background-size: 100%;
}

.ft-logo01 {
  width: 283px;
}

.ft-logo02 {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 350px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  padding: 9px 20px;
  text-align: center;
}

.ft-logo02 .logo03 {
  margin-right: 40px;
  width: 85px;
}

.ft-logo02 .logo02 {
  width: 143px;
}

.l-footer-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 24px;
}

.ft-address_inner strong {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
}

.ft-address_inner address {
  line-height: 1.5;
  font-size: 0.875rem;
}

.ft-address_inner .ft-tell {
  font-size: 0.875rem;
  margin-top: 5px;
}

.ft-address_inner .ft-tell span {
  line-height: 1.5;
  padding-left: 23px;
  background: url(../../images/top/ico-tell-white.svg) no-repeat left center;
  background-size: 18px auto;
  font-size: 1.625rem;
  font-weight: 700;
}

.l-footer-navi {
  margin-left: auto;
  width: 637px;
}

.ft-site-link__items,
.ft-subnav-list__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.ft-site-link__items {
  gap: 16px 0;
}

.ft-subnav-list__items {
  gap: 16px 32px;
  margin-top: 13px;
  justify-content: flex-end;
}

.ft-site-link__items li {
  width: 51%;
}

.ft-site-link__items li:nth-child(odd) {
  width: 48%;
}

.ft-site-link__items li a {
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 700;
  padding-left: 24px;
  background: url(../../images/common/ico-arw-link-circle.svg) no-repeat 0px 4px;
}

.ft-subnav-list__items li a {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  background: url(../../images/common/ico-arw-link-white.svg) no-repeat 0px 7px;
  background-size: 8px auto;
  padding-left: 14px;
}

.ft-site-link__items li.hidden a {
  pointer-events: none;
}

/* member */
.footer-member-btn {
  margin: 15px 0 0;
  text-align: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.footer-member-btn a {
  width: 200px;
  color: #1E4D83;
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  padding: 4px 16px 4px 42px;
  background: url(../../images/common/login-icon-online.svg) no-repeat 20px 50% #fff;
  border-radius: 100px;
  border: 1px solid #4F569B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-copyright-inner {
  text-align: center;
  padding: 15px;
}

.l-copyright-inner p {
  font-size: 0.750rem;
  color: #fff;
  font-weight: 700;
}

.sp-btm-btn {
  display: none!important;
}

/*pagetop*/
.l-footer-top {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 80px;
  width: 100px;
  height: 100px;
}

.top-fixed-banner {
  display: none!important;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*メインビジュアル*/

.mv {
  background: url(../../images/online-recruiter/mv-bg01.png) no-repeat top right,
  url(../../images/online-recruiter/mv-bg02.png) no-repeat left bottom;
  background-size: 30% auto,26.8% auto;
  background-color: #E7EFEF;
  padding: 50px 0 147px;
  position: relative;
}

.mv-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}

.mv-inner:before {
  content: '';
  position: absolute;
  right: 110px;
  top: 10px;
  width: 580px;
  height: 600px;
  background: url(../../images/online-recruiter/mv.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-left {
  order: 1;
  position: relative;
  width: 590px;
  left: -20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 31px 38px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.mv-catch {
  margin-bottom: 22px;
}

.mv-catch img {
  display: block;
  margin: 0 auto;
}

.mv-info-ttl {
  margin-bottom: 16px;
  margin-top: 15px;
}

.mv-info-ttl p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  min-height: 44px;
  line-height: 44px;
  background: url(../../images/online-recruiter/bg-entry-date.svg) no-repeat top center;
  background-size: auto 44px;
  text-align: center;
}

.mv-info-ttl span {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  color: #208380;
  line-height: 1.2;
  width: 72px;
  height: 29px;
  line-height: 29px;
  border-radius: 200px;
  font-size: 1.25rem;
  margin-right: 10px;
}

.mv-entry-catch {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.375rem;
  justify-content: center;
  margin: 24px auto 16px;
}

.mv-entry-catch p {
  width: 100%;
}

.mv-entry-catch .txt01 {
  background: linear-gradient(transparent 60%, #FCE5D7 0%);
  color: #334F67;
  font-weight: 700;
}

.mv-entry {
  margin-bottom: 8px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.mv-entry-title {
  width: 80px;
  background-color: #208380;
  border-radius: 100px;
  text-align: center;
  padding: 0px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
  font-size: 0.875rem;
}

.mv-entry-info {
  margin-left: auto;
  width: calc(100% - 90px);
}

.mv-info {
  padding: 0 39px;
}

.mv-entry-info .txt01 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.mv-entry-date__inner {
  line-height: 1;
  margin-top: -5px;
}

.mv-entry-date {
  margin-bottom: 5px;
}

.mv-entry span {
  color: #208380;
  font-weight: 700;
}

.mv-entry span.u-color-red {
  color: #B6494E;
}

.mv-entry span.date-txt01 {
  font-size: 1.25rem;
}

.mv-entry span.date-txt02 {
  font-size: 1rem;
}

.mv-entry span.date-txt03 {
  font-size: 1.875rem;
}

.mv-entry span.date-txt02.type02 {
  font-size: 1rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background-color: #208380;
  display: inline-block;
}

.mv-entry span.date-txt03.m-text {
  margin: 0 -3px;
}

.mv-btn.c-btn {
  margin: 14px auto 0;
}

/*about*/

.lead {
  background-color: #208380;
  text-align: center;
  margin-bottom: 36px;
  padding: 32px 0;
}

.lead h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.about {
  background: url(../../images/online-recruiter/content-bg01.png) no-repeat 0 101%;
  background-size: 560px;
  padding-bottom: 100px;
}

.about .lead {
  padding-bottom: 57px;
  position: relative;
  margin: 0;
}

.about .lead h2 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.about .lead h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 134px;
  height: 120px;
  background: url(../../images/online-recruiter/about-ttl-catch01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.about .lead h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 24px;
  width: 128px;
  height: 120px;
  background: url(../../images/online-recruiter/about-ttl-catch02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.content-ttl-fukidashi {
  text-align: center;
  background: url(../../images/online-recruiter/content-ttl-fukidashi.svg) no-repeat top center;
  background-size: 470px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  height: 44px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -230px;
}

.content-ttl-fukidashi span {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  color: #334F67;
  width: 72px;
  height: 29px;
  line-height: 29px;
  border-radius: 200px;
  font-size: 1.25rem;
  margin-right: 10px;
}

.h3-ttl {
  color: #208380;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.h3-ttl:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}

.h3-ttl.type02:after {
  display: none;
}

.about-table table {
  table-layout: fixed;
  width: 100%;
}

.about-table table tr {
  border-bottom: 1px dashed #BBBBBB;
}

.about-table table .th-head {
  width: 146px;
  text-align: left;
  font-size: 1rem;
  color: #208380;
  font-weight: 700;
  padding: 15px 0;
  vertical-align: top;
}

.about-table table td {
  padding: 15px 0;
  font-weight: 500;
}

.about-table dl {
  display: table;
  width: 100%;
}

.about-table table dl + dl {
  margin-top: 6px;
}

.about-table table dl dt,
.about-table table dl dd {
  display: table-cell;
  vertical-align: top;
}

.about-table table dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #208380;
  width: 78px;
}

.about-table table td .txt14 {
  font-size: 0.875rem;
}

.download-leaflet-btn {
  text-align: center;
  margin-top: 45px;
}

.download-leaflet-btn a {
  display: inline-block;
  background: url(../../images/common/ico-arw-target_green.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #fff;
  border: 2px solid #208380;
  border-radius: 200px;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.25rem;
  font-weight: 500;
  color: #208380;
  max-width: 560px;
}

.td-course-ttl {
  margin-bottom: 14px;
}

.td-course-ttl span {
  padding-left: 17px;
  padding-right: 17px;
  background: url(../../images/top/course-left.svg) no-repeat left center,
  url(../../images/top/course-right.svg) no-repeat right center;
  background-size: 8px auto, 8px auto;
  color: #DA3850;
  font-weight: 700;
}

.td-course {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.td-course .inner {
  width: 400px;
}

.td-course .inner.left {
  border: 1px solid #545AA7;
}

.td-course .inner.right {
  border: 1px solid #2F844E;
}

.td-course .inner-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #fff;
}

.td-course .inner-head .title {
  width: 139px;
  background: url(../../images/top/bg-curriculum-blue.svg) no-repeat top left;
  background-size: cover;
  height: 92px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}

/*.td-course .inner-head .title:before {
  content: '';
  position: absolute;
  right: -63px;
  top: 0;
  box-sizing: border-box;
  width: 24px;
  height: 60px;
  border: 46px solid transparent;
  border-left: 17px solid #545AA7;
}*/

.td-course .inner-head .title p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 10px;
}

.td-course .inner-head .txt {
  width: calc(100% - 140px);
  margin-left: auto;
  padding: 8px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.td-course .inner-head .txt p {
  font-size: 1rem;
  line-height: 1.4;
}

.td-course .inner-btm {
  background: #545AA7;
  padding: 6px;
  margin-top: 1px;
}

.td-course .inner-btm p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.td-course .inner.right {
  border-color: #2F844E;
}

.td-course .inner.right .inner-head .title ,
.td-course .inner.right .inner-btm {
  background: #2F844E;
}

/*.td-course .inner.right .inner-head .title:before {
  border-left: 17px solid #2F844E;
}*/

.td-course .inner.right .inner-head .title {
  background: url(../../images/top/bg-curriculum-green.svg) no-repeat top left;
  background-size: cover;
}

.experience {
  margin-bottom: 15px;
}

.experience .ttl {
  font-size: 1.125rem;
  padding-left: 33px;
  color: #545AA7;
  background: url(../../images/top/ico-idea.svg) no-repeat left center;
  background-size: 26px auto;
  font-weight: 700;
  margin-bottom: 8px;
  padding-top: 3px;
  margin-top: 7px;
}

.red-check-list {
  margin-left: 7px;
}

.red-check-list li {
  margin-bottom: 4px;
  padding-left: 26px;
  background: url(../../images/top/ico-check-red.svg) no-repeat 0 6px;
  background-size: 18px auto;
  font-size: 1rem;
  margin-left: 10px;
}

.about-table .place {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.about-table .place + .place {
  margin-top: 20px;
}

.about-table .place .place_ttl ,
.about-table .place address {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-table .place .place_ttl {
  margin-bottom: 8px;
  color: #545AA7;
  font-weight: 700;
}

.about-table .place address {
  margin-bottom: 8px;
  color: #545AA7;
  font-weight: 700;
}

.about-table .place .place_txt01 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-table .place .place_txt02 {
  font-size: 1rem;
  color: #545AA7;
  font-weight: 500;
}

.about-table .place ul {
  margin-bottom: 25px;
}

.about-table .place ul li {
  font-size: 0.875rem;
}

.about-table .place .place_map {
  width: 360px;
  margin-left: auto;
}

.about-table .place_map-inner {
  height: 180px;
  width: 100%;
  margin-bottom: 10px;
}

.about-table .place_map-inner + p {
  font-size: 0.875rem;
}

.about-table .place .place_map iframe {
  width: 100%;
  height: 100%;
}

.about-table table td .c-btn {
  max-width: 480px;
  margin-top: 16px;
  margin-left: 105px;
}

/*FLOW*/

.flow-bg {
  background: url(../../images/online-recruiter/flow-bg.png) no-repeat 100% 101%;
  background-size: 560px;
  padding-bottom: 40px;
}

.flow-bg .c-center {
  padding-top: 0;
}

.flow-list li {
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #208380;
  position: relative;
  border-radius: 5px;
}

.flow-list li:before {
  content: '';
  position: absolute;
  left: 215px;
  bottom: -30px;
  width: 71px;
  height: 40px;
  background: url(../../images/online-recruiter/flow-arw.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}

.flow-list li:last-child:before {
  display: none;
}

.flow-list li .flow-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.flow-list li .flow-inner .flow-num {
  width: 144px;
  border-right: 2px dotted #208380;
  font-weight: 700;
  color: #208380;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-list li .flow-inner .flow-num span {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  top: -4px;
  display: inline-block;
  margin-left: 3px;
}

.flow-list li .flow-inner .flow-inner-info {
  margin-left: auto;
  width: calc(100% - 144px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.flow-inner-info .flow-ttl {
  color: #208380;
  font-size: 1.5rem;
  width: 180px;
  text-align: center;
  font-weight: 700;
}

.flow-inner-info .flow-inner-info__inner {
  margin-left: auto;
  width: calc(100% - 180px);
  padding-right: 120px;
  box-sizing: border-box;
}

.flow-inner-info__inner .flow-txt01 {
  font-weight: 700;
  font-size: 1.125rem;
}

.flow-list li:nth-child(1) {
  background: url(../../images/online-recruiter/flow-ico01.png) no-repeat 100% 50% #fff;
  background-size: 140px;
}

.flow-list li:nth-child(2) {
  background: url(../../images/online-recruiter/flow-ico02.png) no-repeat 100% 50% #fff;
  background-size: 140px;
}

.flow-list li:nth-child(3) {
  background: url(../../images/online-recruiter/flow-ico03.png) no-repeat 100% 50% #fff;
  background-size: 140px;
}

.flow-list li:nth-child(4) {
  background: url(../../images/online-recruiter/flow-ico04.png) no-repeat 100% 50% #fff;
  background-size: 140px;
}

/*INFO*/

.info {
  background-color: #44AEAB;
  padding: 40px 0;

}
.info .c-center {
  padding: 0;
}

.info-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 0px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info_left ,
.info_right {
  text-align: center;
  width: 50%;
}

.info_left {
  border-right: 1px dashed #208380;
}

.info .info_ttl {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.info .info_tell {
  margin: 10px 0;
}

.info .info_tell a {
  display: inline-block;
  color: #BC494E;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 44px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  background: url(../../images/common/ico-tell-red.svg) no-repeat left center;
  background-size: 34px;
}

.info_open {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2px;
}

.info_right .c-btn {
  margin: 0 auto 10px;
}

.info_link {
  font-size: 1rem;
  color: #222222;
  font-weight: bold;
  position: relative;
  float: right;
  padding-right: 24px;
  margin-right: 120px;
  display: inline-block;
  margin-top: 6px;
  background: url(../../images/online-recruiter/ico-arw-link-green.svg) no-repeat right center;
  background-size: 16px auto;
}

/*news*/
.news .c-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 0;
  max-width: 1280px;
}

.news .lead {
  padding-top: 0;
  background-color: inherit;
}

.news .lead h2 {
  color: #208380;
  font-size: 2.75rem;
}

.news-list {
  margin-left: auto;
  width: calc(100% - 280px);
}

.news-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #4F569B;
}

.news-list li .news-innner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}

.news-list li a {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  background: url(../../images/online-recruiter/ico-arw-link-circle.svg) no-repeat 100% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-list li .news-innner .news-thum {
  width: 140px;
}

.news-list li .news-innner .news-list-grid {
  margin-left: auto;
  width: calc(100% - 140px);
}

.news-list li .news-innner .news-date {
  color: #208380;
  font-size: 1.125rem;
  font-weight: 700;
}

.news-list li .news-innner .news-title .ttl {
  font-size: 1.125rem;
  font-weight: 700;
}

.ft-banner {
  background-color: #F5F5F5;
}

.ft-banner .c-center {
  background-color: inherit;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 884px;
  margin: 0 auto;
}

.ft-banner-list li {
  width: auto;
  height: 69px;
}

.ft-banner-list li img {
  height: 100%;
  width: auto;
}

.news .c-more-btn {
  margin-top: 30px;
}

/*schedule*/

.online-schedule {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 60px;
}

.online-schedule li {
  width: 300px;
  border-radius: 20px;
  border: 2px solid #707070;
  text-align: center;
  overflow: hidden;
  padding-bottom: 14px;
}

.online-schedule li .txt01 {
  color: #fff;
  background-color: #707070;
  font-size: 1.75rem;
  font-weight: 700;
}

.online-schedule li .txt01 span {
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.online-schedule li .txt02 {
  font-size: 1.375rem;
  line-height: 1.5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0;
  font-weight: 700;
  color: #707070;
}

.online-schedule li .txt02 span {
  font-size: 1.5rem;
}

.online-schedule li .txt03 span {
  font-size: 1.875rem;
}

.online-schedule li .txt03 {
  font-size: 1.375rem;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #707070;
}

.online-schedule li .txt03 span.txt18 {
  font-size: 1.125rem;
}

.online-schedule li .txt04 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #707070;
}

.online-schedule li.active {
  border-color: #208380;
}

.online-schedule li.active .online-schedule-inner .txt01 {
  background-color: #208380;
}

.online-schedule li.active .txt02 ,
.online-schedule li.active .txt03 {
  color: #208380;
}

.schedule_head_date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  color: #334F67;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.schedule_head_date span {
  width: 141px;
  color: #fff;
  font-weight: 700;
  background-color: #334F67;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
}

.schedule_head_date p {
  margin-right: 10px;
}

.schedule_thum {
  background-color: #F5F5F5;
  padding: 48px 20px;
  margin-bottom: 16px;
}


.schedule_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.schedule_head dt,
.schedule_head dd {
  font-size: 114%;
}

.schedule_head dt p {
  position: relative;
  font-weight: 700;
  color: #208380;
  padding-left: 28px;
}

.schedule_head dt p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #208380;
  border-radius: 100px;
}

.schedule_head dt p.ttl02 {
  color: #CA4949;
}

.schedule_head dt p.ttl02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #CA4949;
  border-radius: 100px;
}

.schedule_head dt p.ttl03 {
  color: #334F67;
}

.schedule_head dt p.ttl03:before {
  background-color: #334F67;
}

.schedule_head dd {
  margin-left: 16px;
  font-weight: 500;
}

.schedule_head_parent {
  position: relative;
}

.schedule_head_atttxt {
  position: absolute;
  right: 0;
  bottom: 100px;
  font-weight: 500;
}

/*オンライン講座内容*/
.course {
  padding-top: 40px;
}
.course .c-center {
  margin-bottom: 40px;
  background: url(../../images/online-recruiter/online-img01.png) no-repeat top right;
  background-size: 460px auto;
}

.course_ttl {
  margin-bottom: 50px;
}

.course_box + .course_box {
  margin-top: 40px;
}

.course_table {
  margin-top: 40px;
}

.course_table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.course_table table th {
  background-color: #334F67;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 9px;
  border: 1px solid #FFFFFF;
}

.course_table table th.th01 {
  min-width: 320px;
}

.course_table table th.th02 {
  width: 500px;
}

.course_table table th.th03 {
  min-width: 159px;
}

.course_table table td {
  font-size: 1rem;
  font-weight: 500;
  padding: 9px 10px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  border: 1px solid #fff;
  vertical-align: middle;
}

.course_table table td.bg01 {
  background-color: #208380;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  min-width: 50px;
  letter-spacing: 2px;
  vertical-align: middle;
  writing-mode: tb-rl;
  white-space: pre;
}

.course_table table td.bg03 {
  background-color: #CA4949;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: 50px;
  letter-spacing: 2px;
  vertical-align: middle;
  writing-mode: tb-rl;
  white-space: pre;
}

.bg-color02 {
  background-color: #E8F7F7;
}

.bg-color03 {
  background-color: #F9F5F5;
}

.course_table table td.bg01 p ,
.course_table table td.bg03 p {
  -ms-writing-mode: tb-rl; 
  -webkit-writing-mode: vertical-rl; 
  writing-mode: vertical-rl;
}

.course_table table td.bg02 {
  min-width: 241px;
  background-color: #E8F7F7;
  font-size: 1rem;
  vertical-align: middle;
  text-align: left;
  color: #333;
}

.course_table table td.bg04 {
  width: 249px;
  background-color: #F9F5F5;
  font-size: 1rem;
  color: #333;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4;
}

.course_table table td.bg-type01 {
  background-color: #E5EDF8;
  font-weight: 500;
}

.course_table table td.bg-type02 {
  background-color: #F9F5F5;
  font-weight: 500;
}

.course_table table td.bg01 span {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  left: 2px;
}

.course_table table td.bg01 p ,
.course_table table td.bg03 p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col1 {
  width: 50px;
}

.col2 {
  width: 170px;
}

.col3 {
  width: 70%;
}

.td-lec-name {
  text-align: center;
  margin-bottom: 7px;
}

.lec-btn {
  display: inline-block;
  width: 128px;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 3px;
  background-color: #208380;
}

.lec-btn span {
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 18px;
  background: url(../../images/65/top/ico-target-white02.svg) no-repeat right center;
  background-size: 13px auto;
  color: #fff;
  display: inline-block;
}

.online-network {
  background-color: #F5F5F5;
  border-radius: 20px;
  margin-top: 42px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.online-network-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 40px 20px;
  padding-right: 10px;
}

.online-network-info {
  width: 580px;
}

.online-network .ttl {
  color: #fff;
  background-color: #334F67;
  margin-bottom: 13px;
  font-size: 1.375rem;
  padding: 13px 30px;
  font-weight: 700;
}

.online-network .txt18 {
  color: #334F67;
}

.online-network-case {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.online-network-case__inner p {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
}

.online-network-case span.ttl {
  width: 104px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  background-color: #334F67;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  font-weight: 700;
}

.online-network-thum {
  margin-left: auto;
  width: calc(100% - 600px);
}

/*講師紹介*/
.lecturer {
  background: #F2F5F8;
  padding-bottom: 40px;
}
.lecturer .c-center {
  margin-bottom: 0;
}
.lecturer-lists-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.042%;
}

.lecturer-lists {
  width: 48.979%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}

.lecturer-lists__thum {
  width: 128px;
}

.lecturer-lists__btn {
  margin-top: auto;
}

.lecturer-lists__btn a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  margin-top: 3px;
  text-align: center;
  background-color: #208380;
}

.lecturer-lists__btn a span {
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 18px;
  background: url(../../images/65/top/ico-target-white02.svg) no-repeat right center;
  background-size: 13px auto;
  color: #fff;
  display: inline-block;
}

.lecturer-lists__text {
  margin-left: auto;
  width: calc(100% - 148px);
  display: flex;
  flex-direction: column;
}

.lecturer-lists__name {
  padding-bottom: 8px;
  margin-bottom: 9px;
  border-bottom: 1px dashed #208380;
  font-size: 1.25rem;
  font-weight: 700;
}

.lecturer-lists__name span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 10px;
}

.lecturer-lists-block .label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.remodal-overlay {
  background-color: rgba(34, 34, 34, 0.6);
}

.remodal {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 20%);
  max-width: 680px;
  padding: 40px;
}

.remodal-close {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  left: initial;
}

.remodal-close:before {
  width: 40px;
  height: 40px;
  background: url(../../images/lecturer/close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.remodal__teacher__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.remodal__teacher__thum {
  width: 128px;
}

.remodal__teacher__info {
  margin-left: auto;
  width: calc(100% - 138px);
  text-align: left;
}

.remodal__teacher__info .name {
  font-size: 1.25rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px dashed #414C91;
}

.remodal__teacher__info .name span {
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
}

.remodal__teacher__info .title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.remodal-btm {
  text-align: left;
  margin-top: 16px;
}

.remodal-btm .label {
  color: #046868;
  font-weight: 700;
  margin-bottom: 7px;
}

.remodal-btm .txt16 {
  line-height: 1.6;
}

/*下層ページ開始*/
.sub-page {
  padding: 40px 0;        
  background: url(../../images/online-recruiter/mv-bg01.png) no-repeat top right, url(../../images/online-recruiter/mv-bg02.png) no-repeat left bottom;
  background-size: 30% auto, 26.8% auto;
  background-color: #E7EFEF;
}

.sub-page .c-center {
  min-height: 600px;
  background-color: #fff;
  max-width: 1280px;
  padding: 20px 120px 80px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
}

.p-lv h1 {
  text-align: center;
  color: #208380;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 24px;
}

/*新着情報一覧*/
.news-sub .news-list {
  margin: 50px auto;
  width: 80%;
}

/*新着情報詳細*/
.body-single .p-news-date {
  color: #222;
  font-weight: bold;
  display: block;
  font-size: 1rem;
  margin-bottom: 35px;
}

.body-single .p-news-content {
  font-size: 1rem;
  display: block;
}

.body-single {
  width: 100%;
  margin: 0 auto;
}

.body-single p {
  margin-bottom: 12px;
}

.body-single a:not([class]) {
  text-decoration: underline;
  color: #208380;
}

.body-single a:not([class]):hover {
  text-decoration: none;
}

.body-single ul {
  margin-bottom: 25px;
}

.body-single ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}

.body-single ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  font-size: 16px;
  color: #208380;
  background: #208380;
}

.body-single table {
  table-layout: fixed;
  margin-bottom: 15px;
}

.body-single table td {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
}

.body-single table th {
  border: 1px solid #fff;
  background-color: #208380;
  color: #fff;
}

.body-single ol {
  list-style: auto;
  margin-bottom: 20px;
  padding-left: 15px;
}

.body-single ol li {
  margin-bottom: 8px;
  position: relative;
}

/*.body-single ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: -3px;
  top: -2px;
  font-size: 16px;
  color: #208380;
}*/

.body-single h1 {
  font-size: 2rem;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #208380;
  font-weight: bold;
}

.body-single h2 {
  margin-bottom: 30px;
  color: #208380;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 35px;
}

.body-single h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #208380;
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.body-single h3:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}

.body-single h4 {
  font-size: 128%;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
}

.btnArea.c-btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.c-btn.c-btn-white.c-btn-single a {
  background: inherit;
  background-color: #208380;
}

.c-btn.c-btn-white.c-btn-single a:hover {
  background: inherit;
  background-color: #EFE7D0;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 40px;
  padding: 40px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

.c-btn {
  max-width: 400px;
  margin-top: 14px;
  position: relative;
}

.c-btn a {
  display: inline-block;
  background: url(../../images/common/ico-arw-target_white.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #BC494E;
  border-radius: 10px;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.c-btn a span.txt01 {
  color: #fff;
  font-size: 1.375rem;
  display: inline-block;
  font-weight: 700;
}

.c-btn a:hover {
  opacity: 1;
  background: url(../../images/common/ico-arw-target_green.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #EFE7D0;
}

.c-btn a:hover span.txt01 ,
.c-btn.c-btn-white a:hover span.txt01 {
  color: #208380;
}

.c-btn.end a ,
.c-btn.c-btn.c-btn-white.end a {
  background: #9F9F9F;
  border-color: #9F9F9F;
  pointer-events: none;
}

.c-btn.end span.txt01 {
  background: inherit;
  padding: 0;
  color: #fff;
}

.c-btn.c-btn-white a {
  background: url(../../images/common/ico-target-white.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #4F569B;
}

.c-btn.c-btn-white a:hover {
  opacity: 1;
  background: url(../../images/common/ico-arw-target_blue.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #EFE7D0;
}

.c-btn.c-btn-white a span.txt01 {
  color: #fff;
}

.c-btn.c-btn-blue a {
  background: url(../../images/common/ico-btn-arw__blue.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #fff;
  border: 2px solid #4F569B;
  border-radius: 200px;
}

.c-btn.c-btn-blue a span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4F569B;
}

.c-more-btn {
  border-radius: 200px;
  background: url(../../images/common/ico-btn-arw__white.svg) no-repeat 95% 50%;
  background-size: 24px auto;
  width: 200px;
  padding: 11px;
  display: inline-block;
  background-color: #208380;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.c-link {
  display: inline-block;
  padding-left: 24px;
  background: url(../../images/online-recruiter/ico-arw-link-green.svg) no-repeat left center;
  background-size: 16px auto;
  color: #208380;
  text-decoration: underline;
  font-weight: 600;
}

.txt14 {
  font-size: 0.875rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.125rem;
}

.txt20 {
  font-size: 1.25rem;
}

strong {
  font-weight: bold;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

/*color*/

.u-color-red {
  color: #BC494E;
}

.u-color-main {
  color: #208380;
}

/*background-color*/
.u-bg-red {
  background-color: #BC494E;
}

.u-bg-main {
  background-color: #208380;
}

/*パンくず*/
.breadcrumbs {
  text-align: right;
  margin-bottom: 24px;
  margin-top: 25px;
}

.breadcrumbs ol {
  max-width: 980px;
  margin: 0 auto;
}

.breadcrumbs ol li a {
  color: #334F67;
}

.breadcrumbs ol li {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 700;
}

.breadcrumbs ol li img {
  margin-top: -3px;
}

.breadcrumbs li.arrow {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  text-align: center;
  color: #333;
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-r{
  font-weight: 400 !important;
}
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: 700 !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1920px){
  
}

@media screen and (max-width: 1500px){
  .mv {
    background: url(../../images/online-recruiter/mv-bg01.png) no-repeat top right, url(../../images/online-recruiter/mv-bg02.png) no-repeat left bottom;
    background-size: 27% auto, 26.8% auto;
  }
  .mv-inner:before {
    width: 540px;
    right: 140px;
  }
  .l-header-inner {
    padding-left: 20px;
  }
  .l-header-logo {
    left: 20px;
  }
  .l-header-entry {
    width: 110px;
  }
  .l-header-entry a {
    font-size: 1rem;
    padding: 64px 14px 0;
  }
}

@media screen and (max-width: 1300px){
  .mv-inner {
    width: 96%;
  }
  .info {
    padding-left: 2%;
    padding-right: 2%;
  }
  .l-header-nav__item li {
    margin-right: 20px;
  }
  
}

@media screen and (max-width: 1200px){
  body {
    overflow-x: hidden;
  }
  .l-header-logo__main {
    width: 250px;
    right: -290px;
  }
  .l-header-nav {
    padding-left: 10px;
  }
  .l-header-nav__item {
    justify-content: flex-end;
  }
  .l-header-head__list li a {
    padding: 4px 13px 6px;
  }

  .l-header-nav__item li a {
    font-size: 0.9375rem;
  }
  .mv-left {
    padding: 16px 28px 19px;
  }
}

@media screen and (max-width: 1024px){
  .l-header-logo__main {
    width: 250px;
    right: -290px;
  }
  .l-header-head__list {
    margin-right: 10px;
  }
  .l-header-nav {
    padding-left: 10px;
  }
  .l-header-nav__item {
    justify-content: flex-end;
  }
  .l-header-head__list li a {
    padding: 4px 13px 6px;
  }

  .l-header-nav__item li {
    margin-right: 20px;
  }
  .l-header-nav__item li a {
    font-size: 0.9375rem;
  }
  .mv-left {
    padding: 16px 23px 19px;
  }
  
}

@media screen and (max-width: 1024px) and (orientation: portrait){
  .l-header-logo__main {
    width: 250px;
    right: -290px;
  }
  .l-header-head__list {
    margin-right: 10px;
  }
  .l-header-nav {
    padding-left: 10px;
  }
  .l-header-nav__item {
    justify-content: flex-end;
  }
  .l-header-head__list li a {
    padding: 4px 13px 6px;
  }

  .l-header-nav__item li {
    margin-right: 20px;
  }
  .l-header-nav__item li a {
    font-size: 0.9375rem;
  }
}