@charset 'UTF-8';
body {
  background: #fff;
  color: #333;
  font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
}

a {
  color: #00a1e9;
  text-decoration: underline;
}

img {
  vertical-align: top;
}

/** util **/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/** header **/
header {
  border-bottom: 1px solid #e1e1e1;
}
header > div {
  width: 1000px;
  margin: 0 auto;
}
header > div > h1 {
  margin: 0;
  width: 233px;
  height: 89px;
  float: left;
}
header > div > h1 img {
  margin-top: 33px;
}
header > div > nav {
  float: right;
  height: 89px;
}
header > div > nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
	width: 541px;
	float: left;
}
header > div > nav > ul > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
header > div > nav > ul > li > a {
  position: relative;
  display: block;
  width: 89px;
  height: 45px;
  margin-top: 26px;
  overflow: hidden;
  border-left: 1px solid #dedede;
}


header > div > nav > ul > li > a > img {
  position: absolute;
  left: 0;
  top: 0;
}
header > div > nav > ul > li > a > img.on {
  opacity: 0;
}
header > div > nav > ul > li:last-child > a {
 /* border-right: 1px solid #dedede;*/
}
header > div > a {
  width: 112px;
  height: 90px;
  display: block;
  float: left;
  margin-left: 0px;
	line-height: 0;
	font-size: 0;
}

.mainimg {
  /*min-width: 1000px;
  max-width: 1200px;*/
  width: 100%;
/* no.44180042.07.18 ここから修正 */
	/* background:  #6ec0e0; */
  background: #60b9e8;
/* no.44180042.07.18 ここまで修正 */
  margin: 0 auto;
  position: relative;
}
.mainimg .mainimg-item {
  position: relative;
  height: 454px;
  overflow: hidden;
}
.mainimg .mainimg-item img {
  width: 1200px;
  position: absolute;
  margin-left: -600px;
  left: 50%;
  top: 0;
}
.mainimg > p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.leadcopy {
  background: #fbca5a;
  min-width: 1000px;
  height: 5px;
}
.leadcopy > p {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 0 1px rgba(12, 6, 10, 0.2);
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: '游明朝体', 'Yu Min', 'YuMin', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', serif;
}

.menu {
  width: 1000px;
  margin: 0 auto;
}

