@charset "utf-8";
/* GoogleFonts */
@import url(http://fonts.googleapis.com/css?family=Cherry+Swash:700,400);
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, form {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body,
html {
  margin: 0px;
  padding: 0px;
  background-color: #fbfbfb;
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  padding-top: 20px;
  font-size: 1.6em;
}

div#whole {
  position: relative;
  min-height: 100%;
}

* {
  word-wrap: break-word;
  white-space: nomal;
  word-break: break-all;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  color: #333;
  line-height: 1.6em;
  /* 明朝系（アンチエイリアスの明朝体がない場合はゴシック体になる） */
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック" , serif;
  text-align: justify;
}

.header a.mail,
ul.dropmenu li a,
.footer-sub-box ul li a,
.footer-box .bottom-menu a,
.footer address,
.emphasis-001,
.list li, .list li a,
.form-002 #confirmation, .form-002 #confirmation th, .form-002 #confirmation td, .form-002 #confirmation .ng, .form-002 .cautionBox, .form-002 .cautionBox .caution,
.form-001 div.table-conf * {
  /* ゴシック系 */
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" ,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

br {
  letter-spacing: 0;
  line-height: 0px;
}

.clear {
  clear: both;
}

a img {
  borderle: none;
}

/* 角丸（5px） */
.dl-003 dd {
  border-radius: 5px;
}

/* 角丸（左上、右上5px） */
.flowchartBox .caption-1,
.flowchartBox h3 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* 角丸（左下、右下5px） */
.flowchartBox .p-1 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* シャドウ（box）：右、下、ぼかし具合、影の色 */
div.profile,
.ul-002 li {
  box-shadow: 0px 2px 5px #CCC;
}

/* 回転（45度） 
回転（45度） {
  transform: rotate(-45deg);
}*/

/* アニメーションさせる（hoverとセット） */
ul.side-menu li a,
ul.side-menu li a:after,
ul.side-menu a:before,
ul.menu-1 a {
  transition: all 0.5s ease;
}

a.forTop,
a.forTop:before {
  transition: all 0.3s ease;
}

/* イメージの余白削除 */
img {
  vertical-align: bottom;
}

span.none {
  display: none;
}

/* スペース削除 */
.bottomSpace-0 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* スペース追加 */
.bottomSpace-1 {
  margin-bottom: 10px !important;
}

.bottomSpace-2 {
  margin-bottom: 20px !important;
}

.bottomSpace-3 {
  margin-bottom: 30px !important;
}

/* ------------------------------------------------------------------------*/
/* メニュー */
.menu-box {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  margin: 20px auto;
}

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  max-width: 960px;
  margin: 5px auto;
  padding: 0;
}
.dropmenu * {
  font-size: 1.4rem;
}
.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a {
  display: block;
  margin: 0 8px;
  padding: 10px 0 6px;
  text-align: center;
  color: #464646;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li {
  width: 140%;
}
.dropmenu li ul li a {
  padding: 13px 15px;
  border-top: 1px dashed #fff;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.dropmenu li:hover > a, .dropmenu li a:hover {
  background: rgba(173, 173, 173, 0.5);
}
.dropmenu li a:hover, .dropmenu li a.on {
  background: rgba(70, 70, 70, 0.9);
  color: #fff;
}
.dropmenu li:last-child ul li {
  width: 100%;
}
.dropmenu > li > a {
  border-radius: 3px;
}

#fade-in li ul,
.dropmenu li,
.dropmenu li a {
  transition: 0.5s;
}

#fade-in {
  position: relative;
  z-index: 6;
}

#fade-in li ul {
  opacity: 0;
  visibility: hidden;
}

#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}

