@charset "utf-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/
html {
  overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table,
th,
td {
  font-size: 100%;
  line-height: 1.6;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
ul,
li {
  list-style-type: none;
}
img,
a img {
  border: none;
  background: transparent;
  vertical-align: bottom;
}

/* font
----------------------------------------------------*/
body {
  /*font: 62.5% Meiryo, arial, clean, verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
  /*font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  /*color: #333;*/
  border-top: 5px solid #282970;
  /*font-size: 100% !important;*/
}
html>/**/body {
  /*font-size: 10px;*/
} /* Except IE */
* html body {
  /* IE6用フォント指定 */
  /*font: 62.5% "ＭＳ Ｐゴシック", Meiryo, arial, clean, verdana, Osaka, sans-serif;*/
}

/*--- default */
body {
  background: #fff;
  text-align: center;
}

/* Link
----------------------------------------------------*/
a {
  color: #333;
}
a:hover {
  color: #282970;
  text-decoration: none;
}

.offitem {
  display: none !important;
}

/* float,clear
----------------------------------------------------*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.cf {
  /* clearfix */
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* text
---------------------------------------- */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
form.center,
.center {
  text-align: center;
}
.txt_narrow {
  letter-spacing: -1px;
}
.txt_space {
  letter-spacing: 1px;
}
.txt_indent {
  text-indent: 1em;
}

/* wrapper
----------------------------------------------------*/
#wrapper {
}

/* header
----------------------------------------------------*/
#header {
  width: 980px;
  margin: 0 auto;
  height: 125px;
  position: relative;
}
#logo {
  float: left;
  width: 420px;
  text-align: left;
  line-height: 85px;
  position: absolute;
  left: 0;
  top: 20px;
}
#headerR {
  float: right;
  /*width: 450px;*/
  width: 450px;
  margin-top: 10px;
  text-align: right;
}
#headerR ul {
}
#headerR ul li {
  float: left;
  margin-right: 10px;
}
#headerR ul li + li {
  margin-right: 0;
  margin-left: 10px;
}
#naviWrapper {
  clear: both;
  background: #282970;
}
#globalNav {
  width: 980px;
  margin: 0 auto;
}
#globalNav li {
  float: left;
  position: relative;
}

#mainvisual {
  position: relative;
  height: 600px;
  overflow: hidden !important;
}
#inrVisual {
}
#mainvisual_box {
  float: center;
  width: 975px;
  margin: 0 auto;
}
#mainvisual_box01 {
  float: left;
}
#mainvisual_box02 {
  float: right;
  background-color: #fff;
  width: 233px;
  height: 253px;
  margin: 0 6px 0 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#mainvisual_box02 div {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 0 0 0;
  margin: 0 0 6px 0;
  background-image: url(../images/common/mainvisual_131212bttl.jpg);
  background-repeat: no-repeat;
  height: 33px;
  color: #fff;
}
#mainvisual_box02 p {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 15px 12px;
  padding: 2px 0 0 0;
  text-align: left;
}
#mainvisual_box02 dl {
  margin: 0 15px 20px 10px;
  text-align: left;
}
#mainvisual_box02 dl dt {
  background-image: url(../images/common/mainvisual_131212dt.jpg);

  border-bottom: 1px solid #cccccc;
  padding: 0 0 0 8px;
  margin: 0 0 6px 2px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
}
#mainvisual_box02 dl dd {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 2px 0 5px 12px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
}
#mainvisual_box02 dl dd + dd {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 0 12px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-image: url(../images/common/mainvisual_131212dd.jpg);
  padding: 0 0 0 14px;
}
#mainvisual_box02 dl dd.ttl {
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-image: url(../images/common/mainvisual_131212dd.jpg);
  padding: 0 0 0 14px;
}

/* content
---------------------------------------- */
#content {
  width: 980px;
  margin: 40px auto 40px;
}

.article {
  margin-bottom: 40px;
}
.pageheading {
  margin-bottom: 40px;
}
.pageheading02 {
  margin-bottom: 40px;
  padding: 21px 0 15px 45px;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  background: url(../images/bg_pageheading_service.gif) 0 0 no-repeat;
}

.under_h4,
.heading01 {
  margin-bottom: 20px;
  padding: 5px 0 5px 5px;
  font-size: 1.2em;
  text-align: left;
  background: url(../images/common/bg_heading.jpg) 0 0 repeat-x;
  border: 1px solid #ccc;
}
.under_h4 span,
.heading01 span {
  display: block;
  padding: 1px 0 1px 10px;
  background: url(../images/common/bg_border_heading.jpg) 0 1px no-repeat;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #000;
}

.heading02 {
  margin-bottom: 20px;
  padding: 5px 0 5px 10px;
  color: #282970;
  text-align: left;
  background: url(../images/common/bg_heading.jpg) 0 0 repeat-x;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
}

.inr01 {
  clear: both;
  width: 690px;
  margin: 0 auto 40px;
  text-align: left;
}
.inr01 p {
  line-height: 1.4em;
  margin: 0 0 15px 0;
}
.inrinr {
  clear: both;
  width: 665px;
  margin: 0 auto 40px;
  text-align: left;
}
.bred {
  border: 1px solid #ff0000;
  padding: 5px;
}
.img_R {
  margin-top: 0px;
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}
.img_R2 {
  margin: 12px 0 10px 10px;
  float: right;
}
.rinen {
  width: 220px;
  margin: 0 10px 10px 0;
  float: left;
}
.cover {
  widht: 100%;
  clear: both;
}

/* main
---------------------------------------- */
#main {
  float: left;
  width: 720px;
}
.contentBox {
  clear: both;
  margin-bottom: 40px;
}
.inrContents01 {
  background: url(../images/common/bg_top_content.gif) 0 0 repeat;
  /*IE*/
  *padding-bottom: 6px;
}
.inrContents02 {
}
.inrContents03 {
}

ul.floatList {
  padding-top: 6px;
}
.floatList li {
  float: left;
  margin-left: 6px;
  margin-bottom: 6px;
  /*IE*/
  _margin-left: 3px;
}
.inrContents03 ul.floatList {
  padding-top: 6px;
}
.inrContents03 .floatList li {
  float: left;
  margin-left: 6px;
  margin-bottom: 6px;
  /*IE*/
  _margin-left: 3px;
}

/* side
---------------------------------------- */
#side {
  float: left;
  width: 240px;
  margin-left: 20px;
}

.sideNav {
  margin-bottom: 15px;
  background: url(../images/common/side_mid.gif) 0 0 repeat-y;
}

.sideContact {
  margin-bottom: 15px;
  background: url(../images/common/side_mid.gif) 0 0 repeat-y;
}
.inrSide {
  padding: 10px 15px;
}
.inrSide ul {
  text-align: left;
}
.inrSide li {
  margin-bottom: 0.6em;
  padding: 0 0 0.6em 1em;
  background: url(../images/common/listmark03.gif) 0 6px no-repeat;
  border-bottom: 1px dotted #ccc;
}
.inrSide li a {
}
.sideBottom {
  height: 6px;
  background: url(../images/common/side_bottom.gif) 0 bottom no-repeat;
}

.sideBnrList li {
  margin: 0 0 10px 0;
}

/* footer

---------------------------------------- */
#footer {
  clear: both;
  padding-top: 25px;
  background: /*url(../images/common/bg_footer.gif) 0 0 repeat-x */ #f5f5f5;
  border-top: 3px solid #282970;
}
#inrFooter {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 70px;
}
#footerLogo,
#assistNav {
  float: left;
  width: 490px;
  text-align: left;
}
#footerLogo {
  width: auto;
}
#assistNav {
  float: right;
  width: 710px;
}
#assistNav ul {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 38px;
}
#assistNav li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../images/common/listmark01.gif) no-repeat 0 7px;
  clear: both;
}
#assistNav .nav02 {
  width: 100px;
}
li .inrAssistNav {
  margin-top: 10px;
  margin-left: 0 !important;
  font-weight: normal !important;
  margin-bottom: 5px;
}
li .inrAssistNav li {
  background: url(../images/common/listmark02.gif) 0 55% no-repeat !important;
  width: 100%;
}

#copyright {
  clear: both;
  padding: 10px 0;
  font-size: 0.8em;
  background: #fff;
  border-top: 1px solid #ccc;
}

.tbl01 {
  width: 100%;
  margin-top: 20px;
}
.tbl01 th,
.tbl01 td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.tbl01 th {
  width: 25%;
  font-weight: bold;
  vertical-align: top;
  background: #f9f9f9;
}
.tbl01 td {
  width: 75%;
}
@media all and (min-width: 768px) {
  form .tbl01 th {
    width: 30%;
  }
}

/* 01 index
----------------------------------------------------*/
.inrContents02 {
}
/*#news {
	text-align:left;
}
	#news dt,
	#news dd {
		padding:0.75em 0;
	}
	#news dt {
		width:9em;
	}
	#news dd {
		margin-top:-3em;
		padding-left:6.5em;
		border-bottom:1px dotted #ccc;
	}
	#news dd img {
		position:relative;
		top:-0.2em;
		margin-right:0.5em;
	}*/

/* 02 特徴
----------------------------------------------------*/
.featuresBox {
}
.featuresBox p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

.hokoseiList {
}
.hokoseiList li {
  float: left;
  width: 216px;
  margin-left: 15px;
  padding-bottom: 10px;
  text-align: center;
  border: 2px solid #3399cc;
}
.hokoseiList li p {
  margin: 5px auto;
  line-height: 1.2;
}

/* 03 サービス案内
----------------------------------------------------*/
.tblService {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.tblService th,
.tblService td {
  border: 1px solid #ddd;
}

/*thead*/
.tblService thead th {
  padding: 0.4em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #282970;
}
.tblService thead th a {
  color: #fff;
}

/*tbody*/
.tblService tbody th {
  text-align: center;
  vertical-align: middle;
}

.tblService td {
  padding: 0.4em;
}

#tdColor01 th {
  background: #ff9673;
}
#tdColor02 th {
  background: #3399cc;
}
#tdColor03 th {
  background: #339967;
}

/*
	#tdColor03 td {
		background:#EAF1DD;
	}
    */

.odd-row {
  background: #ffeee8;
}
.odd-row02 {
  background: #ecf1f8;
}
.odd-row03 {
  background: #e8ffe9;
}

.loopRightBox02 {
  overflow: hidden;
  margin-bottom: 15px;
  text-align: left;
}
.loopRightBox02 h4 {
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  font-size: 1.3em;
  font-weight: bold;
}
.loopRightBox02 h4 a {
  color: #282970;
}
.loopRightBox02 p {
  line-height: 1.4em;
}

#inrService01 {
  width: 660px;
  padding: 15px;
  border: 1px solid #ccc;
}
#inrService01 p {
}

#inrService02 {
  width: 660px;
  padding: 15px;
  background: #fff3ec;
  border: 1px solid #ffd5bb;
}
#inrService02 p {
  margin-bottom: 1em;
}

.list02 {
}
.list02 li {
  margin-bottom: 0.6em;
  padding: 0 0 0.6em 0;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
.list02 li span {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  color: #fff;
  background: #0068b7;
}
.themeCont {
  margin-bottom: 0.6em;
  padding: 0 0 0.6em 0;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
.themeCont dt {
  margin-right: 5px;
  padding: 0 5px;
  color: #fff;
  background: #0068b7;
  width: 11px;
  float: left;
}
.themeCont dd {
  padding-left: 26px;
}
.themeCont dd span {
  font-weight: normal;
  display: block;
}

/* 04 コンサルタント紹介
----------------------------------------------------*/
.loopRightBox {
  overflow: hidden;
  margin-bottom: 15px;
}
.loopRightBox .position {
  font-size: 0.9em;
}
.loopRightBox h4 {
  position: relative;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #282970;
}
.loopRightBox h4 span {
  position: absolute;
  right: 0;
  top: 3px;
  /*IE*/
  *top: -1px;
  _left: 414px;
}

#detailConsultans {
}
#detailConsultans .position,
#detailConsultans h4 {
  text-align: center;
}

#detailConsultans .position {
  margin-top: 0.4em;
  font-size: 0.9em;
}

#detailConsultans h4 {
  font-size: 1.4em;
  font-weight: bold;
}

#detailConsultans p {
  margin-bottom: 0.75em;
  line-height: 1.4em;
}

.tbl02 {
  width: 100%;
  margin: 20px auto 10px;
  border-collapse: collapse;
}
.tbl02 th,
.tbl02 td {
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}
.tbl02 th {
  color: #fff;
  font-weight: bold;
  background: #4f4b49;
}
.tbl02 td {
}
.comment p {
  margin-bottom: 1em;
}
.name_yomi {
  text-align: left;
  display: inline-block;
  display: inline;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.name_eng {
  font-size: 12px;
  text-align: center;
  color: #999;
}

/* 05 採用情報
----------------------------------------------------*/
.list01 {
}
.list01 li {
  margin-bottom: 0.6em;
  padding: 0 0 0.6em 1em;
  font-weight: bold;
  background: url(../images/common/listmark03.gif) 0 6px no-repeat;
  border-bottom: 1px dotted #ccc;
}

/* 06 経営塾
----------------------------------------------------*/
#tblKeieijuku {
}
#tblKeieijuku th,
#tblKeieijuku td {
}
#tblKeieijuku th {
}
#tblKeieijuku td {
  text-align: left;
}

#tblKeieijuku thead th {
  background: #282970;
}
#tblKeieijuku tbody th {
  color: #333;
  background: none;
}

.tbl03 {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
.tbl03 th,
.tbl03 td {
  padding: 5px;
  border: 1px solid #ddd;
}
.tbl03 th {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  background: #f9f9f9;
}
.tbl03 td {
}

.subHeading {
  margin-bottom: 20px;
  padding: 5px 0 8px 20px;
  font-size: 1.6em;
  text-align: left;
  background: url(../images/bg_sub_heading.gif) 0 0 no-repeat;
}
.subHeading span {
  margin-left: 0.75em;
}

/* 07 お問い合わせ
----------------------------------------------------*/
#endMsg {
  margin-bottom: 500px;
}

/* formPage
----------------------------------------------------*/
#contactPage form input,
#contactPage form select,
#contactPage form textarea {
  margin-right: 5px;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}
