@charset "utf-8";

/* ==========================================================================
Foundation [ reset / 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 {
  font-size: 14px;
  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;
  background: #fff;
}
body {
  padding-top: 60px;
  padding-bottom: 60px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  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 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 1000;
  padding: 7px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  width: calc(100% - 30px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.l-header-logo__sub {
  width: 95px;
  margin-top: -4px;
}

.l-header-logo__sub .logo03 {
  width: 60px;
}

.l-header-logo__sub .logo02 {
  width: 95px;
}

.l-header-logo__main {
  margin-left: 14px;
}

.l-header-logo__main img {
  width: 177px;
}

.l-header-logo__main span {
  color: #208380;
  text-align: center;
  font-size: 0.857142857rem;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.1em;
}

.l-header-head {
  display: none;
}

/*nav*/
.l-header-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 10;
  right: 0;
  top: 60px;
  overflow-y: auto;
  padding: 2px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 92.5%;
  margin: 0 auto 2px;
}

.l-header-nav__items--link {
  padding: 15px 0px;
  display: block;
  font-size: 1.142857143rem;
  font-weight: 700;
  color: #208380;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #208380;
}

.l-header-nav__items--link.sp-none {
  display: none;
}

.l-header-nav__items--link:before {
  content: '';
  position: absolute;
  right: 0;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #208380;
  border-right: 2px solid #208380;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi {
  width: 92.5%;
  margin: 0 auto;
  padding: 32px 0 0;
}

.sp-navi .c-btn {
  margin: 0px auto 15px;
}

.sp-school-about__tell {
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.sp-school-about__tell a {
  background: url(../../images/common/ico-tell-red.svg) no-repeat left center;
  background-size: 28px auto;
  font-weight: 700;
  font-size: 2rem;
  padding-left: 34px;
  letter-spacing: 1px;
  color: #BC494E;
  display: inline-block;
}

.sp-school-about__tell span {
  display: block;
  color: #333;
  font-size: 0.928571429rem;
  font-weight: 700;
  padding-left: 30px;
  line-height: 1.3;
}

.header-member-btn {
  margin: 20px auto 0;
  text-align: right;
}

.header-member-btn a {
  color: #B6494E;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  text-align: center;
  padding: 4px 15px 4px 32px;
  background: url(../../images/common/login-icon65.svg) no-repeat 13px 50% #fff;
  background-size: 13px auto;
  border-radius: 100px;
  border: 1px solid #B6494E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-navi__links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 20px 0 20px;
}

.sp-navi__links li {
  margin: 0 10px;
  position: relative;
}

.sp-navi__links li:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 20%;
  width: 0.5px;
  height: 60%;
  border: 1px dashed;
  border-color: #208380;
}

.sp-navi__links li:first-child {
  margin-left: 0;
}

.sp-navi__links li:last-child {
  margin-right: 0;
}

.sp-navi__links li:last-child:before {
  display: none;
}

.sp-navi__links li a {
  color: #208380;
  font-weight: 700;
  font-size: 0.857142857rem;
}

.sp-navi__links .target a {
  background: url(../../images/top/ico-target-blue.svg) no-repeat right center;
  background-size: 12px auto;
  padding-right: 18px;
}

.sp-navi-lp__link a {
  padding-right: 26px;
  color: #333;
  font-weight: 700;
  background: url(../../images/top/ico-arw-green.svg) no-repeat right center;
  background-size: 16px auto;
}

.sp-navi-school__link {
  text-align: right;
}
.sp-navi-school__link a {
  display: inline-block;
  color: #333;
  background: url(../../images/online-recruiter/ico-arw-link-green.svg) no-repeat right center;
  background-size: 16px auto;
  font-weight: 500;
  padding-right: 23px;
  position: relative;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 50px;
  z-index: 30;
  height: 60px;
  top: 0px;
  right: 0;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 15px;
  width: 25px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #208380;
}
.menu span:nth-of-type(1) {
  top: 22px;
}
.menu span:nth-of-type(2) {
  top: 30px;
}
.menu span:nth-of-type(3) {
  bottom: 19px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 26px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 18px;
}
.menu.is-show span {
  background-color: #B6494E;
}


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


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

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

.ft-logo01 {
  width: 243px;
}

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

.ft-logo02 .logo03 {
  margin-right: 20px;
  width: 75px;
}

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

.l-footer-content {
  display: block;
  margin-top: 24px;
}

.ft-address_inner {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #fff;
}

.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-top: 20px;
  width: 100%;
}

.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: 10px 32px;
  margin-top: 13px;
  justify-content: flex-end;
}

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