/* ------------------------------------------------------------------------*/
.header {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 10px;
}
.header a.title {
  background-image: url(../img/title.png);
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 80px;
  width: 270px;
}
.header a.online-movie {
  background-image: url(../img/banner-onlinemovie.jpg);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 30px;
  width: 200px;
  position: absolute;
  top: 0px;
  right: 10px;
  box-shadow: 0px 2px 5px #CCC;
}
.header a.online-movie:hover {
  background-position: center bottom;
  top: 1px;
  box-shadow: 0px 1px 3px #ccc;
}
.header a.online-movie:active {
  top: 2px;
  box-shadow: 0px 0px 2px #CCC;
}
.header a.mail {
  color: #464646;
  font-size: 1.4rem;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-image: url(../img/icon-mail.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 17px;
  letter-spacing: 0.1em;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  background-color: #464646;
  height: 430px;
  bottom: 0px;
  width: 100%;
  position: absolute;
}

.footer-sub-box-01 {
  background-color: #f5d241;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #adadad;
  height: 50px;
}
.footer-sub-box-01 ul {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
.footer-sub-box-01 ul li {
  float: left;
  margin-right: 1em;
  height: 50px;
  padding-top: 12px;
}
.footer-sub-box-01 ul li a {
  color: #464646;
}
.footer-sub-box-01 ul li a.book {
  display: block;
  padding-left: 20px;
  background-image: url(../img/icon-fb.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 3px;
}

.footer-sub-box-02 {
  max-width: 960px;
  margin: auto;
  border-top: 1px dashed #fff;
}
.footer-sub-box-02 * {
  text-align: right;
  color: #fff;
}
.footer-sub-box-02 .footer-sublink {
  height: 30px;
  margin-top: 10px;
}
.footer-sub-box-02 .footer-sublink li {
  display: inline-block;
}
.footer-sub-box-02 .footer-sublink li:after {
  content: "｜";
}
.footer-sub-box-02 .footer-sublink li:last-child:after {
  content: "";
}
.footer-sub-box-02 .footer-sublink * {
  font-size: 1.4rem;
}

.footer address {
  font-size: 1.0rem;
}

.bottom-flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 960px;
  margin: auto;
  padding: 10px;
}
.footer-box {
  display: flex;
  padding: 20px 5px 0 5px;
  margin: auto;
  flex-grow: 2;
}
.footer-box .bottom-menu {
  width: 8em;
  padding-right: 20px;
  margin-top: 0px;
}
.footer-box .bottom-menu > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
}
.footer-box .bottom-menu > li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.footer-box .bottom-menu ul li {
  line-height: 0em;
  margin-bottom: 5px;
}
.footer-box .bottom-menu li a, .footer-box .bottom-menu li {
  color: #FFF;
  font-size: 1.4rem;
}
dl.company-address {
  position: absolute;
  top: 30px;
  right: 10px;
  border: solid 1px #fff;
  padding: 10px;
}
dl.company-address dt,
.company-address dd {
  color: #fff;
  text-align: right;
}
dl.company-address dd {
  font-size: 1.2rem;
}


ul.side-menu {
  margin: 3px 10px auto 10px;
}
ul.side-menu li {
  border-bottom: 1px solid #e0e0e0;
}
ul.side-menu li:last-child {
  border-bottom: none;
}
ul.side-menu li a {
  display: block;
  position: relative;
  color: #464646;
  padding: 15px 10px 10px 50px;
}
ul.side-menu li a:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 20px;
  margin-top: -2.5px;
  background-color: #e0e0e0;
}
ul.side-menu li a:hover:before {
  transform: rotate(180deg);
  background-color: #adadad;
}
ul.side-menu li a:hover {
  color: #0078d7;
  text-decoration: none;
}

.contents-001 {
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px 460px 10px;
}
.right-001 {
  width: 240px;
}
.left-001 {
  padding-right: 20px;
  padding-bottom: 30px;
  width: auto;
  flex: 1;
}

.right-001 .box-001 {
  background-color: #FFF;
  padding: 10px;
}

.center-000 {
  padding: 40px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 90px;
}.center-000 .p-002 {
	background-color: #fff;
	margin-top: 20px;
	padding: 20px 0;
	border: none;
}

.center-001 {
  padding: 40px;
  max-width: 920px;
  background-color: #FFF;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d6d6d6;
  margin-bottom: 90px;
}
.center-001 .p-tel {
  color: #f7931e;
  border: 3px solid #f7931e;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  padding: 20px 10px 10px 10px;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.center-002 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #FFF;
  border: 1px solid #d6d6d6;
  margin-bottom: 90px;
}
.center-002 .box-001 {
  display: flex;
  border-top: 1px dashed #d6d6d6;
  padding-top: 20px;
  margin-top: 40px;
}
.center-002 .box-001 h3 {
  background-color: #f5d241;
  font-size: 2.4em;
  width: 100px;
  height: 95px;
  text-align: center;
  padding-top: 20px;
}
.center-002 .box-001 ul {
  padding-left: 10px;
  width: 100%;
  flex-grow: 2;
}
.center-002 img {
  display: block;
  width: 100%;
}
.center-002 img.sp {
  display: none;
}