#contactPage form .nonDeco {
  border: none;
  padding: 0;
  background: none;
}
#contactPage form textarea {
  font-size: 12px;
}
#aboutprivacy {
  overflow: auto;
  margin-top: 5px;
  padding: 10px;
  height: 200px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 12px;
}
#aboutprivacy p {
  font-size: 12px;
  line-height: 1.7em;
  margin: 0 0 20px 0;
  padding: 0;
}
#aboutprivacy span {
  font-weight: bold;
}
#aboutprivacy dl {
  margin: 0 0 15px;
}
#aboutprivacy dl dt {
  margin: 0 0 10px 0;
  font-weight: bold;
}
#aboutprivacy dl dd {
  margin: 0 0 0 0;
  line-height: 2em;
  overflow: hidden;
}
#aboutprivacy dl dd span {
  line-height: 1.4em;
  font-size: 10px;
}
#aboutprivacy dl dd ul {
  margin: 0 0 20px 0;
  overflow: hidden;
}
#aboutprivacy dl dd ul li {
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
  line-height: 1.7em;
  background-image: url(../images/spacer2.gif);
  background-repeat: no-repeat;
  background-position: 10px 6px;
}
.agreement {
  padding: 20px 0;
  text-align: center;
  border-top: 3px solid #dcdcdc;
  border-bottom: 3px solid #dcdcdc;
}

/* input width style
----------------------------------------------------*/
#contactPage form .input1 {
  width: 150px;
}
#contactPage form .input2 {
  width: 350px;
}
#contactPage form .input3 {
  width: 80px;
}
#contactPage form .input4 {
  width: 50px;
}
#contactPage form .input5 {
  width: 495px;
  max-width: 495px;
  height: 150px;
}
#contactPage form .input6 {
  width: 600px;
  height: 120px;
}

#contactPage form .autozip {
  color: #282970;
  cursor: pointer;
  font-size: 0.8em;
  font-family: "メイリオ", meiryo, Verdana, Arial, sans-serif;

  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f9f9f9)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f9f9f9 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #f9f9f9 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

/* submit area style
----------------------------------------------------*/
#contactPage p#submit {
  margin-top: 30px;
  text-align: center;
}
#contactPage p#submit input {
  width: 200px;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  font-family: "メイリオ", meiryo, Verdana, Arial, sans-serif;
  font-size: 1.2em;
  background: url(../images/common/bg_btn_contact.jpg) 0 0 repeat-x;
  border: solid 2px #99cce5;
  text-shadow: 0px 1px 1px #1f5c7a;
}

/* text style
----------------------------------------------------*/
#contactPage th .must {
  display: inline-block;
  padding: 1px 6px 0;
  color: #fff;
  background: #282970;
  font-size: 84.6%;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
#contactPage th .arb {
  display: inline-block;
  padding: 1px 6px 0;
  color: #fff;
  background: #666;
  font-size: 84.6%;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
#contactPage form p.attention {
  margin-bottom: 5px;
  padding-left: 0;
  background: none;
  color: #f00;
  text-align: right;
}
#contactPage form table em {
  margin-left: 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8em;
  color: #f00;
}
#contactPage p.formError {
  color: #f00;
  text-align: center;
}
#contactPage p.formMessage {
  margin: 50px 0;
  text-align: center;
}

/*調整用スタイル
---------------------------------------*/
/*マージン*/
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt27 {
  margin-top: 27px;
}
.mt30 {
  margin-top: 30px;
}
.mt33 {
  margin-top: 33px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}

.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}

.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}

.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.p0 {
  padding: 0 !important;
}

.mb1em p {
  margin-bottom: 1em;
}

/*フロート*/
.fltL {
  float: left !important;
}
.fltR {
  float: right;
}

/*アライン*/
.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}

/*フォント*/
.red {
  color: #f00;
}
.redR {
  color: #f00;
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
.large {
  font-size: 1.1em;
}
.small {
  font-size: 0.9em;
}
#ph {
  margin: 20px 0 10px 0;
  line-height: 1.4em;
}

/* 行間 */
.lh12 p {
  line-height: 1.4em;
  margin: 0 0 10px 0;
}

/*各種解除*/
.ovh {
  overflow: hidden;
}
.noMg {
  margin: 0 !important;
}
.noPg {
  padding: 0 !important;
}
.noBorder {
  border: none !important;
}

/*画像透過*/
a.imgHover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*hr border*/
hr.border {
  clear: both;
  display: block;
  height: 1px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dotted #d9d9d9;
}

/*　140403　メインビジュアル　動画追加
-------------------------------------------*/
.mainvisual_area {
  float: left;
  background: url(../images/common/main_backimg.jpg) no-repeat 0 0;
  width: 596px;
  height: 364px;
  position: relative;
}
.main_btn {
  top: 206px;
  left: 32px;
  position: absolute;
}
.move_area {
  float: right;
  background: url(../images/img_seminer.jpg) no-repeat 0 0;
  width: 373px;
  height: 364px;
  position: relative;
}
.move_area li.move_btn_left {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: #fff;
}
.move_area li.move_btn_right {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #fff;
}
.move_btn_top {
  position: absolute;
  left: 4px;
  top: 4px;
}
/*.move_areas {
	float: right;
	background: url(../images/common/move_backimgs.jpg) no-repeat 0 0;
	width: 330px;
	height: 322px;
}*/
.reportList li {
  margin: 0 0 16px 0;
}

/*2014/07/03追加*/
.mainvisual_area2 {
  float: left;
  background: url(../images/common/index_mainimg02.jpg) no-repeat 0 0;
  width: 950px;
  height: 350px;
  position: relative;
}

.main_btn2 {
  top: 0px;
  left: 0px;
  position: absolute;
}

#mainvisual_box2 {
  float: center;
  width: 975px;
  margin: 0 auto;
}

.conTitle {
  font-size: 20px;
  font-weight: bold;
}
.conTitle2 {
  font-size: 17px;
  line-height: 200%;
  font-weight: bold;
  margin: 0 0 0 50px;
}

.semiBox {
  border: solid 1px #cccccc;
  padding: 20px 20px 5px 20px;
}

dl.seminar dt {
  width: 1.5em;
  float: left;
}
dl.seminar dd {
  padding-left: 1.5em;
}

/* 160614
-------------------------------------*/
.footer_sitelist {
  margin-left: 0 !important;
  float: right !important;
}
.footer_sitelist li {
  margin-left: 0;
  padding-left: 0 !important;
  background: none !important;
}
#footer_site {
  width: 100%;
  background: #ddd;
}
#footer_site ul {
  width: 980px;
  margin: 0 auto;
  padding: 45px 0 40px 0;
  text-align: center;
}
#footer_site li {
  display: inline-block;
}
#footer_site li + li {
  margin-left: 40px;
}

.mainvisual_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.index_copy {
  position: absolute;
  left: 50%;
  top: 25%;
  /* padding-top: 80px; */
  text-align: center;
  width: 980px;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 50px rgba(0, 0, 0, 1);
  z-index: 99;
  margin-top: -30px;
}
.mv-slide {
  height: 600px;
}
.index_bottom {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 500;
  left: 0;
  bottom: 0;
  background: url(../images/top/main_index_000.png) repeat 0 0;
}
.index_bottom ul {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 5px 0;
  text-align: center;
}
.index_bottom ul li {
  display: inline-block;
}
.index_bottom ul li + li {
  margin-left: 5px;
}
.index_right {
  position: absolute;
  right: 0;
  top: 20px;
  background: #fff;
  width: 240px;
  z-index: 700;
}
.index_right dl {
  padding: 5px;
  margin: 5px;
  overflow: auto;
  height: 240px;
  margin-top: 5px;
  text-align: left;
}
.index_right dl dt {
  font-size: 12px;
}
.index_right dl dd {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12px !important;
}
#indexPage #main {
  width: 980px;
}
#DoorPage .main_middle_inner .mmi,
#indexPage #mainvisual .index_copy div {
  display: block;
  text-align: center;
  margin-top: 15px;
}
#DoorPage .main_middle_inner .mmi a,
#indexPage #mainvisual div a {
  display: inline-block;
}
#DoorPage .main_middle_inner .mmi a + a,
#indexPage #mainvisual div a + a {
  margin-left: 30px;
}
.contentBox h3.ttl {
  width: 100%;
  background: url(../images/common/ttl_back.png) no-repeat 0 0;
  height: 49px;
  padding: 4px 0 1px 0;
  position: relative;
  margin-bottom: 15px;
  text-align: left;
}
.contentBox h3.ttl .list_btn {
  position: absolute;
  right: 0;
  top: 14px;
}
.index_caseBox {
  width: 1005px;
}
.index_caseBox li {
  float: left;
  margin: 0 25px 20px 0;
}
.contentBox_mini {
  float: left;
  width: 460px;
}
.contentBox_mini + .contentBox_mini {
  float: right;
}
.miniBox {
}
.miniBox dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.miniBox dt {
  float: left;
  padding-top: 1px;
}
.contentBox_mini .miniBox dd {
  float: right;
  width: 370px;
  text-align: left;
}
.contentBox02 .miniBox dd {
  float: right;
  width: 885px;
  text-align: left;
}
.contentBox02 .miniBox dd.new {
  width: 842px !important;
}
.miniBox dd a {
  font-size: 14px;
  text-decoration: underline;
}
.miniBox dd a:hover {
  text-decoration: none !important;
}
.ranking {
}
.ranking dl {
}
.ranking dt {
  padding-left: 40px;
}
.ranking dt.rank01 {
  background: url(../images/top/rank01.png) no-repeat 0 0;
}
.ranking dt.rank02 {
  background: url(../images/top/rank02.png) no-repeat 0 0;
}
.ranking dt.rank03 {
  background: url(../images/top/rank03.png) no-repeat 0 0;
}

.ranking dd {
}
.new {
  background: url(../images/top/new.png) no-repeat 0 2px;
  padding-left: 45px;
  width: 325px !important;
}
.main_under {
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  border-bottom: 1px dotted #ddd;
}
.main_under ul {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 0 10px 0;
}
.main_under li {
  display: inline-block;
}
.main_under li + li {
  margin-lef: 10px;
}

#contactPage #side,
.onePage #side,
#onePage #side {
  display: none;
}
.onePage #main,
#onePage #main {
  width: 980px;
}
.navigation {
  width: 100%;
  background: #eee;
  margin-bottom: 70px;
}
.navigation ul {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0;
}
.navigation li {
  float: left;
  font-size: 14px;
}
.navigation li + li {
  padding-top: 2px;
}
.conectionBox {
  margin-bottom: 60px;
  text-align: left !important;
}
.conectionBox h2 {
  /*background: url(../images/common/conection_h2.png) no-repeat 0 bottom;*/
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.conectionBox h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}
.img_R + .txt_l {
  float: left;
  width: 540px;
}
.mainImg {
  width: 100%;
}
.mainImg_inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 200px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  color: #000;
  padding-top: 55px;
  box-sizing: border-box;
}
.mainImg_inner span {
  font-family: initial;
  display: block;
  padding: 0;
  margin: 0;
  color: #282970;
  font-size: 16px;
  font-style: italic;
}
.trainingPage .mainImg_inner {
  height: 440px;
}
.navigation,
.mainImg {
  display: none;
}
.naviOn .navigation,
.service .navigation,
.recruitPage .navigation,
.contactPage .navigation,
.servicePage .navigation,
.featurePage .navigation,
.trainingPage .navigation,
.corporatePage .navigation,
.columnPage .navigation,
.formPage .navigation,
.casePage .navigation {
  display: block;
}
.casePage .mainImg {
  background: url(../images/case/main_back_case.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.casePage .mainImg_inner img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 70px;
}

.listBox {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.listBox a {
  color: #000;
  text-decoration: none;
}
.listBox a:hover {
  text-decoration: underline;
}
.listBox h3 {
  font-size: 20px;
  background: #f4f3f3;
  padding: 15px 17px;
  border-left: 1px solid #cc0000;
}
.listBox .fleft img {
  max-width: 320px;
}
.listBox dl {
  float: right;
  width: 630px;
}
.listBox dt {
  margin-bottom: 20px;
}
.listBox dt span {
  border: 1px solid #333;

  border-radius: 1px;
  padding: 2px 10px;
  display: inline-block;
}
.listBox dd {
}

.columnPage .mainImg {
  background: url(../images/column/main_back_column.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.columnPage .mainImg_inner img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 70px;
}
.column_item {
  padding: 20px;
  background: #eee;
  font-size: 14px;
}
.column_item .fleft img {
  max-width: 240px;
}
.column_item .fright {
  width: 670px;
}
.column_item p span {
  border: 1px solid #333;
  border-radius: 1px;
  padding: 2px 10px;
  display: inline-block;
}
.column_item h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.columnPage .conectionBox h3 {
  font-size: 18px;
  font-weight: bold;
  background: url(../images/column/icon_01.png) no-repeat 0 6px;
  border-bottom: 2px solid #333;
  padding: 0 0 5px 20px;
}
.ccBox {
  padding: 15px;
  background: #fce5e7;
  display: inline-block;
  margin-top: 15px;
}
.columnPage .img_R img {
  max-width: 240px;
}
.columnPage .img_R + .txt_l {
  float: left;
  width: 700px;
}
.profile_area {
  padding: 20px;
  background: #eee;
}
.profile_area img {
  max-width: 140px;
}
.profile_area .fright {
  width: 770px;
  text-align: left;
}
.formPage .mainImg {
  background: url(../images/download/main_back_download.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.formPage.backnumber_page .mainImg {
  background: url(../images/backnumber/main_back_download.png) no-repeat center
    0;
  background-size: cover;
  display: block;
}
.formPage .mainImg_inner img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 70px;
}

.tabBox {
  margin-bottom: 40px;
}
.tabBox table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
.tabBox table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  text-align: center;
  background: #f2f2f2;
}
.tabBox table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.tabBox table td {
  text-align: center;
}
.tabBox table td.tl {
  text-align: left;
  padding: 8px 10px;
}

.tabUl {
  border-bottom: 1px solid #ff0000;
  margin: 10px 0;
}
.tabUl li {
  float: left;
}
.tabUl li a {
  width: 240px;
  height: 42px;
  text-indent: -5000px;
  overflow: hidden;
  display: inline-block;
}
.tabUl li + li {
  margin-left: 6px;
}
.tabUl li.tabli01 {
  background: url(../images/download/tab01_off.png) no-repeat 0 0;
}
.tabUl li.tabli01:hover {
  background: url(../images/download/tab01_on.png) no-repeat 0 0;
}
.tabUl li.tabli01.on {
  background: url(../images/download/tab01_on.png) no-repeat 0 0;
}
.tabUl li.tabli02 {
  background: url(../images/download/tab02_off.png) no-repeat 0 0;
}
.tabUl li.tabli02:hover {
  background: url(../images/download/tab02_on.png) no-repeat 0 0;
}
.tabUl li.tabli02.on {
  background: url(../images/download/tab02_on.png) no-repeat 0 0;
}
.tabUl li.tabli03 {
  background: url(../images/download/tab03_off.png) no-repeat 0 0;
}
.tabUl li.tabli03:hover {
  background: url(../images/download/tab03_on.png) no-repeat 0 0;
}
.tabUl li.tabli03.on {
  background: url(../images/download/tab03_on.png) no-repeat 0 0;
}
.tabUl li.tabli04 {
  background: url(../images/download/tab04_off.png) no-repeat 0 0;
}
.tabUl li.tabli04:hover {
  background: url(../images/download/tab04_on.png) no-repeat 0 0;
}
.tabUl li.tabli04.on {
  background: url(../images/download/tab04_on.png) no-repeat 0 0;
}

.tabArea {
}
.tabArea p {
  text-align: left;
  margin-bottom: 40px;
}

.downloadBox {
  text-align: left;
}
.downloadBox table {
  width: 100%;
}
.downloadBox th {
  width: 180px !important;
}
.downloadBox td {
  text-align: left !important;
}
.download_btn input {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  width: 360px !important;
  height: 73px !important;
}

#nav01 a,
#nav02 a,
#nav03 a,
#nav04 a {
  display: inline-block;
  width: 200px;
  height: 60px;
  cursor: pointer;
}
#nav01 a {
  background: url(../images/top/main_btn01.png) no-repeat 0 0;
}
#nav02 a {
  background: url(../images/top/main_btn02.png) no-repeat 0 0;
}
#nav03 a {
  background: url(../images/top/main_btn03.png) no-repeat 0 0;
}
#nav04 a {
  background: url(../images/top/main_btn04.png) no-repeat 0 0;
}
#nav01 a.active {
  background: url(../images/top/main_btn01_on.png) no-repeat 0 0;
}
#nav02 a.active {
  background: url(../images/top/main_btn02_on.png) no-repeat 0 0;
}
#nav03 a.active {
  background: url(../images/top/main_btn03_on.png) no-repeat 0 0;
}
#nav04 a.active {
  background: url(../images/top/main_btn04_on.png) no-repeat 0 0;
}
#nav01 a:hover {
  background: url(../images/top/main_btn01_on.png) no-repeat 0 0;
}
#nav02 a:hover {
  background: url(../images/top/main_btn02_on.png) no-repeat 0 0;
}
#nav03 a:hover {
  background: url(../images/top/main_btn03_on.png) no-repeat 0 0;
}
#nav04 a:hover {
  background: url(../images/top/main_btn04_on.png) no-repeat 0 0;
}