.ft-site-link__items li a {
  color: #fff;
  font-size: 0.928571429rem;
  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.928571429rem;
  background: url(../../images/common/ico-arw-link-white.svg) no-repeat 0px 4px;
  background-size: 7px 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.857142857rem;
  color: #fff;
  font-weight: 700;
}

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

.top-fixed-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
  z-index: 2
}

.top-fixed-banner .c-btn {
  width: 100%;
  max-width: 280px;
  margin: 0;
}

.top-fixed-banner .c-btn a {
  padding: 10px 10px;
  background-size: 14px auto;
}

.top-fixed-banner .c-btn a .txt01 {
  font-size: 1rem;
}

.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;
}

/*フッター固定*/

.sp-btm-btn {
  width: 100%;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #F5F5F5;
  padding: 5px 10px;
  -webkit-transition: opacity .0s,visibility 0s ease .0s;
  transition: opacity .0s,visibility 0s ease .0s;
  visibility: hidden;
  z-index: 0;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0,0,0,.16);
  box-shadow: inset 0px 3px 6px rgba(0,0,0,.16);
}

.sp-btm-btn li {
  width: calc(50% - 3px);
  float: left;
  margin-right: 6px;
  height: 50px;
}

.sp-btm-btn.end li:nth-child(1) {
  display: none;
}

.sp-btm-btn.end li:nth-child(2) {
  width: 100%;
  height: 60px;
  text-align: center;
}

.sp-btm-btn li:nth-child(2) {
  margin-right: 0;
}

.sp-btm-btn .sp-btm-btn__mail {
  height: 50px;
  background: #BC494E;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #BC494E;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

.sp-btm-btn .sp-btm-btn__mail span.txt01 {
  font-size: 0.928571429rem;
  color: #fff;
  display: inline-block;
  padding-right: 22px;
  background: url(../../images/common/ico-target-white.svg) no-repeat right center;
  background-size: 15px auto;
  font-weight: 700;
}

.sp-btm-btn .sp-btm-btn__tell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #334F67;
  height: 100%;
  text-align: center;
  border-radius: 5px;
}

.sp-btm-btn .sp-btm-btn__tell p {
  background: url(../../images/online-recruiter/ico-tell-red.svg) no-repeat 0px 0px;
  line-height: 1.2;
  background-size: 18px auto;
  padding-left: 24px;
  display: inline-block;
  color: #BC494E;
  font-size: 1.285714286rem;
  font-weight: bold;
}

.sp-btm-btn .sp-btm-btn__tell span {
  display: block;
  font-size: 0.785714286rem;
  color: #333;
  font-weight: 700;
  text-align: left;
  margin-left: 10px;
  line-height: 1.2;
  width: 100%;
}
.sp-btm-btn.end .sp-btm-btn__tell span {
  text-align: center;
}

/* ==========================================================================
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 0 42%;
  background-size: 52% auto,42.8% auto;
  background-color: #E7EFEF;
  padding: 0px 0 20px;
  position: relative;
}


.sp-mv-catch {
  background: url(../../images/online-recruiter/mv-sp.png) no-repeat 50% 60px;
  background-size: 93%;
  height: 0;
  padding-top: 100%;
}

.mv-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.mv-left {
  position: relative;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 21px 10px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-left:before {
  content: '';
  position: absolute;
  right: -15px;
  top: -32px;
  width: 98px;
  height: 98px;
  z-index: 2;
  background: url(../../images/online-recruiter/mv-free.svg);
  background-repeat: no-repeat;
  background-size: 98px auto;
}

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

.mv-catch img {
  display: block;
  max-width: 226px;
  margin: 0 auto 10px;
}

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

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

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

.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.071428571rem;
  justify-content: center;
  margin: 0px auto 5px;
}

.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: 61px;
  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.857142857rem;
}

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

.mv-info {
  padding: 0;
}

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

.mv-entry-info .txt02 {
  line-height: 1.4;
  font-weight: 700;
  font-size: 0.857142857rem;
}

.mv-target-txt {
  font-size: 0.857142857rem;
  font-weight: 700;
  margin-bottom: 9px;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
}

.mv-indent-txt {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
}

.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: 1rem;
}

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

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

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

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

.mv-btn.c-btn {
  display: none;
}

/*about*/

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

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

.about,
.flow,
.schedule,
.course,
.lecturer {
  margin-top: -90px;
  padding-top: 90px;
}

.about {
  background: url(../../images/online-recruiter/content-bg01.png) no-repeat left bottom;
  background-size: 80%;
  padding-bottom: 70px;
}