.menu-item {
  position: relative;
  display: block;
  float: left;
  width: 250px;
  height: 393px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.menu-item > img {
  position: absolute;
  left: 0;
  top: 0;
}
.menu-item > img.on {
  opacity: 0;
}
.menu-item > h2 {
  margin: 42px 0 0;
  position: relative;
  height: 20px;
  text-align: center;
}
.menu-item > h2 > img {
  display: block;
  margin: 0 auto;
}
.menu-item > h2 > img.on {
  opacity: 0;
  margin-top: -20px;
}
.menu-item > p {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  padding-top: 104px;
  text-align: center;
	width: 100%;
}
.menu-item > p > img {
  display: block;
  margin: 0 auto;
}

.menu-item > p > img.on {
  opacity: 0;
  margin-top: -19px;
}

.menu-item-1 {
  background-image: url(../img/menu/menu_1_bg.jpg);
}

.menu-item-2 {
  background-image: url(../img/menu/menu_2_bg.jpg);
}

.menu-item-3 {
  background-image: url(../img/menu/menu_3_bg.jpg);
}

.menu-item-4 {
  background-image: url(../img/menu/menu_4_bg.jpg);
}

.bnr {
  width: 1000px;
  margin: 32px auto 0;
  padding-bottom: 60px;
  /*border-bottom: 1px solid #dedede; */
}
.bnr > a {
  display: block;
  float: left;
}
.bnr > a:first-child {
  margin-right: 50px;
}

.table {
  width: 996px;
  margin: 62px auto;
  border: 2px solid #00a1e9;
}
.table > div > h2 {
  margin: 0;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  letter-spacing: 1.5em;
  text-indent: 1.5em;
  text-align: center;
  color: #00a1e9;
  border-bottom: 2px solid #00a1e9;
}
.table > .fb {
  float: left;
  width: 500px;
  height: 319px;
  border-right: 2px solid #00a1e9;
}
.table > .fb > div {
  margin: 28px 0 0 26px;
}
.table > .inquiry {
  float: left;
  width: 494px;
  height: 200px;
  border-bottom: 2px solid #00a1e9;
}
.table > .inquiry > p {
  text-align: center;
  margin: 8px 0;
}
.table > .inquiry > .title {
  font-size: 14px;
  font-weight: bolder;
}
.table > .inquiry > .freedial {
  font-size: 12px;
}
.table > .inquiry > .freedial > img {
  vertical-align: -2px;
  margin-right: 8px;
}
.table > .inquiry > .freedial > strong {
  color: #00a1e9;
  font-size: 16px;
  font-weight: bolder;
}
.table > .inquiry > .freedial > small {
  font-size: 10px;
}
.table > .inquiry > .mail {
  font-size: 16px;
  font-weight: bolder;
}
.table > .inquiry > .mail > img {
  vertical-align: -2px;
  margin-right: 5px;
}
.table > .inquiry > .address {
  font-size: 12px;
}
.table > .service {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.table > .service > li {
  margin: 30px 16px 0;
  display: inline-block;
}

footer {
  background: #eee;
  min-width: 1000px;
}
footer > nav {
  width: 1000px;
  margin: 63px auto 0;
}

.sitemap {
  padding-top: 48px;
  font-size: 12px;
}
.sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap li {
  margin: 0;
  padding: 0;
}
.sitemap a {
  text-decoration: none;
}
.sitemap a:hover,
.sitemap a:active,
.sitemap a:focus {
  text-decoration: underline;
}
.sitemap > ul {
  padding-left: 18px;
  float: left;
}
.sitemap > ul.sitemap-1 {
  width: 222px;
}
.sitemap > ul.sitemap-2 {
  width: 292px;
}
.sitemap > ul.sitemap-3 {
  width: 182px;
}
.sitemap > ul.sitemap-4 {
  width: 232px;
}
.sitemap > ul > li {
  margin-bottom: 20px;
}
.sitemap > ul > li > a,
.sitemap > ul > li > span {
  color: #333;
  font-weight: bolder;
}
.sitemap > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap > ul > li > ul > li > a {
  color: #555;
}

.links {
	width: 1000px;
	text-align: center;
  list-style: none;
  margin: 35px auto 0 auto;
  padding: 0;
  font-size: 10px!important;
  height: 20px;
	display: block;
}
.links > li {
  display: inline;
}
.links a {
  color: #333;
  text-decoration: none;
}
.links a:hover,
.links a:active,
.links a:focus {
  text-decoration: underline;
}

.copyright {
  width: 1000px;
  margin: 0 auto 0;
  padding: 0 0 25px;
  text-align: center;
  font-size: 10px!important;
	display: block;
}

.news {
  width: 940px;
  margin: 0 auto;
  font-size: 13px;
}
.news > h2{
  text-align: center;
  margin: 0 17px 32px 0;
}
.news > dl{
  padding: 5px 40px 18px;
  border-bottom: 1px dotted #dedede;
  overflow: hidden;
}
.news > dl:last-child{
  padding-bottom: 50px;
  border-bottom: 0;
}
.news > dl > dt,
.news > dl > dd {
  display: block;
  float: left;
}
.news > dl > dt {
  width: 80px;
}
.news > dl > dd{
  width: 730px;
  margin-left: 50px;
}
.news > dl > dd span{
  display: block;
  margin-top: 15px;
}
.news a{
  color: #333;
}
.news a:hover{
  color: #00a1e9;
}
.news .more {
  text-align: right;
}

a.link {
  background: url(/shared/img/arrow_b_1501.png) no-repeat left 5px;
  padding-left: 20px;
  padding-right: 5px;
}

.yuryohaken_box {
  background: #f3f3f3;
  margin-top: 10px;
  padding: 20px;
}
.yuryohaken_box h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.yuryohaken_box .mark {
  float: right;
  padding: 0 0 15px 15px;
  margin: 0;
}
.mb10 {
  margin-bottom: 10px;
}

/* career support system
-------------------------------------------------- */
.mt35 {
  margin-top: 35px;
}
.mb40 {
  margin-bottom:  40px;
}

body.digest div#main .careerSS h3 {
    background: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 6px solid #00a1e9;
    margin: 30px auto 10px;
    padding-left: 15px;
    line-height: 1.8em;
    font-size: 100%;
    display: block;
    min-height: 24px;
}
.careerSS h4 {
  width: 240px;
  box-sizing: border-box;
  padding: 4px 20px 0;
  margin: 0 0 15px;
  background: #e7fbff;
  border-radius: 5px;
  line-height: 2em;
  font-size: 100%;
  font-weight: 400;
}

.careerSS p + p.sub {
  margin-top: -1em;
}
.careerSS p span {
  font-weight: 600;
  color: #1a89e6;
}

.column2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.column2 div {
  width: 382px;
}

/* course
-------------------------------------------------- */
.courseTable {
  width: 575px;
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.courseTable .generalTable {
    width: 280px;
}
.generalTable .caption {
  margin: 0 0 7px;
  line-height: 1.1;
  font-size: 110%;
  font-weight: bold;
  color: #333;
}
.generalTable table,
.generalTable table th,
.generalTable table td {
    border: 1px solid #e3e2e0;
}
.generalTable table {
    font-size: 100%;
}
.generalTable tbody th {
    background: #e7fbff;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    color: #333;
    white-space: pre-wrap;
}
.generalTable thead th {
    background: #01a1e9;
    padding: 9px 11px 6px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #fff;
}
.generalTable .center {
    text-align: center;
}
.generalTable2 tbody th {
    height: 46px;
}
.generalTable2 table td {
    padding: 9px 5px 6px;
}
.story {
  width: 940px;
  margin: 60px auto 0 ;
  font-size: 13px;
}
.story > h2{
  text-align: center;
  margin: 0 17px 32px 0;
}
.contact_area{
  width: 996px;
  margin: 62px auto;
  border: 2px solid #00a1e9;
  display: flex;
  align-items: center;
  text-align: center;
}
.contact_area h2{
  margin: 0 auto;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  letter-spacing: 1.5em;
  text-indent: 1.5em;
  color: #00a1e9;
  border-bottom: 2px solid #00a1e9;
  display: inline-block;
  padding:  0 80px;
}
.contact_area  p {
  text-align: center;
  margin: 10px 0;
}
.contact_area .title {
  font-size: 14px;
  font-weight: bolder;
  padding-top: 10px;
}
.contact_area .freedial {
  font-size: 12px;
}
.contact_area .freedial  img {
  vertical-align: -2px;
  margin-right: 8px;
}
.contact_area .freedial  strong {
  color: #00a1e9;
  font-size: 16px;
  font-weight: bolder;
}
.contact_area .freedial  small {
  font-size: 10px;
}
.contact_area .mail {
  font-size: 16px;
  font-weight: bolder;
}
.contact_area .mail  img {
  vertical-align: -2px;
  margin-right: 5px;
}
.contact_area .address {
  font-size: 12px;
  padding-bottom: 10px;
}
.contact_area .inquiry2{
  width: 70%;
  border-right: 2px solid #00a1e9;
}
.contact_area .service2{
      width: 30%;
    }
.contact_area .service2 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/*
.contact_area .service2  li:last-child {
  margin-top: 40px;
}
*/
.mt20 {
  margin-top: 20px;
}
.pt5 {
  padding-top: 5px;
}
.mb0 {
  margin-bottom: 0;
}
.bnr_2 {
  padding-bottom: 32px;
}
#thumb_mov {
  position: relative;
  width: 620px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
#thumb_mov img {
  width: 100%;
}
.contact_area .service2_list {
  width: 25%;
  margin-left: 15px;
}
.contact_area .service2_list + .service2_list {
  margin-right: 15px;
}
.contact_area .service2_list li {
  vertical-align: top;
  height: 62px;
  display: table;
}
.contact_area .service2_list li + li {
  margin-top: 10px;
}
.contact_area .service2_list li a {
  display: table-cell;
  vertical-align: top;
}
.contact_area .service2_list li img {
  display: block;
}

.faqLine1 {
  padding: 2px 0 5px;
}
/* no.44180042.07.18 ここから修正 */

.courseTable-ex:not(.mb40) {
  margin-bottom: 16px;
}
.courseTable-ex .caption {
  font-weight: bold;
  margin-bottom: 7px;
}
.courseTable-ex .exWrap {
  border: 1px solid #e3e2e0;
}
.courseTable-ex .exWrap dl:first-child {
  background: #01a1e9;
  color: #fff;
}
.courseTable-ex .exWrap dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e2e0;
  margin: 0;
}
.courseTable-ex .exWrap dl dt,
.courseTable-ex .exWrap dl dd {
  padding: 10px;
  margin: 0;
}
.courseTable-ex .exWrap dl dt {
  width: 100px;
  font-weight: bold;
}
.courseTable-ex .exWrap dl:not(:first-child) dt {
  background: #e7fbff;
}
.courseTable-ex .exWrap dl dd {
  width: calc(100% - 100px);
  border-left: 1px solid #e3e2e0;
}
.courseTable-ex .exWrap dl:first-child dd {
  font-weight: bold;
}
.courseTable-ex .exWrap.qualify dl dd {
  width: calc(100% - 225px);
}
.courseTable-ex .exWrap.qualify dl dd + dd {
  width: 125px;
}
.courseTable-ex .exWrap + p {
  margin-top: 10px;
}

/* index
-------------------------------------------------- */
#slideshow ul.slides {
  height: 454px;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#slideshow ul.slides li {
  opacity: 0;
}

#ebookBnr {
  width: 620px;
  margin: 28px auto 60px;
}
#ebookBnr img {
  width: 100%;
}

.thumbList {
  width: 1000px;
  margin: 0 auto 40px;
}
.thumbList .caption {
  text-align: center;
}
.thumbList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.thumbList ul li {
  width: 475px;
  list-style: none;
}
.thumbList ul li p {
  font-size: 14px;
  text-align: center;
  margin: 10px auto 20px;
}
.thumbList ul li a {
  display: block;
}
.thumbList ul li a img {
  width: 100%;
}
/* no.44180042.07.18 ここまで修正 */