.back01 {
  width: 100%;
  background: url(../images/index/mv02.png) no-repeat 0 0;
  background-size: cover;
  height: 600px;
}
.back02 {
  width: 100%;
  background: url(../images/index/mv01.png) no-repeat 0 0;
  background-size: cover;
  height: 600px;
}
.back03 {
  width: 100%;
  background: url(../images/index/mv03.png) no-repeat 0 0;
  background-size: cover;
  height: 600px;
}

.back01 a,
.back02 a,
.back03 a,
.back04 a {
  display: block;
  width: 980px;
  height: 370px;
  margin: 0 auto;
  position: relative;
}
.back02 .index_copy {
  top: 50px;
}
.back03 .index_copy {
  top: 60px;
}
.back04 .index_copy {
  top: 50px;
}

/*　　　コラムページ
---------------------------------*/

.columnPage table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
.columnPage table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  text-align: center;
  background: #f2f2f2;
}
.columnPage table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.columnPage table td {
  text-align: center;
}
.columnPage table td.tl {
  text-align: left;
  padding: 8px 10px;
}

.textLeft {
  text-align: left !important;
}
.pl30 {
  padding-left: 30px !important;
}
.corporatePage .mainImg {
  background: url(../images/main_back_consulting.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.featurePage .mainImg {
  background: url(../images/main_back_feature.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.trainingPage .mainImg {
  background: url(../images/training/main_bg.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.servicePage .mainImg {
  background: url(../images/main_back_service.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.contactPage .mainImg {
  background: url(../images/main_back_contact.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
.recruitPage .mainImg {
  background: url(../images/recruit/main_back.png) no-repeat center 0;
  background-size: cover;
  display: block;
}
/*.recruitPage .mainImg_inner img {
	top: 90px !important;
}*/
.recruitPage .navigation {
  margin-bottom: 35px !important;
}
.recruitPage .mainImg_inner img,
.contactPage .mainImg_inner img,
.servicePage .mainImg_inner img,
.featurePage .mainImg_inner img,
.corporatePage .mainImg_inner img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 70px;
}
.trainingPage .mainImg_inner img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 35px;
}
.contentBox.cf.profile_area .fright .mb10 {
}

.ttlLine {
  font-weight: bold;
  border-bottom: dotted 1px #999999;
  padding-bottom: 5px;
  margin: 40px 0 10px 0;
}

/*160803追加分　限界突破訓練ページ---------------------------------------------*/
.section {
  margin-bottom: 80px;
  text-align: left;
}
.section h2 {
  margin-bottom: 40px;
}
.sec01 dl dt {
  background: #999999;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}
.sec01 dl dd {
  border: 1px solid #999999;
  border-top: none;
  padding: 20px;
}
.sec02 li {
  border: 1px solid #ccc;
  width: 310px;
}
.sec02 li p {
  padding: 20px;
}
.sec02 li.second {
  margin: 0 22px;
}
.sec03 {
  line-height: 2;
}
.sec04 .fleft {
  position: relative;
}
.sec04 .fleft a {
  position: absolute;
  top: 175px;
  left: 7px;
  color: #fff;
  font-size: 14px;
}
.sec04 .fleft a span {
  font-size: 16px;
  font-weight: bold;
}
.sec04 .fleft a:hover {
  text-decoration: none;
  color: #fff;
}
.sec04box {
  background: #fdf9f3;
  border: 1px solid #ddd;
  padding: 20px;
  width: 980px;
  margin-top: 20px;
}
.sec04box h3 {
  background: #282970;
  color: #fff;
  font-size: 20px;
  /* font-weight: bold; */
  margin-bottom: 25px;
  text-align: center;
  line-height: 36px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sec04box ul {
  margin: 0 10px;
}
.sec04box ul li {
  background: url(../images/training/training_img11.png) no-repeat left 4px;
  padding-left: 24px;
  margin-bottom: 10px;
}
.sec05 table {
  width: 978px;
  border-collapse: collapse;
}
.sec05 table th {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background: #666666;
}
.sec05 table th,
.sec05 table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.th2 {
  font-weight: bold;
}
.red {
  color: #282970;
}
.blue {
  color: #0000d9;
}
.sec05box {
  background: #fdf9f3;
  border: 1px solid #ddd;
  width: 980px;
  margin-top: 40px;
  box-sizing: border-box;
}
.sec05box h3 {
  background: #282970;
  color: #fff;
  font-size: 20px;
  /* font-weight: bold; */
  margin-bottom: 25px;
  text-align: center;
  line-height: 36px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sec05box .boxinner {
  width: 430px;
  float: left;
  padding: 0 29px;
  margin-bottom: 30px;
}
.sec05box .boxinner img {
  margin-bottom: 20px;
}
.sec05box ul li {
  background: url(../images/training/training_img11.png) no-repeat left 5px;
  padding-left: 24px;
  margin-bottom: 10px;
}
.sec06 .voicebox {
  width: 744px;
  border: 8px solid #eeeeee;
  padding: 20px;
}
.grbox {
  background: #eeeeee;
  padding: 20px;
}
.grbox h4 {
  color: #282970;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.voicebox ul li,
.grbox ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.voicebox ul li + li {
  margin-top: 5px;
}

.recruitPage {
}
.recruitPage {
}
.premessa_img {
  position: relative;
}
.premessa_img span {
  position: absolute;
  bottom: -41px;
  right: 0;
}
.premessa_cont {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: left;
}
.premessa_cont dt {
  color: #e50012;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.premessa_cont dd {
  font-size: 14px;
  line-height: 1.6;
}
.premessa_cont dd p + p {
  margin-top: 1em;
}
.rinBox {
  padding: 20px 10px;
  margin: 15px;
  border: 1px solid #ccc;
  background: #fdf9f3;
}
.rinBox dt {
  margin-bottom: 20px;
  text-align: center;
}
.rinBox dd {
}
.rinBox dd ul {
  text-align: center;
}
.rinBox dd ul li {
  float: none;
  display: inline-block;
}
.rinBox dd ul li + li {
  margin-left: 10px;
}
.photoBox {
  width: 1005px;
}
.photoBox dl {
  float: left;
  margin: 0 25px 25px 0;
  width: 310px;
}
.photoBox dt {
  margin-bottom: 10px;
}
.photoBox dd {
}
.recTable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
.recTable th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #282970;
  color: #fff;
  width: 25%;
  padding: 15px;
}
.recTable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 15px;
}
.inflowBox {
  position: relative;
  height: 370px;
}
.inflowBox dl {
  float: left;
  display: inline-block;
  width: 230px;
}
.inflowBox dl + dl {
  padding-left: 20px;
  background: url(../images/recruit/img18.png) no-repeat 5px 90px;
}
.inflowBox dt {
  margin-bottom: 10px;
}
.inflowBox dd {
  text-align: center;
  font-size: 14px;
}
.inflowBox .recmessa01 {
  position: absolute;
  top: 300px;
  left: 0;
  width: 460px;
  padding: 20px;
  text-align: left;
  background: #faccd0;
}
.inflowBox .recmessa01:after {
  content: " ";
  background: url(../images/recruit/img19.png) no-repeat 0 0;
  width: 30px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 235px;
}
.inflowBox .recmessa02 {
  position: absolute;
  top: 300px;
  right: 0;
  width: 420px;
  padding: 20px;
  text-align: left;
  background: #faccd0;
}
.inflowBox .recmessa02:after {
  content: " ";
  background: url(../images/recruit/img20.png) no-repeat 0 0;
  width: 123px;
  height: 90px;
  display: inline-block;
  position: absolute;
  top: -90px;
  left: 230px;
}

.columundl dt {
  float: left;
  width: 120px;
}
.columundl dd {
  padding-left: 120px;
}
.timeSche th + td {
  text-align: left;
  padding-left: 1em;
}

.textblue {
  color: #024fc1;
}

.tdLeft td p {
  text-align: left;
  padding-left: 1em;
}

/* 161213 個人情報
-------------------------------------*/

#privacy {
}
#privacy p {
  line-height: inherit;
  margin: auto;
  padding: 0;
}
#privacy span {
  font-weight: bold;
}
#privacy dl {
  margin: 0 0 15px;
}
#privacy dl dt {
  margin: 0 0 10px 0;
  font-weight: bold;
}
#privacy dl dd {
  margin: 0 0 0 0;
  line-height: 2em;
}
#privacy dl dd span {
  line-height: 1.4em;
  font-size: 10px;
  font-weight: normal;
}
#privacy dl dd ul {
  margin: 0 0 20px 0;
}
#privacy dl dd ul li {
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
  line-height: 1.7em;
  background-image: url(../images/spacer2.gif);
  background-repeat: no-repeat;
  background-position: 10px 6px;
}

/*　カーディーラーサービス
-------------------------------------*/
.dealerBox {
  padding: 20px;
  background: #eee;
  font-size: 14px;
}
.dealerBox .fright {
  width: 760px;
}
.dealerResult dl {
  float: left;
  width: 560px;
}
.dealerResult + .dealerResult {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
.dealerResult dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dealerResult dd {
}
.service .imgR .mt20,
.introductionPage .imgR .mt20,
.dealerResult dd .mt20 {
  font-weight: bold;
  padding: 15px;
  background: #fafafa;
}
.service .imgR .mt20 span,
.introductionPage .imgR .mt20 span,
.dealerResult dd .mt20 span {
  display: block;
  clear: both;
  color: #e61a26;
}
.dealerSeminar .fright {
  width: 660px;
}
.movieBox video {
  width: 600px;
}
.dealerPage .mainImg {
  background-size: cover;
  display: block;
  background: url(../images/dealer/main_back.png) no-repeat center 0;
}
.dealerPage .mainImg img {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -304px;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

/*バックナンバー-----------------------------------------------*/
p.backnumber_copy {
  font-size: 30px;
  font-weight: bold;
}
p.backnumber_copy span {
  font-size: 12px;
  font-weight: normal;
}
p.backnumber_copy_red {
  color: red;
}
/*170327追加css-------------------------------------------------------*/
.seminar_video_list {
  margin-top: 20px;
}
.seminar_video_list li {
  float: left;
  margin-right: 24px;
  width: 204px;
}
.seminar_video_list li:last-child {
  margin-right: 0;
}
.seminar_video_list li a {
  display: block;
}
.seminar_video_list li a:hover img {
  opacity: 0.7;
}
.seminar_video_list img {
  margin-bottom: 10px;
}

/*181130-----------------------------------------------------------*/

.wrap {
  width: 980px;
  margin: 0 auto;
}
body#indexPage .dealerBox + .dealerBox {
  margin-top: 20px;
}
ul.philosophyList li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
/*ul.philosophyList li:before {
    content: '';
    position:absolute;
    left: 0;
    top: 9px;
    width: 10px;
    border-top: 3px solid #282970;
    height: 0px;
}*/
ul.philosophyList li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  /* border-top: 3px solid #282970; */
  /* height: 0px; */
  color: #282970;
  height: 10px;
}
/* IE9 */
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  ul.philosophyList li:before {
    top: 4px;
  }
}
/* IE10〜11 */
_:-ms-input-placeholder,
:root ul.philosophyList li:before {
  top: 4px;
}
/* Edge12〜14 */
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  ul.philosophyList li:before {
    top: 4px;
  }
}

h1#logo a {
  /* float: left; */
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#logo:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.sainokaika_imgBox {
  width: 180px;
  float: left;
}
.sainokaika_imgBox span {
  display: block;
  width: 160px;
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 2px;
  color: #fff;
  background: #282970;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/*181227---------------------------------*/
#privacy .pricyList p,
#privacy .pricyList ul {
  margin-bottom: 0;
  margin-left: 22px;
}
#privacy .pricyList ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#privacy .pricyList p.ttl {
  margin-left: 0;
  margin-top: 20px;
  font-weight: bold;
}
#privacy .pricyList .inner {
  margin-left: 22px;
}
#privacy .pricyList .inner p,
#privacy .pricyList .inner ul {
  margin-left: 35px;
}
#privacy .pricyList .inner p.ttl {
  margin-left: 0;
  margin-top: 10px;
  font-weight: normal;
}
#privacy .pricyList h4.heading02 {
  margin-top: 40px;
}
.pricyList a {
  color: #282970;
  /* font-weight: bold; */
}