.about .lead {
  padding-bottom: 46px;
  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: 9px;
  width: 74px;
  height: 100px;
  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: 9px;
  width: 74px;
  height: 100px;
  background: url(../../images/online-recruiter/about-ttl-catch02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.about .lead h2 img {
  width: 230px;
}

.content-ttl-fukidashi {
  text-align: center;
  background: url(../../images/online-recruiter/content-ttl-fukidashi.svg) no-repeat top center;
  background-size: auto 30px;
  color: #fff;
  font-size: 0.928571429rem;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 360px;
  height: 32px;
  position: absolute;
  bottom: -10px;
  left: 5%;
}

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

.about-head-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 0.928571429rem;
  font-weight: 700;
}

.about-head-title .txt20 {
  font-size: 1rem;
  font-weight: 700;
}

.h3-ttl {
  color: #208380;
  font-weight: 700;
  font-size: 1.285714286rem;
  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%;
  margin-top: -20px;
}

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

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

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

.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: block;
  vertical-align: top;
}

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

.about-table table td .sp-fz {
  font-size: 0.857142857rem;
}

.about-table table td .sp-fz span {
  font-size: 1rem;
}

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

.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: 16px auto;
  background-color: #fff;
  border: 2px solid #208380;
  border-radius: 200px;
  padding: 12px 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: 1rem;
  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: 70%;
  padding-bottom: 20px;
}

.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: 50%;
  margin-left: -30px;
  bottom: -33px;
  width: 68px;
  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 {
  padding: 10px 15px 15px;
}

.flow-list li .flow-inner .flow-num {
  width: 100%;
  border-bottom: 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;
  margin-bottom: 10px;
  padding: 10px 0;
}

.flow-list li .flow-inner .flow-num span {
  font-size: 2rem;
  font-weight: 700;
}

.flow-list li .flow-inner .flow-inner-info {
  width: 100%;
  display: block;
}

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

.flow-inner-info .flow-inner-info__inner {
  margin-top: 5px;
  width: 100%;
}

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

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

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

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

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

/*INFO*/

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

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

.info-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 0px 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info_left ,
.info_right {
  text-align: center;
  width: 92.5%;
  margin: 0 auto;
}

.info_right {
  overflow: hidden;
}

.info_left {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #3C7C80;
}

.info .info_ttl {
  font-size: 1.285714286rem;
  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: 1.714285714rem;
  font-weight: bold;
  padding-left: 34px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  background: url(../../images/common/ico-tell-red.svg) no-repeat left center;
  background-size: 24px;
}

.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: 80px;
  display: inline-block;
  margin-top: 6px;
  background: url(../../images/online-recruiter/ico-arw-link-green.svg) no-repeat right center;
  background-size: 16px auto;
}

/*schedule*/

.online-schedule {
  display: block;
  margin-bottom: 60px;
}

.online-schedule li {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 2px solid #707070;
  text-align: center;
  overflow: hidden;
  padding-bottom: 10px;
}

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

.online-schedule li .txt01 span {
  font-size: 2.285714285rem;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  margin: 0 2px;
}

.online-schedule li .txt02 {
  font-size: 1.285714286rem;
  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.428571429rem;
}

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

.online-schedule li .txt03 {
  font-size: 1.142857143rem;
  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: 1rem;
}

.online-schedule li .txt04 {
  font-size: 1rem;
  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 {
  background-color: #F5F5F5;
  color: #334F67;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

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

.schedule_head_date p {
  margin-right: 10px;
  display: inline-block;
  padding: 5px 0;
}

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

.schedule_thum img {
  max-width: 700px;
}

.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: 1rem;
}

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

.schedule_head dt p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  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: 16px;
  height: 16px;
  background-color: #CA4949;
  border-radius: 100px;
}

.schedule_head dt p.ttl03 {
  color: #334F67;
  white-space: nowrap;
}

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

.schedule_head dd {
  margin-left: 16px;
  font-weight: 500;
  width: calc(100% - 100px);
}

.schedule_head_parent {
  position: relative;
}

.schedule_head_atttxt.txt18 {
  text-align: right;
  font-size: 0.928571429rem;
  font-weight: 500;
}

/*オンライン講座内容*/
.course .c-center {
  margin-bottom: 40px;
}

.course_ttl {
  background: url(../../images/online-recruiter/online-img01.png) no-repeat 70% 100% #FFFFFF;
  background-size: 80%;
  padding-bottom: 48%;
}

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

.course_table {
  margin-top: 20px;
}

