@charset "UTF-8";
/* CSS Document */
/* reset */
/*-- font --*/
body { font-family: Verdana, Arial, sans-serif; color: #333; line-height: 1; -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6, th, td, strong, em, input, select { font-size: 100%; font-weight: normal; }

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

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

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

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

ol, ul { list-style-type: none; }

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body { color: #333; background: #fff; -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */ min-width: 100% !important; font-family: "Hiragino Kaku Gothic ProN", sans-serif; font-size: 12px; line-height: 23px; letter-specing: .1em; }

a:link, a:visited, a:hover, a:active { color: #000000; text-decoration: none; }

img { vertical-align: top; width: 100%; }

img:not([width]) { /*zoom: .5;*/ /* Retinaディスプレイ対応のためimg要素は半分の大きさに */ }

ol, ul { list-style: none; }

table { font-size: 100%; }

img { border: 0; }

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form { padding: 0px; margin: 0px; font-size: 1em; font-weight: normal; }

.ezrl a:hover img { opacity: 0.7; filter: alpha(opacity=70); }

/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation: landscape) { #wrapper { width: 100%; } }

/*=============================
  Common-class
===============================*/
/* float */
.fLeft { float: left; }

.fRight { float: right; }

/* float-clear */
.clear { clear: both; }

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

/* image-layout */
.imgleft { float: left; margin-right: 20px; }

.imgleft img { display: block; }

.imgright { float: right; margin-left: 20px; }

.imgright img { display: block; }

/* text-align */
.txtCen { text-align: center; }

/* text-color */
.cl-red { color: #ff0000; }

/*   margin  */
.mt1 { margin-top: 1em; }

.mt2 { margin-top: 2em; }

.mt3 { margin-top: 3em; }

.mt4 { margin-top: 4em; }

.mt5 { margin-top: 5em; }

.mb1 { margin-bottom: 1em; }

.mb2 { margin-bottom: 2em; }

.mb3 { margin-bottom: 3em; }

.mb4 { margin-bottom: 4em; }

.mb5 { margin-bottom: 5em; }

/*   hidden  */
.hidden { display: none; }

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header { padding: 6px 0; position: relative; min-height: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

header .logo { float: left; height: 44px; margin-left: 10px; }

header .logo h1 { display: inline-block; vertical-align: middle; }

header .logo a { width: 110px; display: block; }

header .logo a img { height: 44px; }

header article { position: relative; }

header .btn_entry { height: 44px; position: absolute; right: 56px; top: 0; bottom: 0; margin: auto; }

header .btn_entry > a { display: block; }

header .btn_entry > a > img { width: auto; height: 44px; }

/*-------sp_menu--------*/
.menu-trigger { display: inline-block; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 999; position: absolute; right: 5px; top: 0; bottom: 0; margin: auto; border: 1px solid #eee; width: 44px; height: 44px; background: #fff; text-align: center; }

.menu-trigger span { display: inline-block; -webkit-transition: all .4s; -moz-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 999; position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto; width: 25px; height: 3px; background-color: #000; }

.menu-trigger span:nth-of-type(1) { top: 12px; }

.menu-trigger span:nth-of-type(2) { bottom: 12px; }

.menu-trigger.active span:nth-of-type(1) { top: 0; -webkit-transform: translateY(0) rotate(-45deg); -moz-transform: translateY(0) rotate(-45deg); -ms-transform: translateY(0) rotate(-45deg); -o-transform: translateY(0) rotate(-45deg); transform: translateY(0) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) { bottom: 0; -webkit-transform: translateY(0) rotate(45deg); -moz-transform: translateY(0) rotate(45deg); -ms-transform: translateY(0) rotate(45deg); -o-transform: translateY(0) rotate(45deg); transform: translateY(0) rotate(45deg); }

@-webkit-keyframes active-menu-bar02 { 100% { height: 0; } }

@-moz-keyframes active-menu-bar02 { 100% { height: 0; } }

@-o-keyframes active-menu-bar02 { 100% { height: 0; } }

@keyframes active-menu-bar02 { 100% { height: 0; } }

.head_nav { overflow: hidden; }

header nav.sp { position: absolute; top: 100%; width: 100%; text-align: center; z-index: 30; height: auto; background: #fff; }

header nav.sp > ul > li { background: url(../images/common/line01.gif) repeat-x bottom, #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

header nav.sp > ul > li > p {  font-family: "Fjalla One", sans-serif; font-weight: 400; font-size:18pt; padding: 18px 10px 18px 20px; text-align: left; overflow: hidden; font-size: 16px; width: auto; border-top: none; margin: 0 14px; background: url(../images/common/arw01.gif) no-repeat left; -webkit-background-size: 10px 10px; -moz-background-size: 10px; -o-background-size: 10px; background-size: 10px; }

header nav.sp > ul > li a { display: block; }

header nav.sp > ul > li p span.open { font-family: "Fjalla One", sans-serif; font-weight: 400; font-size: 16pt; background: url(../images/common/bnt_open.gif) no-repeat right; -webkit-background-size: 18px 18px; -moz-background-size: 18px; -o-background-size: 18px; background-size: 18px; display: block; }

header nav.sp > ul > li p span.open.active { font-family: "Fjalla One", sans-serif; font-weight: 400; font-size: 16pt; background: url(../images/common/btn_close.gif) no-repeat right; -webkit-background-size: 19px 19px; -moz-background-size: 19px; -o-background-size: 19px; background-size: 19px;}

header nav.sp > ul > li a:link, header nav.sp > ul > li a:hover, header nav.sp > ul > li a:active, header nav.sp > ul > li a:visited { color: #000; }

header nav.sp > ul > li:last-child p { text-align: left; overflow: hidden; font-size: 16px; width: auto; border-top: none; -webkit-background-size: 10px 10px; -moz-background-size: 10px; -o-background-size: 10px; background-size: 10px; }

header nav.sp > ul > li:last-child p a { background: #fff; -webkit-background-size: 18px 18px; -moz-background-size: 18px; -o-background-size: 18px; background-size: 18px; display: block; }

header nav.sp li img { height: 20px; width: auto; }

header nav.sp ul.sub > li { text-align: left; font-weight: bold; font-size: 15px; margin: 0 10px; background: url(../images/common/line01.gif) repeat-x top; }

header nav.sp ul.sub > li.top { background: url(../images/common/line01.gif) repeat-x top; }

header nav.sp ul.sub > li a { display: block; padding: 20px 31px; }


footer { background: #464646; }

footer nav.sp { width: 100%; text-align: center; z-index: 30; height: auto; padding-top: 18px; background: #464646; }

footer nav.sp ul li { background: url(../images/common/line03.png) repeat-x bottom, #464646; margin: 0 10px; }

footer nav.sp ul li p { font-family: "Fjalla One", sans-serif; font-weight: 400; color:#ffffff; text-align: left; overflow: hidden; font-size: 16px; width: auto; border-top: none; margin: 0 14px; background: url(../images/common/arw02.gif) no-repeat left center; -webkit-background-size: 10px 10px; -moz-background-size: 10px; -o-background-size: 10px; background-size: 10px; padding: 18px 0; }

footer nav.sp ul li a { display: block; }

footer nav.sp ul li p span.open { font-family: "Fjalla One", sans-serif; font-weight: 400; font-size:16pt; color:#ffffff; background: url(../images/common/btn_open02.gif) no-repeat right; -webkit-background-size: 18px 18px; -moz-background-size: 18px; -o-background-size: 18px; background-size: 18px; padding: 0 17px; display: block; }

footer nav.sp ul li p span.open.active { font-family: "Fjalla One", sans-serif; font-weight: 400; font-size:16pt; color:#ffffff; background: url(../images/common/btn_close02.gif) no-repeat right; -webkit-background-size: 19px 19px; -moz-background-size: 19px; -o-background-size: 19px; background-size: 19px; }

footer nav.sp ul li a:link, footer nav.sp ul li a:hover, footer nav.sp ul li a:active, footer nav.sp ul li a:visited { color: #fff; }

footer nav.sp li img { height: 20px; width: auto; }

footer nav.sp ul li:first-child { margin: 0px 10px 0; }

footer nav.sp ul li:last-child { background: none; margin: 0; }

footer nav.sp ul li:last-child p { text-align: left; overflow: hidden; font-size: 16px; width: auto; border-top: none; margin: 0 14px; padding: 0; -webkit-background-size: 10px 10px; -moz-background-size: 10px; -o-background-size: 10px; background-size: 10px; }

footer nav.sp ul li:last-child p a { background: url(../images/common/line03.png) repeat-x bottom, #464646; padding: 0; display: block; padding: 18px 10px; }

footer nav.sp ul li ul li { text-align: left; font-weight: bold; font-size: 15px; margin: 0; }

footer nav.sp ul li ul li:first-child { background: url(../images/common/line03.png) repeat-x bottom, url(../images/common/line03.png) repeat-x top; margin: 0; }

footer nav.sp ul li ul li:first-child a { padding-top: 20px; }

footer nav.sp ul li ul li:last-child { background: none; }

footer nav.sp ul li ul li:last-child a { bottom: 18px; }

footer nav.sp ul li ul li.top { background: url(../images/common/line03.png) repeat-x bottom, url(../images/common/line03.png) repeat-x top; margin: 0; }

footer nav.sp ul li ul li.top a { padding-top: 20px; }

footer nav.sp ul li ul li a { display: block; padding: 18px 0; padding-left: 31px; }

footer .foot_logo { text-align: center; }

footer .foot_logo img { width: 33.866vw; margin: 10vw auto 13.333vw; }

.copyright { text-align: center; background: #000; height: 44px; line-height: 44px; color: #fff; }

.topcontent01 { margin: 0 0 6.266%; }

.topcontent01 h2 { margin: 7.3% auto; width: 61.2%; }

.videoArea { width: 87.4%; margin: 0 auto; }

.topcontent02 li { height: 54.666vw; background: url(../images/top/img01.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-align: center; }

.topcontent02 li a { display: block; height: 100%; }

.topcontent02 li a .title { font-weight: bold; color: #fff; font-size: 35px; letter-spacing: 0.2em; padding-top: 14%; margin-bottom: 5.3vw; }

.topcontent02 li a .title span { font-size: 20px; letter-spacing: 0.1em; display: block; width: 100%; margin-bottom: 4.8vw; }

.topcontent02 li img.btn { width: 37.6%; max-width: 200px; }

.topcontent02 li.message02 { background: url(../images/top/img02.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.topcontent02 li.about01 { background: url(../images/top/img03.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.topcontent02 li.about02 { background: url(../images/top/img04.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.topcontent02 li.top-work { background: url(../images/top/img05.jpg) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.topcontent02 li.interview { background: url(../images/top/img06.png) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.topcontent02 li.top-wl { background: url(../images/top/img08.png) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.topcontent02 li.top-cm { background: url(../images/top/img07.png) no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.entrybtn { margin-bottom: 10%; }

.pagetop { background: #000; text-align: center; height: 11vw; }

.pagetop a { display: block; }

.pagetop img { width: 92px; margin: 4vw auto; }

/* =========================================================
■lowerPage
========================================================= */
.subcon { width: 90%; margin: 0 auto; }

.main_ttl { background: url(../images/common/ttl_bg.jpg) repeat; text-align: center; color: #fff; -webkit-background-size: 100% 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; font-size: 21px; width: 100%; font-weight: bold; letter-spacing: 2px; padding: 8px 0; }

.main_ttl02 { background: #00a0e9; text-align: center; color: #fff; font-size: 21px; padding: 9px 0; letter-spacing: 1px; font-weight: bold; }

.abouth2bg { background: url(../images/about/h2.jpg) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 28% 0; }

.abouth2bg h2 { color: #fff; font-size: 2.5em; line-height: 130%; font-weight: bold; text-align: center; font-family: Microsoft Sans Serif ,'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3'; }

.abouth2bg02 { background: url(../images/business/localization/h2.jpg) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 28% 0; }

.abouth2bg02 h2 { color: #fff; font-size: 1.5em; line-height: 130%; font-weight: bold; text-align: center; font-family: Microsoft Sans Serif ,'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3'; }

.nextarea { margin-bottom: 10%; }

/* MESSAGE
-------------------------*/
.messagePage h4 { padding: 5% 0 4%; font-size: 1.8em; font-weight: bold; color: #000; line-height: 140%; }

@media screen and (max-width: 360px) { .messagePage h4 { font-size: 1.45em; font-weight: bold; line-height: 130%; } }

.inner { padding: 6% 0; }

/* ABOUT
-------------------------*/
.point4 { overflow: hidden; }

.point4 li { float: left; width: 46%; margin-top: 6%; }

.point4 li:nth-child(even) { float: right; }

.subcon02 { padding-bottom: 3%; }

.subcon02 figure { padding-top: 3%; }

.subcon02 h5 { width: 90%; margin: 0 auto; text-align: center; color: #fff; font-size: 14px; font-weight: bold; background: #a0a0a0; padding: 8px 0; letter-spacing: 1px; margin-bottom: 3%; }

.btnlst { width: 90%; margin: 0 auto; text-align: center; color: #fff; letter-spacing: 1px; font-size: 14px; }

.btnlst li { margin-bottom: 3%; display: block; }

.btnlst li a { display: block; padding: 7px 0; color: #fff; }

.colr { background: #d6005f; }

.coly { background: #f29600; }

.colg { background: #009d95; }

.colg2 { background: #00a0e9; }

.colv { background: #6355a1; }

.colv02 { background: #87167a; }

.collg { background: #9cc715; }

.fonsm { font-size: 18px; }

.businessPage { margin-bottom: 5%; }

.businessPage h5 { text-align: center; color: #fff; font-size: 14px; font-weight: bold; background: #00a0e9; padding: 8px 0; letter-spacing: 1px; margin-bottom: 1%; }

/* INTERVIEW
-------------------------*/
.profilePage h3 { font-size: 5vw; font-weight: bold; letter-spacing: 1px; line-height:110%;}

.profilePage h4 { padding: 5% 0 4%; font-size: 1.8em; font-weight: bold; line-height: 140%; }

.profilePage figure { padding: 5% 0; }

@media screen and (max-width: 360px) { .profilePage h4 { font-size: 1.54em; font-weight: bold; line-height: 130%; } }

.prof01 { color: #d6005f; }

.prof02 { color: #009d95; }

.prof03 { color: #9cc715; }

.prof04 { color: #87167a; }

.prof05 { color: #f29600; }

.profcopy { color: #000000;}

.profcopy-01 { color: #000000;
	text-align:right;
	font-size:4vw;
	font-weight: bold;
	border-bottom: 0.2vh solid #d4005f;
	line-height:120%;
}

.profcopy-02 { color: #000000;
	text-align:right;
	font-size:4vw;
	font-weight: bold;
	border-bottom: 0.2vh solid #12948d;
	line-height:120%;
}

.profcopy-03 { color: #000000;
	text-align:right;
	font-size:4vw;
	font-weight: bold;
	border-bottom: 0.2vh solid #95bd24;
	line-height:120%;
}

.profcopy-04 { color: #000000;
	text-align:right;
	font-size:4vw;
	font-weight: bold;
	border-bottom: 0.2vh solid #87167a;
	line-height:120%;
}

.profcopy-05 { color: #000000;
	text-align:right;
	font-size:4vw;
	font-weight: bold;
	border-bottom: 0.2vh solid #f19018;
	line-height:120%;
}

.profcopy-06 { color: #000000;
	text-align:right;
	font-size:4vw;
	font-weight: bold;
	border-bottom: 0.2vh solid #00a0e9;
	line-height:120%;
}

.indexbtn { width: 90%; margin: 0 auto; padding: 3% 0; }

.indexbtn li { margin-bottom: 4%; }

#modal-bg { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1; cursor: pointer; }

.open-entry { cursor: pointer; }

#entry-bg { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 999999; cursor: pointer; }

.entry-bg-btn-wrapper { width: 200px; height: 140px; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }

#entry-fresh { width: 200px; background: #fff; margin: 0 auto; position: absolute; bottom: 90px; }

#entry-fresh img { -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; }

#entry-fresh img:hover { opacity: .8; }

#entry-career { width: 200px; background: #fff; margin: 0 auto; position: absolute; top: 90px; }

#entry-career img { -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; }

#entry-career img:hover { opacity: .8; }

.work { width: 87%; max-width: 654px; margin: 0 auto; }

.work-heading { height: 40px; line-height: 40px; background: #a0a0a0; font-size: 15px; font-weight: bold; text-align: center; color: #fff; margin: 0 0 24px; }

.work-drawing { margin: 24px 0; }

.work-links { margin: 36px 0 48px; }

.work-links ul > li { margin: 12px 0; border: 3px solid #000; }

.work-links ul > li:nth-of-type(1) { border-color: #d6005f; }

.work-links ul > li:nth-of-type(2), .work-links ul > li:nth-of-type(3) { border-color: #009d95; }

.work-links ul > li:nth-of-type(4) { border-color: #99cc33; }

.work-links ul > li:nth-of-type(5) { border-color: #87167a; }

.work-links ul > li:nth-of-type(6) { border-color: #f19018; }

.work-links ul > li > a { display: block; text-align: center; font-size: 15px; font-weight: bold; padding: 16px; }

.work-contents { border: 3px solid #000; padding: 10px 10px 20px; }

.work-contents.work-localization { border-color: #d6005f; }

.work-contents.work-document { border-color: #009d95; }

.work-contents.work-engineer { border-color: #99cc33; }

.work-contents.work-consultant { border-color: #87167a; }

.work-contents.work-sales { border-color: #f19018; }

.work-industry { text-align: center; }

.work-industry > img { width: auto; height: 27px; }

.work-position { text-align: center; font-size: 15px; font-weight: bold; border: 2px solid #000; padding: 6px; margin: 12px 0; }

.work-localization .work-position { border-color: #d6005f; }

.work-document .work-position { border-color: #009d95; }

.work-engineer .work-position { border-color: #99cc33; }

.work-consultant .work-position { border-color: #87167a; }

.work-sales .work-position { border-color: #f19018; }

.work-catch-copy { font-size: 20px; font-weight: bold; margin: 12px 0 18px; }

.work-headingS { font-size: 15px; font-weight: bold; }

.work-text { margin: 0 0 24px; }

.work-rewarding { margin: 24px 0 0; }

.work-rewarding li { padding-left: 16px; text-indent: -16px; }

.work-nextLink { display: block; margin: 48px auto; max-width: 750px; }

/* real session (2018.08.07 追加)
-------------------------*/
.headimg {
  position: relative;
}
.heading-title {
  display: block;
  position: absolute;
  top: 2rem;
  left: 10%;
  width: 80%;
}

.headimg p {
  display: block;
  position: absolute;
  top: 60%;
  left: 5%;
  width: 90%;
  text-align: center;
  line-height: 1.4;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}

.real-session__category {
  width: 76%;
  background: #00a0e9;
  margin: 6% 6% 12%;
  padding: 6%;
  position: relative;
  text-align: center;
}

.real-session__category:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 20px solid #00a0e9;
}

.real-session__category .category-img {
  width: 60%;
  margin: 0 auto;
  padding: 0 0 6%;
}

.real-session__category ul {
  width: 100%;
  margin: 0 auto;
}

.real-session__category li {
  line-height: 38px;
  background: #fff;
  margin: 0 0 16px;
  text-align: left;
}

.real-session__category li a {
  color: #00a0e9;
  display: block;
  text-decoration: none;
  background: #e6e6e6;
  transition: .3s;
  font-size: 1rem;
  line-height: 2;
}

.real-session__category li a:hover {opacity: .8; }

.real-session__category li a.is-active { background: #227BB2; color: #fff; }

.real-session__category li a span {
  width: 30px;
  text-align: left;
  display: inline-block;
  border-right: 2px solid #00a0e9;
  font-weight: bold;
  padding: 0 5px;
}

.real-session__category li a p {
  display: inline-block;
  font-weight: bold;
  text-indent: 5px;
}

.real-session__category li .topic {
  display: block;
  height: 65px;
}
.real-session__category li .topic span {
  display: block;
  height: 65px;
}

.real-session__category li .topic p {
  display: block;
  text-indent: 0;
  margin: -65px 5px 0 48px;
}

.q-box-heading {
  background: #227BB2;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  height: 30px;
  border-radius: 40px;
  padding: 3% 6%;
  margin: 6%;
}
.q-box-heading-one {
  height: 60px;
}
.name-o1::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon02.png');
  background-size:contain;
  vertical-align:middle;
}

.name-m::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon03.png');
  background-size:contain;
  vertical-align:middle;
}

.name-k::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon04.png');
  background-size:contain;
  vertical-align:middle;
}

.name-a1::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon01.png');
  background-size:contain;
  vertical-align:middle;
}

.name-o2::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon05.png');
  background-size:contain;
  vertical-align:middle;
}

.name-w::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon08.png');
  background-size:contain;
  vertical-align:middle;
}

.name-t::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon06.png');
  background-size:contain;
  vertical-align:middle;
}

.name-a2::before {
  content:"";
  display:inline-block;
  width:60px;
  height:60px;
  margin: 3%;
  background:url('../images/interview/real-session/real-session-icon07.png');
  background-size:contain;
  vertical-align:middle;
}

.text-box {
  padding: 0 6%;
}
.text-box h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.text-box p {
  margin-bottom: 3%;
}
.image-box {
  width: 88%;
  padding: 6%;
}
.real-session__pager {
  display: block;
  width: 100%;
  margin: 6% auto;
  text-align: center;
}
.real-session__pager li {
  display: inline-block;
  text-align: center;
}
.real-session__pager a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  background: #00a0e9;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}
.real-session__pager .pager-arrow:first-child {
  margin-right: 15px;
}
.real-session__pager .pager-arrow:last-child {
  margin-left: 15px;
}
.real-session__pager a.is-active {
  background: #227BB2;
}
.real-session__nextarea {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 24px;
  margin: 10% 0;
}
.real-session__nextarea p {
  position: absolute;
  top: 20px;
  left: 24px;
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 3px;
}
.real-session__nexttext p {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 1rem;
}
.real-session__nexttext img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  margin: 0 auto;
}


/* info-page (2018.09.05 追加)
-------------------------*/
.info-page .info-page__heading {
  display: block;
  background: #d1ecfa;
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin: 2rem auto;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.info-page .info-page__text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.info-page .info-page__job-list--is-title {
  width: 90%;
  margin: 2rem auto 0;
  border-bottom: 2px solid #479ee2;
}
.info-page .info-page__job-list--is-title p {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.info-page .info-page__job-list--is-title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.info-page .info-page__job-list--is-description {
  display: block;
  width: 90%;
  font-size: 12px;
  text-align: justify;
  margin: 5px auto;
}
.info-page .info-page__job-list--is-title p:first-child {
  width: 70%;
}
.info-page .info-page__job-list--is-title p:last-child {
  width: 20%;
}
.info-page .info-page__job-list {
  width: 90%;
  margin: 1rem auto;
  border-bottom: 1px dotted #cccccc;
}
.info-page .info-page__job-list p {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.info-page .info-page__job-list p:first-child {
  width: 70%;
}
.info-page .info-page__job-list p:last-child {
  width: 20%;
}
.info-page .info-page__more_button {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  background-color: #479ee2;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  width: 80px;
  margin: 1rem 10px 1rem 0;
}
/*インタビュー内バナー*/
/*下部ボタン*/
a.interview-btn-01{/*色指定 赤系*/
  padding: 4px;
  height:47px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #d4005f;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  text-align:left;
  text-decoration:none !important;
  vertical-align: middle;
}
a.interview-btn-02{/*色指定 緑系*/
  padding: 4px;
  height:47px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #12948d;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  text-align:left;
  text-decoration:none !important;
  vertical-align: middle;
}

a.interview-btn-03{/*色指定 黄緑系*/
  padding: 4px;
  height:47px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #95bd24;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  text-align:left;
  text-decoration:none !important;
  vertical-align: middle;
}

a.interview-btn-04{/*色指定 紫系*/
  padding: 4px;
  height:47px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #87167a;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  text-align:left;
  text-decoration:none !important;
  vertical-align: middle;
}

a.interview-btn-05{/*色指定 黄色系*/
  padding: 4px;
  height:47px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #f19018;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  text-align:left;
  text-decoration:none !important;
  vertical-align: middle;
}

a.interview-btn-06{/*色指定 水色系*/
  padding: 4px;
  height:47px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #00a0e9;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  text-align:left;
  text-decoration:none !important;
  vertical-align: middle;
}

.interview-btn{/*番号イメージ用*/
  position: ;
  width: 46px;
  height: 46px;
  overflow: hidden;
  vertical-align: middle;
}

h3.interview-bn-01{/*色指定 赤系*/
  padding: 2%;
  /*height:47px;*/
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #d4005f;
  text-decoration: none;
  font-weight: bold;
  font-size:1.4rem;
  text-align:center;
  text-decoration:none !important;
  vertical-align: middle;
}

h3.interview-bn-02{/*色指定 緑系*/
  padding: 2%;
  /*height:47px;*/
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #12948d;
  text-decoration: none;
  font-weight: bold;
  font-size:1.4rem;
  text-align:center;
  text-decoration:none !important;
  vertical-align: middle;
}

h3.interview-bn-03{/*色指定 黄緑系*/
  padding: 2%;
  /*height:47px;*/
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #95bd24;
  text-decoration: none;
  font-weight: bold;
  font-size:1.4rem;
  text-align:center;
  text-decoration:none !important;
  vertical-align: middle;
}

h3.interview-bn-04{/*色指定 紫系*/
  padding: 2%;
  /*height:47px;*/
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #87167a;
  text-decoration: none;
  font-weight: bold;
  font-size:1.4rem;
  text-align:center;
  text-decoration:none !important;
  vertical-align: middle;
}

h3.interview-bn-05{/*色指定 黄色系*/
  padding: 2%;
  /*height:47px;*/
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #f19018;
  text-decoration: none;
  font-weight: bold;
  font-size:1.4rem;
  text-align:center;
  text-decoration:none !important;
  vertical-align: middle;
}

h3.interview-bn-06{/*色指定 水色系*/
  padding: 2%;
  /*height:47px;*/
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #00a0e9;
  text-decoration: none;
  font-weight: bold;
  font-size:1.4rem;
  text-align:center;
  text-decoration:none !important;
  vertical-align: middle;
}

/*インタビュー nextarea*/

.nextarea { margin-bottom: 10%;}
/*# sourceMappingURL=maps/style.css.map */