div.profile {
  margin-top: -100px;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #fff;
  position: relative;
  padding: 10px;
  z-index: 1;
}
div.profile img {
  margin-bottom: 10px;
  width: 218px;
}
div.profile a.career {
  display: block;
  width: 238px;
  height: 40px;
  background: url(../img/banner-career.jpg) no-repeat center top;
  background-size: 238px;
  margin: 20px -10px -10px -10px;
}
div.profile a.career:hover {
  background-position: center bottom;
}
div.profile p {
  padding-bottom: 0.5em;
}

a.structure img {
  display: block;
  width: 100%;
  max-width: 720px;
  border: 1px solid #FFF;
  transition: all 0.5s ease;
  box-shadow: 0px 2px 5px #CCC;
}
a.structure img:hover {
  opacity: 0.5;
}


.consulting-box {
  padding-right: 20px;
  padding-left: 170px;
  margin-bottom: 50px;
}
.consulting-box h4 {
  display: block;
  font-weight: bold;
  font-size: 2.0rem;
  padding-left: 30px;
  padding-bottom: 10px;
  background-color: #0078d7;
  background: url(../img/icon-001.png) no-repeat left 5px;
  background-size: 30px;
}
.consulting-box ul {
  border-top: dashed 1px #adadad;
}

.consulting-box ul li {
  padding-left: 1em;
}

.consulting-box p {
  margin-bottom: 0.5em;
}
.consulting-box  {
  display: block;
  background-color: #0078d7;
  text-align: left;
}
.consulting-01 {
  background: url(../img/hx-index01.png) no-repeat 30px center;
  background-size: 106px;
}

.consulting-02 {
  background: url(../img/hx-index02.png) no-repeat 30px center;
  background-size: 106px;
}

.consulting-03 {
  background: url(../img/hx-index03.png) no-repeat 30px center;
  background-size: 106px;
}


.hx-index-1 {
  font-size: 1.7em;
  font-weight: bold;
}

.hx-index-2 {
  margin-left: 170px;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 50px;
}

.p-index-1 {
  margin-bottom: 1em;
  margin-right: 20px;
}

.hx-001 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2em;
  padding-left: 40px;
  padding-bottom: 10px;
  position: relative;
  background-image: url(../img/dot.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 20px;
}
.hx-001:before {
  position: absolute;
  content: "";
  background: url(../img/icon-001.png) no-repeat left center;
  background-size: 30px;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 30px;
  height: 30px;
}

.hx-002 {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-left: 40px;
}
.hx-002:before {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  top: 10px;
  left: 11px;
  border-left: 5px solid #adadad;
  border-right: 9px solid #f5d241;
}

.hx-003 {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3em;
  background-image: url(../img/icon-002.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding-left: 40px;
}

.hx-004 {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.2em;
  padding: 10px 0;
}

.hx-005 {
  font-weight: bold;
  font-size: 2.1em;
  max-width: 920px;
  margin: auto;
  background-image: url(../img/icon-002.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 6px top 26px;
  padding-left: 20px;
  line-height: 1.3em;
}
.hx-005 span {
  display: block;
  padding-left: 20px;
  margin-bottom: -3px;
}

.ul-002 {
  margin-top: 10px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.ul-002 li {
  position: relative;
  text-align: center;
  border: 1px solid #CCC;
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #FFF;
}
.ul-002 li:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  bottom: -30px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 10px solid #f5d241;
}
.ul-002 li:last-child:after {
  border: none;
}
.ul-002 .here {
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #f5d241;
  padding-top: 10px;
  padding-bottom: 6px;
  background-color: #fbedb3;
}

.ul-003 {
  display: inline-block;
  margin-left: 40px;
}
.ul-003 li {
  margin-bottom: 5px;
  border: 1px solid #f5d241;
  width: 100%;
  height: 40px;
  font-size: 1.4em;
  padding: 3px 15px 0px 15px;
  border-radius: 10px;
}

.ul-004 {
  margin-bottom: 40px;
  margin-left: 40px;
}
.ul-004 li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  margin-top: 20px;
}

.dl-001 dt {
  position: relative;
  font-weight: bold;
  padding-left: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.dl-001 dt:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  left: 10px;
  border-top: 3px solid #adadad;
  border-right: 3px solid #adadad;
  transform: rotate(45deg);
}
.dl-001 dd {
  padding-left: 40px;
  margin-bottom: 30px;
}

.dl-002 dt, .dl-002 dd {
  padding-top: 5px;
  margin-top: 0px;
  margin-bottom: auto;
}
.dl-002 dt {
  position: relative;
  width: 65px;
  margin-left: 40px;
}
.dl-002 dt:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 12px;
  right: 0px;
  border-top: 3px solid #f5d241;
  border-right: 3px solid #f5d241;
  transform: rotate(45deg);
}
.dl-002 dd {
  margin-top: -29px;
  margin-bottom: 10px;
  padding-left: 115px;
  padding-bottom: 5px;
}
.dl-002 dd a.mail {
  display: inline-block;
  border: 1px solid #0078d7;
  padding-left: 40px;
  padding-right: 6px;
  height: 30px;
  background: url(../img/icon-mail-L.png) no-repeat 6px center;
  background-size: 24px;
}