/*190305----------------------------------------------------*/
.top_news_ttl:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #282970 transparent transparent transparent;
  content: "";
  position: absolute;
  right: -60px;
  top: 0;
}

.top_news_wrap {
  width: 980px;
  margin: 0 auto;
  /* overflow: -webkit-paged-x; */
}

.top_news_ttl {
  background: #282970;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  width: 140px;
  font-size: 16px;
  position: relative;
  float: left;
}

.top_news_cnt {
  /* background: rgba(255,255,255, .9); */
  float: left;
  width: 770px;
  height: 60px;
  text-align: left;
  margin-left: 70px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.top_news_ttl:before {
  content: "";
  height: 60px;
  width: 1000px;
  position: absolute;
  left: -1000px;
  background: #282970;
}

.top_news_cnt:after {
  /* content: ''; */
  height: 60px;
  position: absolute;
  width: 1000px;
  background: rgba(255, 255, 255, 0.9);
}

.top_news_cnt p {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 2000px;
}
.top_news_cnt dl dt {
  float: left;
  margin-right: 15px;
}
.top_news_cnt dl dd {
  float: left;
}
.top_news {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
.top_section.top_bnr {
  margin-top: 30px;
  background-image: url(../images/index/top_img02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.top_section.top_bnr .ttl span,
.top_section.top_bnr .ttl a {
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  display: inline;
  text-decoration: none;
}
.top_section.top_bnr ul li {
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.top_section.top_bnr .ttl span:before,
.top_section.top_bnr .ttl a:before {
  content: "";
  width: 60px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  left: -80px;
  top: 10px;
}
.top_section.top_bnr .ttl span:after,
.top_section.top_bnr .ttl a:after {
  content: "";
  width: 60px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  right: -80px;
  top: 10px;
}
.section_inner {
  width: 980px;
  margin: 0 auto;
}
.top_bnr .section_inner {
  position: relative;
}
.top_bnr .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-25px);
}
.top_section {
  padding: 60px 0;
}
.top_section {
  padding: 60px 0;
}
.top_section.top_concept {
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background: url(../images/index/top_img04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top_section.top_concept p {
  font-size: 20px;
  margin-bottom: 30px;
}
.top_section.top_concept p.copy {
  font-size: 32px;
  margin: 10px 0;
}
.btn_bk a {
  text-decoration: none;
  border: 1px solid #333;
  box-sizing: border-box;
  background: #333;
  display: block;
  color: #fff;
  width: 440px;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
  position: relative;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.btn_bk a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}
.top_section.top_seminar {
  display: none;
}
h2.top_h2 {
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  margin-bottom: 40px;
}
h2.top_h2 span {
  display: block;
  font-size: 12px;
  color: #282970;
}
.top_section.top_column dl {
  width: 470px;
  float: left;
  text-align: left;
  margin-bottom: 40px;
  margin-right: 40px;
}
.top_section.top_column dl:nth-child(2n) {
  margin-right: 0;
}
/*.top_section.top_column dl + dl {
    margin-left: 40px;
}*/
.top_section.top_column dl dt {
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background: #282970;
  color: #fff;
  font-size: 20px;
  padding: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.top_section.top_column dl dd a {
  border: 1px solid #282970;
  color: #282970;
  padding: 15px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}
.top_section.top_column dl dd a:after {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -5px 0 0 0;
  vertical-align: middle;
  border-color: #282970;
  content: "";
}
.top_section.top_userful {
  background: #f6f6f6;
}
.top_section.top_userful ul {
  overflow: hidden;
  width: 1020px;
}
.top_section.top_userful ul li {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
  cursor: pointer;
}
.top_section.top_userful ul li:hover {
  opacity: 0.7;
}
/*.top_section.top_userful ul li:nth-of-type(3n) {
    margin-right: 0;
}*/
.bottom_cotanct {
  padding: 50px 0;
  background: #e9e9f2;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.top_bnr_txt {
  background-image: url(../images/index/top_bnr_txt01.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 574px;
  height: 65px;
  animation-name: fadeText;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: alternate;
  animation-delay: 0.1s;
  margin: 0 auto;
}

@keyframes fadeText {
  0% {
    background-image: url(../images/index/top_bnr_txt01.png);
  }
  100% {
    background-image: url(../images/index/top_bnr_txt02.png);
  }
}

.area-link:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.top_section.top_column dl dd a:hover {
  transition: 0.3s;
  background: #282970;
  color: #fff;
}
.top_section.top_column dl dd a:hover:after {
  transition: 0.3s;
  right: 10px;
  border-color: #fff;
}
.btn_bk a:hover {
  transition: 0.3s;
  border: 1px solid #333;
  background: transparent;
  color: #333;
}
.btn_bk a:hover:after {
  transition: 0.3s;
  right: 10px;
  border-color: #333;
}
.top_section.top_userful ul li img {
  margin-bottom: 10px;
  max-width: 100%;
}
.top_section.top_userful ul li {
  text-align: left;
}
.top_section.top_userful ul li a {
  text-decoration: none;
  font-size: 16px;
}

.bottom_cotanct h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
.bottom_cotanct p {
  font-size: 16px;
}
.bottom_cotanct ul {
  margin: 20px auto 0;
  overflow: hidden;
  width: 980px;
}
.bottom_cotanct ul li {
  float: left;
  width: 290px;
  margin-right: 20px;
}
.bottom_cotanct ul li img {
  width: 100%;
}
.bottom_cotanct ul li:nth-of-type(3) {
  margin-right: 0;
}
.bottom_cotanct ul li a {
  display: block;
  background: #f60;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
  position: relative;
}
.bottom_cotanct ul li:nth-of-type(1) {
  margin-top: 8px;
  width: 340px;
  margin-right: 40px;
  text-align: right;
}
.bottom_cotanct ul li:nth-of-type(1) span {
  /* text-align: right; */
  font-family: "メイリオ";
  font-size: 12px;
}
.bottom_cotanct ul li a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}
.bottom_cotanct ul li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/*service*/
.service .mainImg {
  display: block;
  height: 300px;
  background-image: url(../images/service/service_img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.service .mainImg_inner {
  height: auto;
  padding-top: 20px;
}
.service div#content {
  margin-top: 0;
  width: auto;
}
#onePage.service #main {
  width: auto;
  margin: 0 auto;
  float: none;
}
.service div#content {
  margin-top: 0;
  width: auto;
}
.service_local_nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f6f6f6;
  height: 80px;
  /* overflow: hidden; */
  /*margin-bottom: 60px;*/
}
.service_local_nav li {
  float: left;
  display: table;
  /* 250106 サイト改修*/
  /* width: 196px; */
  width: 244px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
}
.service_local_nav li:last-child {
  border-right: 1px solid #ccc;
}
.service_local_nav ul {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
}
.service_local_nav li a {
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-decoration: none;
  font-size: 16px;
  color: #2f3069;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  position: relative;
}
/* 250106 サイト改修*/
/* .service_local_nav li a:before {
	display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #2f3069;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    content: '';
} */
.service_local_nav li a:hover:before {
  transiton: 0.3s;
  border-color: #fff;
}
.service_local_nav li.current a:before {
  border-color: transparent !important;
}

.service_local_nav li.current a {
  background: #2f3069;
  color: #fff;
}
.service_local_nav li a:hover {
  transition: 0.3s;
  background: #2f3069;
  color: #fff;
}
.under_section {
  width: 980px;
  margin: 0 auto 80px;
  text-align: left;
}
h2.under_h2 {
  background-image: url(../images/common/h2_img.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 32px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
h2.under_h2 span {
  font-size: 20px;
  display: block;
  clear: both;
  text-align: left;
  margin: 0 0 0 0;
}
.service_reason_box .txt {
  margin: 0px 40px 0 0;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  /* text-decoration: none; */
  font-size: 16px;
  color: #2f3069;
  padding: 30px;
  background-image: url(../images/service/service_img07.png),
    url(../images/service/service_img08.png);
  background-repeat: no-repeat;
  background-position: left top, bottom right;
  /* font-weight: bold; */
  width: 400px;
  float: left;
}
.service_reason_box .img {
  float: left;
  width: 480px;
  overflow: hidden;
}
.service_reason_box {
  margin: 40px 0;
}
.service_local_nav.bottom {
  width: 980px;
  margin: 0 auto 80px;
}
.imgL img {
  float: left;
  margin-right: 40px;
  overflow: hidden;
}

/*column*/
.column .mainImg {
  display: block;
  height: 200px;
  background: url(../images/column/column_img01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.column .mainImg img {
  position: absolute;
  left: 0;
  top: 70px;
}
.column .navigation {
  display: block;
}
.column div#content {
  text-align: left;
}
.column .navigation {
  display: block;
}
.column div#content {
  text-align: left;
}
.imgR {
  overflow: hidden;
}
.imgR .img {
  float: right;
  margin: 0 0 0 40px;
}
.imgR .txt {
  overflow: hidden;
}
h3.under_h3 {
  color: #282970;
  font-size: 24px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 20px;
  position: relative;
  background: #f6f6f6;
  padding: 8px 20px 8px 25px;
  font-weight: bold;
}
h3.under_h3:before {
  content: "";
  border-top: 1px solid #282970;
  width: 15px;
  position: absolute;
  left: 0;
  top: 26px;
}
@media all and (-ms-high-contrast: none) {
  h3.under_h3:before {
    top: 32px;
  }
}
.column .under_section p {
  line-height: 1.8;
  text-align: left;
}
.column .under_section {
  margin: 0 auto 60px;
}
.column_lib {
  background: #eff2fa;
  padding: 30px;
  margin-bottom: 80px;
}
.column_lib h3 {
  color: #282970;
  font-size: 20px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 10px;
}
.column_lib ol {
  padding-left: 40px;
}
.column_lib ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.column_banner {
  /* overflow: hidden; */
}
ul.column_banner li {
  float: left;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 470px;
  box-sizing: border-box;
  border: 2px solid #282970;
  margin-right: 40px;
  margin-bottom: 20px;
  position: relative;
  min-height: 195px;
  cursor: pointer;
}
ul.column_banner li:nth-child(2n) {
  margin-right: 0;
}
/*ul.column_banner li + li {
	margin-left: 40px;
}*/
ul.column_banner .btn {
  background: #ccc;
  border-radius: 3px;
  padding: 4px;
  color: #fff;
  width: 190px;
  text-align: center;
  position: relative;
  background: #ff6600;
}
ul.column_banner .btn:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  content: "";
}
li.column_dl {
  position: relative;
}
li.column_dl .img {
  position: absolute;
  top: 4px;
  left: 55px;
}
li.column_dl .ttl {
  border-bottom: 1px solid #d8d8e6;
  padding: 8px 20px 8px 250px;
  font-size: 14px;
  /* font-weight: bold; */
  margin-bottom: 0 !important;
}
li.column_dl .ttl2 {
  color: #282970;
  padding: 8px 0 8px 250px;
  font-size: 22px;
  line-height: 1.2;
}
li.column_dl .btn {
  /* padding: 0 0 0 250px; */
  margin: 15px 0 0 250px;
}
li.column_pre {
  background: url(../images/column/column_img07.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
li.column_pre img {
  position: absolute;
  left: 10px;
  top: 25px;
}
li.column_pre .ttl2 {
  padding: 30px 0 0 250px;
  font-size: 22px;
  line-height: 1.2;
  color: #282970;
}
li.column_pre .btn {
  position: absolute;
  right: 20px;
  bottom: 12px;
}
li.column_pre .ttl2 {
  color: #282970;
  padding: 30px 0 50px 250px;
  font-size: 22px;
  line-height: 1.2;
}
li.column_pre .btn {
  position: absolute;
  right: 20px;
  bottom: 12px;
}
ul.column_banner li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
ul.column_banner .btn a {
  text-decoration: none;
  color: #fff;
}
.column_author {
  background: #f6f6f6;
  padding: 30px;
  margin: 60px auto 80px auto;
  overflow: hidden;
}
.column_author .img {
  float: left;
  margin-right: 30px;
}
.column_author .txt {
  overflow: hidden;
}
.column_author p.name {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.column_author p.name strong {
  font-size: 20px;
}
.column_author p.name span {
  font-size: 12px;
  color: #282970;
}
.relate_column {
  overflow: hidden;
}
.relate_column li form {
  cursor: pointer;
  display: block;
}
.relate_column li form:hover {
  opacity: 0.7;
}
.relate_column li {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.relate_column .voicebox ul li {
  width: 100%;
  padding-left: 0;
  text-indent: 0;
}

.top_section.relate_column li:nth-child(3) {
  margin-right: 0;
}
body.column .relate_column li:nth-of-type(3n),
.columnmenulist li:nth-of-type(3n),
.relate_column .detailcolumn li:nth-of-type(3n),
.columnindex .relate_column li:nth-of-type(3n) {
  margin-right: 0;
}
body.column.usefulPage .relate_column li:nth-of-type(3n) {
  margin-right: 40px !important;
}
.relate_column li dl {
  overflow: hidden;
  /*display:table;*/
  width: 100%;
}
.relate_column li dl dt {
  /*display:table-cell;
    min-width: 80px;
    min-height: 80px;*/
  position: relative;
  overflow: hidden;
  float: left;
  width: 80px;
  height: 74px;
  background-size: cover !important;
}
.relate_column li dl dt img {
  position: absolute;
  max-height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.relate_column li dl dd {
  /*display:table-cell;
    width: 200px;*/
  min-height: 74px;
  width: 220px;
  box-sizing: border-box;
  padding: 10px 20px 10px 10px;
  background: #f6f6f6;
  /*position:relative;*/
  float: right;
}
/* 250106 サイト改修*/
/* .relate_column li dl dd:after {
position: absolute;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #232471;
    content: '';
    right: 3px;
    top: 50%;
    margin-top: -4px;
} */
.relate_column li dl dd a {
  font-size: 13px;
  text-decoration: none;
  display: block;
}
body.column .relate_column li dl dd a {
  font-size: 14px;
}
ul.column_cat_menu li {
  display: table;
  float: left;
}
ul.column_cat_menu li a {
  display: table-cell;
  text-decoration: none;
  background: #282970;
  color: #fff;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  border: 1px solid #282970;
}
ul.column_cat_menu li a span {
  display: block;
  font-size: 12px;
}
ul.column_cat_menu li a:after {
  position: absolute;
  display: inline-block;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  border-color: #fff;
  content: "";
  top: 50%;
  margin-top: -5px;
}
ul.column_cat_menu li a:hover {
  transition: 0.3s;
  background: #fff;
  color: #282970;
  border: 1px solid #282970;
}
ul.column_cat_menu li a:hover:after {
  right: 10px;
  border-color: #282970;
}
.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}
.ticker ul li span {
  /*display: inline-block;*/
  margin-right: 10px;

  display: none;
}
p#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}
p#pagetop a {
  display: block;
  background: #666;
  position: relative;
  width: 50px;
  height: 50px;
}
p#pagetop a:hover {
  background: #2f3069;
  transition: 0.3s;
  opacity: 0.7;
}
p#pagetop a:before {
  display: block;
  top: 20px;
  right: 16px;
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  vertical-align: middle;
  border-color: #fff;
  content: "";
}

.cateBox {
}
.cateBox .cateItem {
  float: left;
  width: 470px;
}
.cateBox .cateItem + .cateItem {
  float: right;
}
.cateBox .cateItem li {
  width: 100%;
}

body.column.usefulPage .relate_column .newBox {
  width: 1020px;
}
.relate_column .newBox li dl dt {
  display: block;
  width: 100%;
  height: inherit;
}
.relate_column .newBox li dl dt img {
  position: static;
  transform: inherit;
  width: 100%;
}
.relate_column .newBox li dl dd {
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  min-height: inherit;
}
.usefulPage .relate_column .newBox li dl dd {
  text-align: center;
  padding: 10px;
}

@media all and (-ms-high-contrast: none) {
  h3.under_h3 {
    padding: 15px 20px 15px 25px;
  }
  .relate_column li dl dt img {
    max-height: none;
  }
  .service_local_nav li a:before {
    margin-top: 20px;
  }
}

.seachBox {
  padding: 15px;
  background: #e9e9f2;
  margin-bottom: 30px;
}
.seachBox .seachHead {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.seachBox .seachInner {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.seachBox .seachInner .seachttl {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
  text-align: center;
  background: #282970;
  color: #fff;
  border-left: 5px solid #e9e9f2;
  border-right: 15px solid #e9e9f2;
}
.seachBox .seachInner ul {
  display: table-cell;
  width: 800px;
}
.seachBox .seachInner li {
  float: left;
  width: 192px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 5px 0 3px 0;
}
.seachBox .seachInner li:nth-child(4n) {
  margin-right: 0;
}
.seachBox .seachInner li input {
  margin-right: 3px;
}

.under_section video {
  max-width: 600px;
}

.flowBox {
}
.flowBox dl {
  width: 100%;
  position: relative;
  display: table;
}
.flowBox dl + dl {
  margin-top: 15px;
}
.flowBox dl:before {
  position: absolute;
  z-index: 10;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -15px;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 15px solid #2f3069;
}
.flowBox dl:last-child:before {
  display: none;
}
.flowBox dt {
  width: 200px;
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  background: #2f3069;
}
.flowBox dd {
  display: table-cell;
  width: 780px;
  padding: 20px;
  vertical-align: middle;
  box-sizing: border-box;
}

.copy p,
p.copy {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}

.voicelist {
}
.voicelist li {
  float: left;
  padding: 10px 10px 10px 30px;
  margin: 0 5px 10px 5px;
  border-bottom: 1px dotted #ccc;
  width: calc(50% - 50px);
  position: relative;
}
.voicelist li:before {
  position: absolute;
  display: inline-block;
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #282970;
  border-right: 2px solid #282970;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  border-color: #282970;
  content: "";
  top: 18px;
}

p + .philosophyList,
.philosophyList + h3,
.imgR + h3 {
  margin-top: 30px;
}

.counterlist {
  counter-reset: section;
}
.counterlist li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.counterlist li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: -2px;
  background: #2f3069;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px;
}

.companyAc {
  margin-top: 50px;
}
.companyAc dt {
  margin-bottom: 10px;
  padding: 10px 10px 10px 35px;
  font-weight: bold;
  font-size: 18px;
  background: #282970;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.companyAc dt:hover {
  opacity: 0.7;
}
.companyAc dt:before {
  position: absolute;
  display: inline-block;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  border-color: #fff;
  content: "";
  top: 18px;
}
/*.companyAc dt:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 2px;
    background: #FFF;
    top: 12px;
    left: 20px;
}
.companyAc dt:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #FFF;
    top: 22px;
    left: 11px;
}*/
.companyAc dd {
  display: none;
  padding: 15px 15px 25px 15px;
}
.companyAc dd.open {
  display: block;
}
.companyAc dd + dt {
  margin-top: 10px;
}
.companyAc dd .fright {
  margin: 0 0 0 20px;
}

.talentList {
}
.talentList li {
  float: left;
  width: 320px;
  margin: 0 10px 10px 0;
  background: #f6f6f6;
  display: table;
}
.talentList li:nth-child(3n) {
  margin-right: 0;
}
.talentList li a {
  /*display: block;*/
  padding: 10px 10px 10px 25px;
  text-decoration: none;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.talentList li a:hover {
  /*opacity: 0.7;*/
  color: #fff;
  background: #282970;
}
.talentList li a:before {
  position: absolute;
  display: inline-block;
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #282970;
  border-right: 1px solid #282970;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  border-color: #282970;
  content: "";
  top: 50%;
  margin-top: -4px;
}
.talentList li a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .talentList li {
    min-height: 68px;
  }
  .talentList li a {
    padding-left: 25px;
    background: url("../images/common/listar.png") no-repeat 10px center;
    background-size: 7px 12px;
  }
  .talentList li a:hover {
    background: #282970 url("../images/common/listar2.png") no-repeat 10px
      center;
    background-size: 7px 12px;
  }
  .talentList li a:before {
    display: none;
  }
}

.ppinfo {
  text-align: right;
  margin-bottom: 20px;
}
.ppArea div + h3,
.ppArea ul + h3,
.ppArea p + h3 {
  margin-top: 30px;
}
.column #main .under_section .imgR p + p,
.sec06 .voicebox p + p {
  margin-top: 1em;
}
.ttl {
  font-weight: bold;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}
#privacy .inner {
  margin-left: 1em;
}
#privacy .inner ul {
  margin-left: 1em;
  margin-bottom: 2em;
}
.formError {
  color: red;
}
.thanksmessage p.center + p.center {
  margin-bottom: 50px;
}

input.formbtn01 {
  background: url(../images/download/form01_off.png) no-repeat 0 0 !important;
  width: 360px !important;
  height: 73px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: -5000px;
  overflow: hidden;
}
input.formbtn01:hover {
  background: url(../images/download/form01_on.png) no-repeat 0 0 !important;
}
input.formbtn02 {
  background: url(../images/download/form02_off.png) no-repeat 0 0 !important;
  width: 360px !important;
  height: 73px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: -5000px;
  overflow: hidden;
}
input.formbtn02:hover {
  background: url(../images/download/form02_on.png) no-repeat 0 0 !important;
}
.address_label {
  display: inline-block;
  width: 100px;
}
.column.usefulPage .mainImg {
  background: url(../images/backnumber/main_back_download.png) no-repeat center
    0 !important;
  background-size: cover !important;
}
.column.contactPage .mainImg {
  background: url(../images/mv_form.png) no-repeat right 0 !important;
  background-size: cover !important;
}
.talentbloomingPage .mainImg {
  background: url(../images/mv_talentblooming.png) no-repeat center 0 !important;
  background-size: cover !important;
}
.introductionPage .mainImg {
  background: url(../images/mv_introduction.png) no-repeat center 0 !important;
  background-size: cover !important;
}
.trialPage .mainImg,
.salesPage .mainImg,
.creditPage .mainImg,
.leaderPage .mainImg,
.diagnosis .mainImg {
  height: 200px;
  display: block;
}
.trialPage .mainImg {
  background: url(../images/mv_trial.png) no-repeat center 0 !important;
  background-size: cover !important;
}
.salesPage .mainImg {
  background: url(../images/mv_sales.png) no-repeat center 0 !important;
  background-size: cover !important;
}
.creditPage .mainImg {
  background: url(../images/mv_credit.png) no-repeat center 0 !important;
  background-size: cover !important;
}
.leaderPage .mainImg {
  background: url(../images/mv_leader.png) no-repeat center 0 !important;
  background-size: cover !important;
}
.consultantsPage .mainImg {
  background: url(../images/mv_consultants.png) no-repeat center 0 !important;
  background-size: cover !important;
}
.column .mainImg.companyPage,
.companyPage .mainImg.privacyPage,
.corporatePage .mainImg.privacyPage,
.column.contactPage .mainImg {
  background: url(../images/main_back_consulting.png) no-repeat 0 0;
  background-size: cover !important;
}
.column .mainImg.companyPage .mainImg_inner,
.companyPage .mainImg.privacyPage .mainImg_inner,
.corporatePage .mainImg.privacyPage .mainImg_inner {
  height: 145px;
}
.dlicon {
  position: absolute;
  top: 15px;
  left: -50px;
  z-index: 50;
}
.usefulbtn {
  background: none;
  border: none;
  height: 0px;
  width: 100%;
  text-indent: -500px;
  overflow: hidden;
}
.imgR.imgleft .txt + .img,
.imgR.imgright .txt + .img,
.imgR.imgcenter .img {
  display: none;
}
form.imgright {
  padding: 0 0 20px 40px;
  background: #fff;
  float: right;
}
.imgR.imgright .img {
  padding: 0 0 20px 40px;
  background: #fff;
}
form.imgleft {
  padding: 0 0 20px 40px;
  background: #fff;
  float: left;
}
.imgR.imgleft .img {
  float: left;
  padding: 0 40px 20px 0;
  background: #fff;
}
form.imgleft img,
form.imgright img,
.imgR.imgleft .img img,
.imgR.imgright .img img {
  max-width: 420px;
}
.imgR.imgcenter .txt + .img {
  display: block;
  float: none;
  margin: 20px 0 0 0;
  text-align: center;
}
.imgR.imgcenter .txt + .img img {
  max-width: 960px;
}
.column .imgR.imgleft .txt,
.column .imgR.imgright .txt,
.column .imgR.imgcenter .txt {
  overflow: initial;
}

.columnlistUI ol {
  counter-reset: section;
}
.columnlistUI ol li {
  position: relative;
  padding-left: 25px;
  /*padding-top: 5px;*/
}
.columnlistUI ol li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 10px;
  padding: 2px 7px;
  background: #282970;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}
.columnlistUI ul {
  padding: 15px;
  background: #fff3f3;
  margin-bottom: 1em;
}
.columnlistUI ul li {
  /*padding-left: 1em;
    text-indent: -1em;*/
}

.columnlistUI ul li + li,
.columnlistUI ol li + li {
  margin-top: 10px;
}
.columnlistUI p + ul,
.columnlistUI ul + p,
.columnlistUI ol + p {
  margin-top: 1em;
}
.consultants_height .consultants_height_inner {
  max-height: 114px;
  overflow: hidden;
  display: inline-block;
}

body.usefulPage .relate_column .newBox li dl dt img {
  max-height: 173px;
}

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 75px;
  height: 75px;
  z-index: 10000;
}
#pagetop a {
  background: #282970;
  display: inline-block;
  padding: 20px;
}
#pagetop a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#pagetop a span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #fff transparent;
}

.tel_c {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 40px;
}
.tel_c span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

.foot-action {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 100;
}
.footer_contact_in {
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0 10px 0;
  text-align: center;
}

.footer_contact_in .footer_contact_left {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  width: 200px;
  float: left;
  background: url(../images/index/fa00.png) no-repeat 0 26px;
  background-size: 30px;
  padding-left: 40px;
}
.footer_contact_in .footer_contact_left span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.footer_contact_in ul {
  width: 580px;
  text-align: center;
  display: inline-block;
  float: right;
}
.footer_contact_in ul li {
  display: inline-block;
  width: 45%;
}
.footer_contact_in ul li + li {
  margin-left: 2%;
}
.footer_contact_in ul li a {
  text-decoration: none;
  background: #ff6600;
  color: #fff;
  font-weight: normal;
  padding: 15px 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.footer_contact_in ul li a:hover {
  opacity: 0.7;
}
.footer_contact_in ul li:first-child a {
  padding-left: 30px;
  background: #ff6600 url(../images/index/fa02.png) no-repeat 20px center;
}
.footer_contact_in ul li:last-child a {
  padding-left: 20px;
  background: #ff6600 url(../images/index/fa01.png) no-repeat 20% center;
}

.ver2 .footer_contact_in {
  max-width: 690px;
}
.ver2 .footer_contact_in .footer_contact_left {
  width: 320px;
}
.ver2 .footer_contact_in .footer_contact_left strong {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}
.ver2 .footer_contact_in ul {
  float: none;
  width: 330px;
}
.ver2 .footer_contact_in ul li {
  width: 270px;
}

#globalNav li ul {
  display: none;
  position: absolute;
  top: 60px;
  left: -208px;
  height: 61px !important;
  width: 980px;
  z-index: 100;
}
#globalNav li ul:hover {
  display: block;
}
#globalNav li ul li {
  padding-top: 1px;
}