.course_table table {
  width: 690px;
  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 {
  width: 35%;
}

.course_table table th.th02 {
  width: 55%;
}

.course_table table th.th03 {
  min-width: 20%;
}

.course_table table td p.u-tx-inside {
  font-weight: 500!important;
}

.course_table table td {
  font-size: 0.928571429rem;
  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: 0.928571429rem;
  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: 0.928571429rem;
  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 {
  width: 32%;
  background-color: #E8F7F7;
  font-size: 0.928571429rem;
  vertical-align: middle;
  text-align: left;
  color: #333;
}

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

.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;
  flex-wrap: wrap;
  padding: 0 20px 20px;
}

.online-network-info {
  width: 100%;
  margin-bottom: 20px;
}

.online-network-case {
  margin-top: 20px;
  display: block;
}

.online-network-case__inner p {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
  margin-left: 1em;
  text-indent: -1em;
}

.online-network-case span.ttl {
  width: 104px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  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 {
  width: 100%;
}

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

/*講師紹介*/
.lecturer {
  background: #F2F5F8;
  padding-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
}

.lecturer .c-center {
  margin-bottom: 0;
}

.lecturer-lists-grid {
  width: 100%;
}

.lecturer-lists {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.lecturer-lists:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lecturer-lists__thum {
  width: 108px;
}

.lecturer-lists__btn {
  margin-top: 6px;
}

.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.857142857rem;
  font-weight: 700;
  padding-right: 18px;
  background: url(../../images/65/top/ico-target-white02.svg) no-repeat right center;
  background-size: 12px auto;
  color: #fff;
  display: inline-block;
}

.lecturer-lists__text {
  margin-left: auto;
  width: calc(100% - 120px);
}

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

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

.lecturer-lists-block .label {
  font-size: 0.928571429rem;
  font-weight: 700;
}

.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: 20px;
}

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

.remodal-close:before {
  width: 24px;
  height: 24px;
  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: #208380;
  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: 60% auto, 56% auto;
  background-color: #E7EFEF;
}

.sub-page .c-center {
  min-height: 300px;
  background-color: rgba(255,255,255,.9);
  max-width: 1280px;
  border-radius: 10px;
  padding: 20px 15px 20px;
  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: 1.571428571rem;
  font-weight: 700;
  margin-bottom: 14px;
}
/*新着情報一覧*/
.news-sub .news-list {
  margin: 20px auto;
  width: 100%;
}

/*新着情報詳細*/
.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: 16px;
  color: #208380;
  font-size: 1.428571429rem;
  font-weight: 700;
  margin-top: 35px;
}

.body-single h3 {
  font-size: 1.285714286rem;
  font-weight: 500;
  color: #fff;
  background-color: #208380;
  border-radius: 5px;
  padding: 6px 12px;
  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;
}


/*新着情報*/

.news .c-center {
  display: block;
  position: relative;
  padding-bottom: 0;
}

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

.news .lead h2 {
  color: #208380;
  text-align: left;
}

.news-list {
  width: 100%;
  margin-top: 20px;
}

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

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

.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: 120px;
}

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

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

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

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

.ft-banner .c-center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

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

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

.news .c-more-btn {
  margin-top: 30px;
  position: absolute;
  right: 0;
  top: -9px;
  width: 150px;
  padding: 7px;
}


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

.c-center {
  width: 92.5%;
  max-width: 1300px;
  padding: 24px 10px;
  margin: 0 auto 40px;
  position: relative;
  -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;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-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: 18px auto;
  background-color: #BC494E;
  border-radius: 10px;
  padding: 13px 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.142857143rem;
  display: inline-block;
  font-weight: 700;
}

.c-btn a:hover {
  opacity: 1;
  background: url(../../images/common/ico-arw-target_blue02.svg) no-repeat 95% 50%;
  background-size: 18px 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: 18px 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: 18px 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: 18px 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: 20px auto;
  width: 200px;
  padding: 11px;
  display: inline-block;
  background-color: #208380;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

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

.txt14 {
  font-size: 0.928571429rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.142857143rem;
}

.txt20 {
  font-size: 1.285714286rem;
}

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: 20000;
}
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.8;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.8;
  /* 変更しない */
  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;
}

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

.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;
}

/*下層メニュー*/

.content-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.content-nav li {
  width: 49%;
}

.content-nav li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #545AA7;
  font-size: 0.928571429rem;
  background: url(images/top/ico-link-arw-blue.svg) no-repeat 95% 50% #fff;
  background-size: 14px;
  border: 1px solid #545AA7;
  border-radius: 10px;
  line-height: 1.4;
  padding: 5px 10px;
  -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;
}

.content-nav li.active a,
.content-nav li:hover a {
  background: url(images/top/ico-link-arw-white.svg) no-repeat 95% 50% #545AA7;
  background-size: 14px;
  color: #fff;
}

.content-nav li:hover a {
  opacity: 1;
}

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

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  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: normal !important;
}
.u-fw-b{
  font-weight: bold !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;
}