dl .dl-1 dt {
  border: 1px solid #adadad;
  display: inline-block;
  margin-left: -10px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
dl .dl-1 dt dl .dl-1 dt:before {
  border: none;
}
dl .dl-1 dt dl .dl-1 dd {
  padding: 0px;
}

.p-001 {
  margin-bottom: 1em;
  padding-left: 40px;
}

.p-002 {
  text-align: center;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #d6d6d6;
  padding-top: 30px;
  margin-top: 30px;
}

.p-003 {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #d6d6d6;
  padding-top: 30px;
  margin-top: 30px;
  padding-left: 40px;
}

.p-004 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.emphasis-001 {
  color: #d40000;
  margin-left: 40px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}


@media (max-width: 940px) {
.center-000, .center-001, .center-002 {
  padding: 10px;
}
.center-001, .center-002 {
  margin-right: 10px;
  margin-left: 10px;
}
.p-003 {
  padding-left: 10px;
}
}


@media (max-width: 700px) {
.hx-001 {
  font-size: 2.4rem;
}
.bottom-flex {
  display: block;
}  
dl.company-address {
  position: static;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 10px;
  max-width: 16em;
}
.contents-001 {
  display: block;
}
.p-index-1 {
  margin-right: 0;
}
.left-001 {
  padding-right: 0;
}
.hx-index-2 {
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 3px solid #f5d241;
}
.hx-index-2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #CCC;
  bottom: -6px;
}


div.profile h2, div.profile h3 {
  text-align: center;
}
div.profile img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: auto;
}
div.profile a.career {
  margin: auto;
}


.consulting-box {
  padding-left: 0;
}
.consulting-01, .consulting-02, .consulting-03 {
  background: none;
}
.consulting-03 {
  margin-bottom: 100px;
}
.right-001 {
  width: auto;
  padding: 0 20px;
}
.right-001 .box-001 {
  background-color: #FFF;
  padding: 10px;
}
div.profile {
  margin-top: 0;
}
.ul-003, .emphasis-001, .ul-004  {
  margin-left: 0;
}
.p-001 {
  padding-left: 0;
}

.dl-001 dt {
  padding-left: 15px;
}
.dl-001 dt:before {
  left: 0px;
}
.dl-001 dd {
  padding-left: 0;
}
.dl-001 dd img {
  display: block;
  width: 100%;
  max-width: 400px;
}
.dl-002 dt {
  margin-left: 0;
}
.dl-002 dd {
  padding-left: 75px;
}
.del {
  display: none;
}


.hx-005 {
  font-size: 1.6em;
}
}

@media (max-width: 600px) {
  .center-002 img.sp {
  display: block;
}
.center-002 img.pc {
  display: none;
}
}

@media (max-width: 500px) {
.contents-001 {
  padding-bottom: 540px;
}
.footer {
  height: 500px;
}
.footer-box {
  display: block;
  padding-top: 0;
}
.footer-box .bottom-menu {
  margin-top: 10px;
}
.footer-box .bottom-menu li.pc_link,
.footer-box .bottom-menu li ul {
  display: none;
}
.center-002 .box-001 {
  display: block;
}
.center-002 .box-001 h3 {
  width: 100%;
  height: auto;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 2.0em;
}
.center-002 .box-001 ul {
  padding-left: 0;
}
.center-001 .p-tel {
  font-size: 1.5em;
  line-height: 1.2em;
}
}