.intItem + .intItem {
  margin-top: 15px;
}

.ankeTable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.ankeTable th,
.ankeTable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.ankeTable th {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #282970;
}
.ankeTable th.item {
  text-align: left;
  background: #f6f6f6;
  color: #282970;
  padding: 5px 10px;
}
.ankeTable td {
  text-align: left;
  padding: 5px 10px;
}
.ankeTable td + td {
  text-align: center;
  width: 50px;
  padding: 5px;
}

#search_box {
  clear: both;
  float: right;
  width: 350px;
  margin-top: 10px;
}
#search_box .gsc-control-cse {
  padding: 0;
}
#search_box .gsc-control-cse input#gsc-i-id1 {
  background: none !important;
}
#search_box .gsc-control-cse input#gsc-i-id1::placeholder {
  color: #fff !important;
}

#search_box ::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}

.gs-title {
  /* カスタム検索のページ名を左寄せに */
  text-align: left;
}
.companyAc dd p + p {
  margin-top: 1em;
}
.service_under_main {
  padding-top: 60px !important;
}
body.consultantsPage .under_section .cf .fltL a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

form.center,
form.imgright,
form.imgleft {
  cursor: pointer;
}
form.center input,
form.imgright input,
form.imgleft input {
  display: none;
}
form.imgright,
form.imgleft {
  max-width: 420px;
}
form.center:hover,
form.imgright:hover,
form.imgleft:hover {
  opacity: 0.7;
}

.diagnosis .mainImg {
  display: block;
  background-image: url(https://ability-bloom.co.jp/file/diagnosis_main-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.diagnosis .under_section .imgR .txt div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
}
.diagnosis .pc-only {
  display: block;
}

.diagnosis .under_section .col2_img {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
.diagnosis .under_section .col2_img img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .diagnosis .under_section .imgR .txt div {
    display: block;
  }
  .diagnosis .pc-only {
    display: none;
  }
  .diagnosis .under_section .col2_img {
    flex-wrap: wrap;
  }
  .diagnosis .under_section .col2_img img {
    width: 92%;
  }
}
.diagnosis .under_section .imgR .txt div p {
  width: 75%;
}
.diagnosis .under_section .imgR .txt div img {
  display: block;
  width: 25%;
}
.under_section .figure {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.diagnosis .list dl {
  margin-left: 30px;
}
.diagnosis .list dl:nth-of-type(2),
.diagnosis .list dl:nth-of-type(3) {
  margin-top: 20px;
}
.diagnosis .list dl dt {
  font-size: 18px;
  font-weight: bold;
}
.diagnosis .list dl:nth-of-type(3) dt {
  font-size: 16px;
  font-weight: 300;
}
.diagnosis .list dl dd {
  display: list-item;
  list-style: disc;
  margin-left: 45px;
}
.diagnosis .list dl .figure {
  margin: 0;
}

.diagnosis .voicebox ul li,
.grbox ul li {
  padding: 0;
  text-indent: 0;
}
.diagnosis .sec06 .voicebox {
  height: 160px;
}

.mr_3_0 li:nth-child(3) {
  margin-right: 0;
}
body.column .relate_column li dd {
  text-align: center;
}
.mr_3_0 li dd {
  text-align: center;
}

/*190711--------------------------------------------------------*/
#DoorPage #main {
  width: 100%;
  text-align: center;
  height: 100vh;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#DoorPage .main_middle {
  width: 100%;
  min-height: 66vh;
  box-sizing: border-box;
  background: url(../images/index/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
#DoorPage ul {
  width: 100%;
  min-height: 34vh;
  overflow: hidden;
}
#DoorPage ul li {
  float: left;
  width: 50%;
  position: relative;
}
#DoorPage ul li img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#DoorPage ul li {
  height: 34vh;
  box-sizing: border-box;
  position: relative;
}
#DoorPage ul li a {
  text-decoration: none;
  font-size: 3.5vh;
  line-height: 1.4;
  font-weight: bold;
  width: 100%;
  height: 34vh;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
}
#DoorPage ul li a:after {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#DoorPage ul li a:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body#DoorPage {
  border-top: none;
}
#DoorPage ul li:nth-of-type(1) a {
  border: 16px solid #292971;
}
#DoorPage ul li:nth-of-type(2) a {
  border: 16px solid #785023;
}
#DoorPage ul li:nth-of-type(1) a:after {
  background-image: url(../images/index/menu_bg01.png);
}
#DoorPage ul li:nth-of-type(2) a:after {
  background-image: url(../images/index/menu_bg02.png);
}
#DoorPage ul li a span {
  font-weight: normal;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
}
#DoorPage ul li:nth-of-type(1) a span {
  color: #b3aad3;
}
#DoorPage ul li:nth-of-type(2) a span {
  color: #d3b492;
}
body#DoorPage h1 {
  color: #292971;
  font-weight: normal;
  /*font-size: 40px;
    margin: 30px auto 40px;
    padding-right: 0.5em;*/
  font-size: 4.2vh;
  margin: 1vh auto;
}
body#DoorPage .main_middle {
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  padding: 50px 0;
}
#DoorPage .main_middle_inner {
  /*position: absolute;
  left: 50%;
  top: 31%;
  width: 90%;
  box-sizing: border-box;
  transform: translate(-50%, -60%);*/
  width: 100%;
}
#DoorPage .list_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 80%;
}
#DoorPage ul li div.bg:after {
  content: "";
  display: block;
  background: url(../images/index/overlay.png) repeat;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}

.detaillist {
}

@media all and (min-width: 768px) and (max-width: 1260px) {
  #DoorPage #main {
    min-width: 1000px;
  }
}
@media all and (max-width: 767px) {
  #DoorPage ul li {
    float: none;
    height: 20vh;
    width: 100%;
  }
  #DoorPage ul li a {
    height: 20vh;
  }
  #DoorPage ul {
    height: 48vh;
  }
  #DoorPage ul li {
    float: none;
    height: 24vh;
    width: 100%;
  }
  #DoorPage ul li a {
    height: 24vh;
  }
  /*body#DoorPage .main_middle {
		height: 52vh;
	}*/
  #DoorPage ul li a {
    font-size: 2.5vh;
  }
  #DoorPage ul li a span {
    font-size: 1.5vh;
    margin-bottom: 0.5vh;
  }
  #DoorPage ul li img {
    width: 3vh;
  }
  body#DoorPage .main_middle .logo img {
    width: 12vh;
  }
  body#DoorPage h1 {
    font-size: 4vh;
  }
  body#DoorPage p {
    font-size: 2.5vh;
  }
}

/*---------------

190828追記

--------------------*/

#news-paper {
  position: absolute;
  right: 10%;
  top: 100px;
  z-index: 100;
  display: block;
  background: #fff;
}
#movie_portal img,
#news-paper img {
  max-width: 20vw;
}
/*#mainvisual #movie_portal img,
#mainvisual #news-paper img {
    max-width: 17vw;
}*/
#movie_portal a,
#news-paper a {
  display: block;
}
#movie_portal {
  left: 10%;
  position: absolute;
  top: 100px;
  z-index: 100;
  background: #fff;
}
#news-paper a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#movie_portal a:hover,
#news-paper a:hover {
  opacity: 0.8;
}
#movie_portal a img,
#news-paper a img {
  /*width:  320px;*/
  /*width:  inherit !important;
    max-width: 260px !important;*/
}

.usefulform:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #news-paper {
    display: none;
  }
}

.contact_btn {
  width: 340px;
  margin: 0 auto;
}

.contact_btn a {
  display: block;
  background: #f60;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
  position: relative;
  text-align: center;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact_btn a:hover {
  opacity: 0.8;
}
.contact_btn a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}

.is-fixed {
  -webkit-animation-name: "is-fixed";
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  visibility: hidden;
}

.sym {
  overflow: hidden;
}
.sym dt {
  float: left;
}
.sym dd {
  float: left;
  margin-left: 15px;
}
.sym + .sym {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
}

.symposiumttl {
}
.symposiumBox {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.symposiumBox a {
  display: inline-block;
  width: 290px;
  background: #f60;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
  position: relative;
}
.symposiumBox a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.symposiumBox a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}
.themeTable,
.timeTable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 40px;
}
.themeTable th,
.themeTable td,
.timeTable th,
.timeTable td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 15px;
}
.timeTable th,
.themeTable th {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #282970;
}

.tbl01.columntable th,
.tbl01.columntable td {
  padding: 10px;
}
.tbl01.columntable th {
  word-break: keep-all;
}
.tbl01.columntable {
  margin-bottom: 20px;
  margin-top: 0;
}

/*
200304
*********************/
.align-center {
  text-align: center;
  margin-bottom: 30px;
}

.independence {
  margin-top: 30px;
}
ul.symposium_btn {
  margin: 0 auto;
  text-align: center;
}
ul.symposium_btn li {
  min-height: unset;
  border: none;
  float: none;
  width: 380px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.symposium_btn .symposiumBox {
  display: inline-block;
  width: 100%;
  background: #f60;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}
ul.symposium_btn .symposiumBox .ttl2 {
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0;
}
ul.symposium_btn .symposiumBox .ttl2:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}
.mv_mb {
  margin-bottom: 30px;
}

#portalPage .mainImg {
  background: url(../images/portal/mv.png) no-repeat center center;
  background-size: cover;
  height: 660px;
  color: #fff;
}
#portalPage .mainImg .mainImg_mpinner {
  margin: 0 auto;
  padding: 80px 0 0 0;
  width: 980px;
  position: relative;
}
#portalPage .mainImg .mhdi {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 40px;
  border-radius: 50%;
  background: #181c61;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#portalPage .mainImg h1 {
  text-align: left;
  font-size: 48px;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#portalPage .mainImg h1 span {
  font-size: 24px;
  display: block;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#portalPage .mainImg p {
  text-align: left;
  font-size: 20px;
  line-height: 2;
  text-shadow: 0 0 15px #000;
  margin: 40px 0;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.mpBox {
  margin-top: 50px;
}
.mpItem {
  float: left;
  margin: 0 20px 0 0;
  color: #fff;
  text-align: center;
  background: #181c61;
  width: 313px;
  box-sizing: border-box;
  padding: 30px;
}
.mpItem:nth-child(3n) {
  margin-right: 0;
}
.mpItem .mpHead {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.mpItem .mpHead span {
  display: block;
  text-align: center;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 20px;
}
.mpItem .mpHead img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.mpItem h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.mpItem:nth-child(3) h3 {
  letter-spacing: -2px;
}
.mpItem .mpHead p {
  font-size: 15px;
  line-height: 1.4;
}

.mpsection {
  width: 100%;
  margin-bottom: 0 !important;
}
.mpsection_inner {
  width: 980px;
  margin: 0 auto;
}
.mContent {
  overflow: hidden;
  width: 100%;
  background: #f4f4f4;
  text-align: center;
}
.mContent_inner {
  margin: 0 auto;
  padding: 70px 0;
  width: 980px;
}
.mContent dl {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: inline-block;
  float: left;
}
.mContent dl.mC01,
.mContent dl.mC02 {
  width: 300px;
}
.mContent dl.mC03,
.mContent dl.mC04 {
  width: 170px;
}
.mContent dl + dl {
  margin-left: 13px;
}
.mContent dl dt {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mContent dl dt:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #181c61;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
.mContent dl dd {
  float: left;
  margin: 20px 40px 0 0;
  width: 110px;
}
.mContent dl dd:nth-child(odd) {
  margin-right: 0;
  float: right;
}
.mContent dl.mC03 dd,
.mContent dl.mC04 dd {
  margin-right: 0 !important;
  float: none !important;
  width: 100%;
}
.mContent dl.mC03 dd.dd34,
.mContent dl.mC04 dd.dd34 {
  margin-top: 30px;
}
.mContent dl dd img {
  max-width: 100%;
}
.mContent dl dd span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

.mCase {
  margin: 0 auto;
  width: 860px;
}
.mCase dl {
  background: #181c61;
  float: left;
  margin: 40px 60px 0 0;
  color: #fff;
  width: 400px;
}
.mCase dl:nth-child(1),
.mCase dl:nth-child(2) {
  margin-top: 0;
}
.mCase dl dt {
  display: block;
  padding: 0 0 10px 0;
  font-size: 18px;
}
.mCase dl dt img {
  max-width: 100%;
}
.mCase dl dt span {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  margin: 25px 40px 0;
  border-bottom: 2px solid #fff;
}
.mCase dl dd {
  padding: 0 40px 35px 40px;
  font-size: 15px;
}
.mCase dl:nth-child(2n) {
  margin-right: 0;
}

.mPrice {
}
.mPrice p strong {
  color: #181c61;
  font-size: 20px;
  font-weight: bold;
}
.mPrice table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-top: 40px;
}
.mPrice th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 1.2;
  background: #f9f9f9;
  padding: 10px;
  font-weight: bold;
}
.mPrice td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
.mPrice td.tbicon {
  position: relative;
}
.mPrice td.tbicon + td {
  font-weight: bold;
  color: #ca1122;
}
.mPrice td.tbicon:after {
  position: absolute;
  top: calc(50% - 6px);
  right: -10px;
  content: "";
  background: url(../images/portal/mPrice_icon.png) no-repeat 0 0;
  width: 17px;
  height: 12px;
  display: inline-block;
}
.mPrice h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  border-left: 3px solid #181c61;
  margin: 90px 0 15px 0;
  padding-left: 20px;
}
.bottom_cotanct ul li.bcportal {
  margin-right: 0;
  width: 500px;
}

.toku {
  font-size: 28px;
  font-weight: bold;
  color: #ca1122;
}

.mpbtn {
  display: block;
  text-align: left;
}
.mpbtn a {
  width: 290px;
  display: block;
  background: #f60;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  position: relative;
}
.mpbtn a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.mpbtn a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}

.tablecolumn01 {
  border: 1px solid #ccc;
  border-bottom: none;
}
.tablecolumn01 th {
  background: #282970;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.tablecolumn01 tr + tr th,
.tablecolumn01 th + th {
  border-left: 1px solid #fff;
}
.tablecolumn01 td + td {
  border-left: 1px solid #ccc;
}
.tablecolumn01r td + td {
  text-align: right;
}

/*200824---------------------------------------------------*/
#portalPage .bnr__main__movie {
  position: absolute;
  top: 290px;
  right: 0px;
  color: #fff;
  background: #181c61;
  padding: 40px 40px 50px;
}

#portalPage .bnr__main__movie p {
  font-size: 25px;
  line-height: 1em;
  margin-top: -0;
  text-shadow: none;
  font-weight: bold;
}

#portalPage .bnr__main__movie a {
  color: #fff;
  background: #dc2c37;
  text-decoration: none;
  padding: 13px 78px;
  font-size: 16px;
  line-height: 1em;
  border-radius: 5px;
  position: relative;
}

#portalPage .bnr__main__movie a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}

#portalPage .mainImg .mainImg_mpinner .mhdi {
  font-size: 25px;
}
#portalPage .mpbtn_flex {
  display: flex;
  justify-content: space-between;
}
#portalPage .mpbtn_flex li {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
}
#portalPage .mpbtn_flex li + li {
  margin-left: 20px;
}
#portalPage .mpbtn_flex a {
  width: 100%;
  box-sizing: border-box;
}
#portalPage .mpbtn_flex p {
  /*position: absolute;
    right: 425px;
    bottom: -100px;*/
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  margin: 5px auto 0 auto;
}
#portalPage .bottom_cotanct .footercontact__attn {
  width: 980px;
  margin: 0 auto 0;
  /* font-family: 'Noto Serif Japanese',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
}
#portalPage .bottom_cotanct .footercontact__attn p {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  font-size: 12px;
  float: right;
  text-align: left;
}
#portalPage .bottom_cotanct {
  overflow: hidden;
}
/*#portalPage .boxer-video-wrapper{
	    height: 477.5px!important;
    width: 830px!important;
}
#portalPage #boxer{
	height: 497.5px!important;
    width: 850px!important;
}*/
#portalPage .movieBox {
  width: 860px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
#portalPage .movieBox a:hover {
  opacity: 0.6;
}
#portalPage .sec6_mt {
  margin-top: 60px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.covid_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.covid_box > * {
  width: 48%;
}

.covid_box .covid_box_thanks p {
  color: #fff;
  text-align: center;
  border: 2px solid #dc2c37;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  background: #dc2c37;
}

form h3 {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .mailmagazineLayout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mlItem {
    width: 49%;
  }
  /*.mlItem:nth-child(n+3) {
		margin-top: 20px;
	}*/
  .mlItem h3.under_h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mlItem h3.under_h3:before {
    top: 50%;
  }
  .mlItem .input1 {
    width: 100px !important;
  }
  .mlItem .input2 {
    width: 100% !important;
  }
  .mlItem .tbl01 th,
  .mlItem .tbl01 td {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.4;
  }
  .mlItem .tbl01 {
    margin-top: 10px;
  }
  .mlItem .tbl01 th .arb {
    padding: 1px 6px !important;
  }
}

.toleader {
  transition: 0.3s;
  color: #fff;
  background: #282970;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  float: right;
}
.toleader:after {
  content: ">";
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
}
.toleader:hover {
  opacity: 0.7;
  color: #fff;
}

.biPage p + p {
  margin-top: 1em;
}

.column .mainImg.mv_bi-seminar * {
  color: #fff;
}
.column .mainImg.mv_bi-seminar,
.mainImg.mv_bi {
  background: url("../images/book_introduction/mv_back.jpg") no-repeat 0 0 !important;
  background-size: cover !important;
}
.mainImg.mv_bi * {
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-style: normal !important;
}
.mainImg.mv_bi {
  display: block;
}
.mv_bi .mv_bi_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 50px;
}
.mv_bi .mainImg_inner {
  height: auto;
  padding: 60px 0;
}
.mv_bi .mv_bi_inner .mv_bi_inner-img {
}
.mv_bi .mv_bi_inner .mv_bi_inner-img img {
}
.mv_bi .mv_bi_inner .mv_bi_inner-img-label {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 999px;
  color: #282970;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
}
.mv_bi .mv_bi_inner .mv_bi_inner-img-label span {
  display: block;
  font-size: 24px;
}
.mv_bi .mv_bi_inner .mv_bi_inner-img-label span strong {
  font-size: 34px;
  font-weight: normal;
}
.mv_bi .mv_bi_inner .mv_bi_inner-cont {
  color: #fff;
}
.mv_bi .mv_bi_inner .mv_bi_inner-cont .mv_bi_inner-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 28px;
  gap: 30px;
  margin-bottom: 10px;
}
.mv_bi .mv_bi_inner .mv_bi_inner-cont .mv_bi_inner-label span {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  background: #282970;
  font-size: 20px;
}

.bi_seminar {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.bi_seminar .bi_seminar-label {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  min-width: 140px;
  padding: 20px 0;
}
.bi_seminar .bi_seminar-label span {
  font-size: 22px;
}
.bi_seminar .bi_seminar-label span strong {
  font-size: 30px;
}
.bi_seminar ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.bi_seminar ul li {
  font-size: 16px;
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}
.bi_seminar ul li strong {
  font-weight: bold;
  font-size: 20px;
}

.book_table {
  display: flex;
  gap: 10%;
}
.book_table .book_table_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.book_table .book_table_inner dl {
  display: block;
  widows: 100%;
  font-size: 16px;
}
.book_table .book_table_inner dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.book_table .book_table_inner dl dd {
}

.aformlink {
  background: #f60;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  min-width: 290px;
  transition: 0.3s;
  text-align: center;
  box-sizing: border-box;
}
.aformlink:hover {
  color: #fff;
  opacity: 0.7;
}
.aformlink:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  content: "";
}

.bi_contact {
  max-width: 650px;
  margin: 01 auto;
}
.bi_contact-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.bi_contact .bi_contact-area {
  flex: 1;
  max-width: 50%;
}
.bi_contact .bi_contact-area a {
  background: #333;
  display: block;
}
.bi_contact-amazon a {
  display: block;
  width: 100%;
}

.bibnrarea {
  display: flex;
  align-content: space-between;
  position: absolute;
  max-width: 500px;
  width: 100%;
  max-height: 240px;
  box-sizing: border-box;
  padding: 15px;
  background: #ccc;
  top: 110px;
  left: 5%;
}
.bibnrarea_thum {
  max-width: 30%;
}
.bibnrarea_thum img {
  max-width: 100%;
  max-height: 100%;
  transform: rotate(-10deg);
  margin-left: -20px;
  padding-right: 20px;
  margin-top: -20px;
}
.bibnrarea_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  flex: 1;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.bibnrarea_btn .aformlink:after {
  right: 5px !important;
}
.bibnrarea_block01 {
  color: #fff;
  position: relative;
  background: #252969;
  text-align: left;
  font-size: clamp(1rem, -0.875rem + 3vw, 1.375rem);
  line-height: 1.2;
}
.bibnrarea_block01 a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: clamp(1rem, 1.938rem + -1.5vw, 0.813rem);
  background: linear-gradient(
    45deg,
    transparent 0%,
    transparent 20%,
    #dc2c37 10%,
    #dc2c37 100%
  );
  padding: 5px 10px 5px 50px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bibnrarea_block01 a:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /*margin-right: 5px;*/
  vertical-align: middle;
  border-color: #fff;
  content: "";
}
.bibnrarea_block02 {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.bibnrarea_block02-item {
  flex: 1;
  max-width: 50%;
}
.bibnrarea_block02-item a {
  min-width: inherit;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #111;
  font-size: clamp(0.625rem, -Infinityrem + Infinityvw, 0.75rem);
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
}
.bibnrarea_block03 {
}
.bibnrarea_block03 a {
  min-width: inherit;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(1rem, 1.625rem + -1vw, 0.875rem);
}

.bibnrarea_block01,
.bibnrarea_block03 a,
.bibnrarea_block02-item a {
  padding: 1vh 1vw;
}

#pos2bnr {
  display: flex;
  position: absolute;
  /*top: calc(50% - 120px);
  left: calc(50% + 200px);*/
  justify-content: center;
  align-items: center;
  gap: 5px;

  right: 5%;
  /*width: 500px;*/
  max-width: 500px;
}

.bibnrarea,
#pos2bnr {
  top: 140px;
}
#pos2bnr a {
  flex: 1;
  max-width: 100%;
}

.topmvLayout {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 1;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  padding: 0 30px;
}
#DoorPage .topmvLayout {
  position: relative;
  top: inherit;
}
/*.topmvLayout*/
.bibnrarea {
  position: static;
}
.topmvLayout .bibnrarea + a + a,
.topmvLayout .bibnrarea + a {
  margin: 0 !important;
  transition: 0.3s;
}
.topmvLayout .bibnrarea + a + a:hover,
.topmvLayout .bibnrarea + a:hover {
  opacity: 0.7;
}

.archivercolumn_link {
  margin-top: 50px;
  text-align: center;
}
.archivercolumn_link a {
  font-size: 20px;
  min-width: 80%;
  font-weight: bold;
  font-family: "Noto Serif Japanese", Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.bookseminarlist {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-wrap: wrap;
}
.bookseminarlist li {
  margin: 0 !important;
  float: none;
  width: 100%;
}
ul.footer-arcive-column {
  display: flex;
  justify-content: center;
  gap: 40px;
}
ul.footer-arcive-column li {
  float: none;
  margin: 0 !important;
}

.topmvLayout .bibnrarea + a + a img,
.topmvLayout .bibnrarea + a img {
  max-width: 100%;
  max-height: 100%;
}

.mvbook {
}
.mvbook .mvbook_inner {
  position: relative;
}
.mvbook + a + a img,
.mvbook + a img,
.mvbook .mvbook_inner img {
  max-width: 100%;
}
.mvbook .mvbook_inner img.book-btn-img {
  position: absolute;
  top: -20px;
  left: 0;
  max-width: calc(100% - 320px);
}
.mvbook .mvbook_inner a {
  position: absolute;
  transition: 0.3s;
}
.mvbook .mvbook_inner a:hover {
  opacity: 0.7;
}
.mvbook .mvbook_inner a.book-btn-btn01 {
  top: 15px;
  right: 15px;
}
.mvbook .mvbook_inner a.book-btn-btn02 {
  top: 121px;
  right: 197px;
}
.mvbook .mvbook_inner a.book-btn-btn03 {
  top: 121px;
  right: 15px;
}
.mvbook .mvbook_inner a.book-btn-btn04 {
  bottom: 15px;
  right: 15px;
}
@media all and (max-width: 1400px) {
  /*.mvbook {
    width: 30vw;
  }
  .mvbook + a + a,
  .mvbook + a {
    width: 20vw;
  }*/
  .mvbook .mvbook_inner img.book-btn-img {
    top: -10px;
    left: 0;
    max-width: 35.2%;
  }
  .mvbook .mvbook_inner a.book-btn-btn01 {
    top: 0.8vw;
    right: 0.8vw;
    max-width: 60%;
  }
  .mvbook .mvbook_inner a.book-btn-btn02 {
    top: 42.8%;
    right: 33.5%;
    max-width: 29%;
  }
  .mvbook .mvbook_inner a.book-btn-btn03 {
    top: 42.8%;
    right: 0.8vw;
    max-width: 29%;
  }
  .mvbook .mvbook_inner a.book-btn-btn04 {
    bottom: 0.8vw;
    right: 0.8vw;
    max-width: 60%;
  }
}

.aformlink.maxend {
  background: #fff;
  color: #dc2c37;
  border: 2px solid #dc2c37;
  font-weight: bold;
}
.aformlink.maxend:after {
  display: none;
}
.aformlink.maxend:hover {
  opacity: 1 !important;
}

/*250106 サイト改修*/
.index_copy.top-page_copy {
  top: 33%;
}
.topmvLayout {
  flex-wrap: wrap;
  width: 1200px;
  max-width: 95%;
  margin-inline: auto;
  padding: 0;
  gap: 30px 1.5625vw;
}
.topmvLayout.top-page_mvLayout {
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.topmvLayout__container {
  width: calc((100% - (1.5625vw * 3)) / 4);
  position: relative;
  overflow: hidden;
}
.topmvLayout__inner {
  position: absolute;
  top: 8px;
  left: 1.1458333vw;
  text-align: left;
}
.topmvLayout__inner--flex {
  display: flex;
  gap: 24px;
}
.topmvLayout__link {
  display: block;
  scale: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.topmvLayout__link:hover {
  scale: 1.04;
}
.topmvLayout__bg {
  -o-object-fit: cover;
  width: clamp(282px, 14.7vw, 282px);
  min-height: 98px;
  object-fit: cover;
}
.topmvLayout__ttl {
  color: #222222;
  font-weight: bold;
  font-size: 22px;
  font-family: "Noto Serif JP";
}
.topmvLayout__ttl--en {
  display: block;
  color: #b9b9b9;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  font-family: "Noto Sans JP";
}
.topmvLayout__ttl span {
  font-size: 20px;
}
.topmvLayout__img {
  width: 99px;
  margin-top: -10px;
}
.topmvLayout__img img {
  -o-object-fit: cover;
  width: 80%;
  object-fit: cover;
}
.topmvLayout__btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 20px;
  background-color: #222222;
  color: #fefeff;
  font-weight: bold;
  font-size: 14px;
  font-family: "Noto Serif JP";
}

.manager-ability__ttl {
  color: #d3d3d3;
  font-style: italic;
  font-size: 71.71px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.manager-ability__ttl--large {
  font-size: 107px;
}
.manager-ability__img {
  width: 979px;
  margin: 0;
}
.manager-ability__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.manager-ability__content {
  position: relative;
}
.manager-ability__list {
  display: flex;
  position: absolute;
  align-items: center;
  gap: 24px;
}
.manager-ability__list dt {
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP";
  text-align: center;
}
.manager-ability__list dd {
  font-weight: bold;
}
.manager-ability__list--01 {
  top: 56px;
  left: 180px;
}
.manager-ability__list--01 dd {
  margin-top: -40px;
  margin-left: 62px;
  font-weight: normal;
}
.manager-ability__list--02 {
  top: calc(50% + 5px);
  left: 160px;
  transform: translateY(-50%);
}
.manager-ability__list--02 dd {
  margin-top: -20px;
  margin-left: 80px;
}
.manager-ability__list--03 {
  top: 280px;
  left: 190px;
}
.manager-ability__list--03 dd {
  margin-top: -20px;
  margin-left: 200px;
}
.manager-ability__list-txt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.manager-ability__list-txt--num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #272969;
  color: #fff;
  font-size: 16px;
}
.manager-ability__list-txt--blue {
  margin-left: 5px;
  color: #272969;
  font-weight: bold;
  font-size: 16px;
}
.manager-ability__list-txt--black {
  position: relative;
  padding-left: 15px;
  font-weight: normal;
}
.manager-ability__list-txt--black::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "：";
}
.manager-ability__list-txt + .manager-ability__list-txt {
  margin-top: 5px;
}
.manager-ability__txt {
  margin-top: 44px;
  color: #000000;
  font-size: 16px;
  line-height: 1.813;
  font-family: "Noto Sans JP";
}

.manager-cost__inner {
  width: 100%;
}
.manager-cost__head-ttl {
  padding: 30px 0;
  background-color: #f4f4f4;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.manager-cost__head-ttl .arrow-triangle {
  position: relative;
  padding-left: 50px;
}
.manager-cost__head-ttl .arrow-triangle::before,
.manager-cost__head-ttl .arrow-triangle::after {
  display: inline-block;
  position: absolute;
  top: calc(50% + 2px);
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #282970;
  border-style: solid;
  content: "";
}
.manager-cost__head-ttl .arrow-triangle::before {
  left: 20px;
}
.manager-cost__head-ttl .arrow-triangle::after {
  left: 30px;
}
.manager-cost__body-ttl {
  margin-top: 50px;
  color: #272969;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.manager-cost__body-txt {
  margin-top: 28px;
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP";
}

.salesPage .mainImg.service_program_mainImg {
  background: url(../images/service/program/program_mv.png) no-repeat center 0 !important;
  background-size: cover !important;
}

.leaderPage .mainImg.service-manager_mainImg {
  background: url(../images/service/leader/mv.png) no-repeat center 0 !important;
  background-size: cover !important;
}

.service-about__img {
  position: relative;
  width: 100%;
}
.service-about__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.service-about__ttl {
  color: #252969;
  font-weight: bold;
  font-size: 30.67px;
  font-family: "Noto Serif JP";
}
.service-about__ttl span {
  display: block;
}
.service-about__ttl--01 {
  position: absolute;
  top: 52px;
  left: 178px;
}
.service-about__ttl--02 {
  position: absolute;
  top: 124px;
  left: 220px;
}
.service-about__ttl--03 {
  position: absolute;
  top: 194px;
  left: 440px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--01 {
  position: absolute;
  top: 66px;
  left: 230px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--02 {
  position: absolute;
  top: 135px;
  left: 230px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--03 {
  position: absolute;
  top: 204px;
  left: 340px;
}
.service-about__ttl.service-about__ttl--manager .service-about__ttl--04 {
  position: absolute;
  top: 275px;
  left: 140px;
}
.service-about__sub-ttl {
  color: #282970;
  font-weight: bold;
  font-size: 32px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.service-about__concept {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #282970;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.service-about__txt {
  margin-top: 18px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  text-align: center;
}

.sec01_main_img {
  width: 100%;
}
.sec01_main_img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.service_sec01 h3 {
  color: #282970;
  font-weight: bold;
  font-size: 32px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.service_sec01 h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #eeeeee;
  color: #282970;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-align: center;
}
.service_sec01 p {
  margin-top: 18px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  text-align: center;
}

.sec01-case__item {
  margin-top: 52px;
  padding-bottom: 40px;
  background-color: #eeeef7;
}
.sec01-case__item + .sec01-case__item {
  margin-top: 40px;
}
.sec01-case__item-inner {
  display: flex;
  justify-content: space-between;
  padding-left: 38px;
}
.sec01-case__item-inner p {
  margin-top: 20px;
  color: #000000;
  font-size: 16px;
  font-family: "Noto Sans JP";
  text-align: left;
}
.sec01-case__item-inner h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dashed #282970;
  color: #282970;
  font-weight: bold;
  font-size: 50px;
  font-family: "Noto Serif JP";
}
.sec01-case__item-inner h3.mt-20 {
  margin-top: 20px;
}
.sec01-case__item-inner h3.mt-10 {
  margin-top: 10px;
}
.sec01-case__item-inner h3 .pl-40 {
  padding-left: 40px;
}
.sec01-case__item-inner h3 .pl-20 {
  padding-left: 20px;
}
.sec01-case__item-inner h3.flex {
  display: flex;
  align-items: center;
  gap: 90px;
}
.sec01-case__item-inner h3 .color-black {
  color: #000000;
  font-weight: 900;
  font-size: 20px;
}
.sec01-case__item-inner h3 .color-black.pr-10 {
  padding-right: 10px;
}
.sec01-case__item-inner h3 .color-black.pr-20 {
  padding-right: 20px;
}
.sec01-case__item-inner h3 .color-black.pr-80 {
  padding-right: 80px;
}
.sec01-case__item-inner h3 .color-black.pr-60 {
  padding-right: 60px;
}
.sec01-case__item-inner h3 .color-black.flex {
  display: flex;
  flex-direction: column;
}
.sec01-case__item-inner h3 .color-black .small-text {
  font-weight: 500;
  font-size: 14px;
}
.sec01-case__item-inner h3 .small-text {
  font-size: 30px;
}
.sec01-case__item-inner h3 .small-text--more {
  font-size: 24px;
}
.sec01-case__item-inner h3 .previous-data {
  font-size: 36px;
}
.sec01-case__item-inner h3 .previous-data .small-text {
  font-size: 20px;
}
.sec01-case__item-inner h3 .arrow-triangle {
  position: relative;
}
.sec01-case__item-inner h3 .arrow-triangle::before,
.sec01-case__item-inner h3 .arrow-triangle::after {
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #282970;
  border-style: solid;
  content: "";
}
.sec01-case__item-inner h3 .arrow-triangle::before {
  left: 53px;
}
.sec01-case__item-inner h3 .arrow-triangle::after {
  left: 63px;
}
.sec01-case__item-inner h3 .arrow-triangle--02::before {
  left: 30px;
}
.sec01-case__item-inner h3 .arrow-triangle--02::after {
  left: 40px;
}
.sec01-case__item-inner h3 .arrow-triangle--03::before {
  top: 10px;
  left: 126px;
}
.sec01-case__item-inner h3 .arrow-triangle--03::after {
  top: 10px;
  left: 136px;
}
.sec01-case__num {
  display: inline-block;
  padding: 6px 20px 12px;
  background-color: #282970;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-align: center;
  font-style: italic;
}
.sec01-case__num--large {
  padding-left: 0.2em;
  font-style: italic;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.sec01-case__img {
  width: 42.4489795918%;
}
.sec01-case__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}

.service-voice__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 25px;
}
.service-voice__item {
  width: calc((100% - 50px) / 3);
}
.service-voice__type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  background-color: #282970;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Noto Serif JP";
}
.service-voice__intro {
  position: relative;
  width: 100%;
}
.service-voice__intro.mt-10 {
  margin-top: 10px;
}
.service-voice__intro figure {
  width: 100%;
  margin: 0;
}
.service-voice__intro figure img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.service-voice__ttl {
  position: absolute;
  top: 35%;
  right: 60px;
  color: #282970;
  font-weight: bold;
  font-size: 24px;
  font-family: "Noto Serif JP";
}
.service-voice__ttl--long-txt {
  right: 20px;
}
.service-voice__txt {
  margin-top: 10px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
}

.negotiation-feature__content + .negotiation-feature__content {
  margin-top: 50px;
}
.negotiation-feature__ttl {
  color: #777777;
  font-weight: 900;
  font-size: 31.42px;
  font-family: "Noto Serif JP";
  letter-spacing: 0.1em;
}
.negotiation-feature__ttl--large {
  font-size: 47.12px;
}
.negotiation-feature__list {
  display: flex;
  margin-top: -10px;
  gap: 25px;
}
.negotiation-feature__item {
  position: relative;
  width: calc((100% - 50px) / 3);
  margin-top: 24px;
}
.negotiation-feature__item::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 55%;
  right: -15px;
  width: 15px;
  height: 27px;
  background-color: #dddddd;
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.negotiation-feature__item.negotiation-feature__item--blue::after {
  background-color: #7e7fa9;
}
.negotiation-feature__item:last-of-type::after {
  display: none;
}
.negotiation-feature__grid {
  grid-column-gap: 25px;
  grid-row-gap: 0;
  display: grid;
  grid-template-rows: 30px repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
.negotiation-feature__grid-item--middle-single-column {
  grid-area: 2/2/5/3;
}
.negotiation-feature__grid-item--arrow-right {
  position: relative;
}
.negotiation-feature__grid-item--arrow-right::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 27px;
  transform: translateY(-50%);
  background-color: #dddddd;
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.negotiation-feature__grid-item--arrow-left {
  position: relative;
}
.negotiation-feature__grid-item--arrow-left::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: block;
  position: absolute;
  top: 50%;
  left: -26px;
  width: 15px;
  height: 27px;
  transform: translateY(-50%);
  background-color: #7e7fa9;
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.negotiation-feature__head {
  padding: 4px 0 6px;
  background-color: #282970;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.negotiation-feature__txt {
  margin-top: 10px;
  padding: 30px 0;
  border: 1px solid #dddddd;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.negotiation-feature__txt.negotiation-feature__txt--border-blue {
  border: 1px solid #7e7fa9;
}
.negotiation-feature__txt .bg-gray {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 3px 3px 10px;
  border-radius: 30px;
  background-color: #dddddd;
  font-weight: bold;
  font-size: 14px;
  font-family: "Noto Sans JP";
}
.negotiation-feature__txt .bg-gray.pr-10 {
  padding-right: 10px;
}
.negotiation-feature__txt--bg-gray {
  background-color: #f4f4f4;
}
.negotiation-feature__txt--bg-blue {
  background-color: #eeeef7;
}
.negotiation-feature__txt--bg-blue.negotiation-feature__txt--fit-height {
  min-height: 80px;
}
.negotiation-feature__txt--bg-white {
  background-color: #fff;
}
.negotiation-feature__txt--bg-white.negotiation-feature__txt--fit-height {
  min-height: 80px;
}
.negotiation-feature__txt--fit-height {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 384px;
}
.negotiation-feature__txt .mt-20 {
  margin-top: 20px;
}

.negotiation-bnr__wrapper {
  background-color: #272969;
}
.negotiation-bnr__link {
  display: block;
  display: flex;
  height: 220px;
  padding: 0 42px;
  gap: 70px;
  scale: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.negotiation-bnr__link:hover {
  scale: 1.04;
}
.negotiation-bnr__inner {
  position: relative;
}
.negotiation-bnr__img {
  position: relative;
  top: -44px;
  width: 320px;
  margin: 0;
}
.negotiation-bnr__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.negotiation-bnr__icon {
  display: flex;
  position: absolute;
  right: -10px;
  bottom: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #d7083b;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 0.821;
  font-family: "Noto Sans JP";
}
.negotiation-bnr__icon--small {
  display: block;
  margin-top: 10px;
  font-size: 17px;
}
.negotiation-bnr__ttl {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  font-family: "Noto Serif JP";
}
.negotiation-bnr__ttl--small {
  font-size: 24px;
}
.negotiation-bnr__btn {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 16px 45px;
  background-color: #ff6600;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Serif JP";
  text-decoration: none;
}
.negotiation-bnr__btn::before,
.negotiation-bnr__btn::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 18px;
  width: 8px;
  height: 1px;
  transform-origin: calc(100% - 0.5px) 50%;
  border-radius: 9999px;
  background-color: #ffffff;
  content: "";
}
.negotiation-bnr__btn::before {
  transform: rotate(45deg);
}
.negotiation-bnr__btn::after {
  transform: rotate(-45deg);
}
.negotiation-bnr.manager-bnr .negotiation-bnr__link {
  padding: 0 10px;
  gap: 40px;
}
.negotiation-bnr.manager-bnr .negotiation-bnr__ttl {
  font-size: 33px;
}
.negotiation-bnr.manager-bnr .negotiation-bnr__img {
  width: 266px;
}

.negotiation-table {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.negotiation-table tr {
  width: 100%;
}
.negotiation-table tr.h-40 td {
  padding: 7px;
}
.negotiation-table td,
.negotiation-table th {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  text-align: center;
}
.negotiation-table th {
  width: 141px;
  padding: 23.3px 0;
  background: #282970;
  color: #fff;
  font-weight: bold;
}
.negotiation-table th.service-table__wide--problem {
  width: 437px;
}
.negotiation-table th.service-table__wide--curriculum {
  width: 562px;
}
.negotiation-table th.service-table__wide--equal {
  width: 50%;
}
.negotiation-table th.service-table__wide--manager-training {
  width: 195.07px;
}
.negotiation-table th.service-table__wide--manager-training-more {
  width: 454px;
}
.negotiation-table th.service-table__wide--manager-training-less {
  width: 70px;
}
.negotiation-table th.service-table__row-short {
  padding: 0;
}
.negotiation-table th.bg-light-blue {
  background-color: #686a96;
}
.negotiation-table th.bg-light-blue--more {
  background-color: #47497f;
}
.negotiation-table th.bg-dark-gray {
  background-color: #535353;
}
.negotiation-table th.bg-dark-gray--h37 {
  padding: 5.5px 0;
}
.negotiation-table td {
  padding: 13px 0;
  font-weight: 500;
}
.negotiation-table td.bg-light-blue {
  padding: 0;
  background-color: #68699b;
  color: #fff;
  font-weight: bold;
}
.negotiation-table td.bg-dark-blue {
  background-color: #47497f;
  color: #fff;
  font-weight: bold;
}
.negotiation-table td.bg-dark-blue--more {
  background-color: #272969;
  color: #fff;
  font-weight: bold;
}
.negotiation-table td.bg-gray {
  background-color: #f4f4f4;
  font-weight: bold;
}
.negotiation-table td.bg-gray span {
  display: block;
  margin-top: -5px;
}
.negotiation-table td.text-align--left {
  padding-left: 20px;
  text-align: left;
}
.negotiation-table td.wide-equal--half {
  width: 245px;
}
.negotiation-table td.wide-equal--thirds {
  width: 160px;
}
.negotiation-table td.check-box {
  position: relative;
  padding: 7px 0 7px 54px;
}
.negotiation-table td.check-box::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  transform: translateY(-50%);
  border: 1px solid #8c8c8c;
  box-shadow: 1px 1px 1px #dddddd;
  content: "";
}
.negotiation-table__sup {
  margin-top: 22px;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP";
}

.service-results__img img {
  scale: 1;
  transition: scale 0.3s;
}
.service-results .area-link:hover {
  opacity: 1;
}
.service-results .area-link:hover .service-results__img {
  overflow: hidden;
}
.service-results .area-link:hover .service-results__img img {
  scale: 1.1;
}
.service-results.relate_column li dl dd:after {
  display: none;
}

.thisbody {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.thisbody ul {
  color: #333;
  border: 2px solid #282970;
  padding: 0;
  margin-bottom: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.thisbody ul li {
  display: flex;
  justify-content: flex-start;
  padding: 5px 20px;
  margin: 0 !important;
}
.thisbody ul li.thislist {
  font-weight: bold;
  background: #f7f7f7;
  padding-top: 10px;
}
.thisbody ul li.thislist + li.thislist {
  padding-top: 5px !important;
}
.thisbody ul li strong {
  display: inline-block;
  min-width: 15px;
  text-align: center;
}
.thisbody ul li:nth-of-type(1) {
  padding-top: 20px;
}
.thisbody ul li:nth-of-type(2) {
  padding-bottom: 15px;
}
.thisbody ul li:nth-of-type(3) {
  padding-top: 15px;
}
.thisbody ul li:nth-of-type(4) {
  display: flex;
  align-items: center;
}
.thisbody ul li:nth-of-type(5) {
  padding-bottom: 20px !important;
}
.thisbody ul li:not(.thislist) strong {
  font-weight: normal;
}
.thisbody ul li span {
  margin-left: auto;
}
/*250701改修 名言に学ぶ */
.p-quotes h2.under_h2 span {
  text-align: right;
}
.p-quotes .under_section.columnlistUI {
  margin-bottom: 20px;
}
.p-quotes .columnlistUI ul {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.p-quotes .columnlistUI ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.p-quotes .columnlistUI ol li {
  padding-left: 30px;
}
.p-quotes .under_section.columnlistUI .under_h3 {
  background: none;
  font-size: 20px;
}
.p-quotes_related li.column_dl .ttl {
  border: none;
}
.p-quotes_related li.column_dl .img.p-quotes__img img {
  width: 70%;
  position: relative;
  top: 0.5rem;
  left: -5rem;
  z-index: -1;
  transition: scale 0.3s;
}
.p-quotes_related ul.column_banner li:hover {
  opacity: 1;
  transition: 0.3s;
}
.p-quotes_related ul.column_banner li:hover .img.p-quotes__img img {
  scale: 1.05;
  transition: scale 0.3s;
}