body, html {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
}
h1 , h2 , h3 , h4 , h5 , h6{
	font-weight: bold;
	letter-spacing: 1.5px;
}
p {
	color: #333;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.7;
  margin: 20px 0px;
}
.small {
  font-size: 90%;
  line-height: 1.8;
  text-align: justify;
}
a {
	color: #333;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover, a:focus {
	text-decoration: none;
	color: #666;
}
a img {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover img {
	opacity: 0.7;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
ul {
  list-style: none;
}
ol {
  margin-left: 15px;
}
table {
  width: 100%;
}
table tr {
  border-bottom: 1px solid #ddd;
}
table tr th {
  width: 25%;
}
table tr td {
  width: 75%;
}
table tr th , table tr td {
  padding: 15px;
}

/*--- .table01 ---*/
table.table01 {
    border-collapse: collapse;
}
table.table01 tr {
    border-bottom: 1px solid #fff;
}
table.table01 tr:nth-child(odd) {
    background-color: #f2f2f2;
}
table.table01 th, table.table01 td {
    border: solid 1px #fff;
}
table.table01 tr th {
    text-align: center;
    background-color: #0073ff;
    color: #fff;
}
table.table01 tr td:first-child {
    width: 20%!important;
    font-weight: bold;
}
table.table01 tr td:not(:first-child) {
    width: 40%!important;
}
table.table01 tr td span.txt-icon {
  color: #ff0000;
  font-size: 14px;
  float: right;
  margin-left: 10px;
}
@media (max-width: 991px) {
  table.table01 tr td:first-child {
    width: 24%!important;
    font-weight: bold;
  }
  table.table01 tr td:not(:first-child) {
    width: 32%!important;
  }
}
@media (max-width: 767px) {
  table.table01 {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  table.table01 th, .table01.scroll td {
    display: table-cell!important;
    width: auto!important;
    padding: 10px 15px;
  }
  .table01.scroll td span.txt-icon {
    float: none;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*================================================
　　　　* グローバルナビゲーション
================================================*/

#menu {
	transition: all 0.8s;
  background-color: #fff;
  border:  none;
  min-height: auto;
  margin: 0;
}
#menu .container {
  position: relative;
}
#menu a.navbar-brand {
	padding: 0;
  position: absolute;
  left: 0;
  top: 0px;
  max-height: 40px;
}
#menu a.navbar-brand h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
#menu a.navbar-brand h1 img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

/*----- .hd-right -----*/

.hd-right {
  text-align: right;
  height: 60px;
}
.hd-right a {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 100%;
  background: #0073ff;
  margin-right: 62px;
}
.hd-right a img {
  position: absolute;
  margin-top: -3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hd-right a:hover {
  background: #25356e;
}

/*----- .on -----*/
/*
#menu.navbar-default.on {
  border-bottom: 1px solid #eee;
}
#menu.navbar-default.on a.navbar-brand {
  top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#menu.navbar-default.on a.navbar-brand h1 img {
  max-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
*/


div.screen {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -0px;
}
div.z-top {
    width: 60vw;
    height: 100vh;
}
div.burger {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
div.x, div.y, div.z {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    background: #fff;
    border-radius:2px;
}       
div.x, div.y, div.z { height: 3px; width: 30px; }
.open div.x, .open div.y, .open div.z { background: #fff; }
div.x {top: -22px;}
div.z {top: 22px;}
div.collapse {
    display: block;
    top: 20px;
    background: #fff;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
}
div.navbar{ width: 60px; height:60px; background: #0073ff; margin: 0 0 0 auto; border-radius: 0px; }
div.circle{ 
    width: 300px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -320px;
    background: #0073ff;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; 
}
div.circle.expand{ right: 0; }
div.menu {
    height: 100vh;
    width: 300px;
    position: absolute;
    top: 80px;
    right: 0px;
}
div.menu ul li {
    list-style: none;
    position: relative;
    top: 50px;
    right: -300px;
    opacity:0;
    width: 300px;
    height: 50px;
    text-align:center;
    font-size: 20px;
}
div.menu ul li a {
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;   
    letter-spacing:3px;        
}
div.menu li.animate{
    font-size: 20px;
    opacity: 1;
    transition: all 500ms;
    right: 0;
}
div.menu li.animate:nth-of-type(1){ 
    transition-delay: 0.0s; 
}
div.menu li.animate:nth-of-type(2){
    transition-delay: 0.1s;
}
div.menu li.animate:nth-of-type(3){
    transition-delay: 0.2s;
}
div.menu li.animate:nth-of-type(4){
    transition-delay: 0.3s;
}
div.menu li.animate:nth-of-type(5){
    transition-delay: 0.4s;
}
div.menu li.animate:nth-of-type(6){
    transition-delay: 0.5s;
}
div.menu li.animate:nth-of-type(7){
    transition-delay: 0.6s;
}
div.menu li.animate:nth-of-type(8){
    transition-delay: 0.7s;
}








/*================================================
　　　　* ヘッダー
================================================*/

header {
  margin-top: 40px;
}
header .main-bg {
  width: 100%;
}
header .container {
  position: relative;
}
header p {
  margin: 0;
  position: absolute;
  left: 0;
  top: -50px;
}

/*================================================
　　　　* メインコンテンツ
================================================*/

section {
  padding-top: 100px;
	padding-bottom: 100px;
}
section h1 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 20px 0 40px;
  padding-left: 50px;
  position: relative;
}
section h1:before {
  content: "";
  background-image: url(../img/intro-mark01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 35px;
  position: absolute;
  top: -15px;
  left: 0;
}
section h2 {
  line-height: 1;
  font-size: 25px;
  margin: 0 0 50px;
}
section h2 img {
  display: inline-block !important;
}
section h2 span {
  font-size: 16px;
  font-weight: bold;
}

section h3 {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 30px;
  overflow: hidden;
}
section h3:after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  margin-top: 20px;
  background-color: #0073ff;
}

section h4 {
    line-height: 1;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0073ff;
    margin: 35px auto 15px;
    padding-bottom: 8px;
    padding-left: 14px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}
section h4:before {
    background-color: #0073ff;
    border-radius: 2px;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 4px;
}

section h5 {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
}
section .sub {
  color: #808080;
}
section .name {
  font-size: 14px;
  font-weight: 400;
}
section .name span {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho",serif;
  font-size: 26px;
  font-weight: 600;
  padding-left: 15px;
}
section.bg {
  background-color: #f2f2f2;
	/*
  margin-left: 30px;
  margin-right: 30px;
	*/
}
.graph01 img {
width: 100%;
max-width: 800px;
margin: 150px auto 0;
}

/*---------- intro ---------- */

#intro p {
  text-align: justify;
}
#intro .intro01 p {
  margin: 0 0 80px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
#intro .intro02 {
  margin-bottom: 50px;
}

/*---------- message ---------- */

#message {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}
#message:before {
  content: "";
  background-image: url(../img/mes-main01.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 610px;
  width: 50%;
  padding-top: 35%;
  position: absolute;
  top: -40px;
  left: -30px;
}
#message h2 {
  margin-top: -30px;
  text-align: right;
}
#message h2 span {
  padding-top: 25px;
  display: block;
}
#message h3 {
  margin: 0 0 20px;
}
#message .name {
  margin: 0 0 25px;
  text-align: right;
}
#message .small {
  margin: 0;
}
#message .txt , #message .img {
  margin-top: 60px;
}
#message .img p.small {
  margin: 20px 0;
  line-height: 1.6
}

/*---------- interview ---------- */

#interview h2 span {
  padding-left: 20px;
}
#interview .name {
  text-align: center;
}

/*---------- work ---------- */
#work.bg {
  padding-top: 0;
  background-color: #0073ff;
}
#work .row-small {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#work .row-small .col-sm-3 , #work .row-small .col-xs-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#work p {
  color: #fff;
  line-height: 1.7;
}
#work h2 {
  text-align: right;
  margin-top: -5px;
}
#work h2 span {
  color: #fff;
  padding-top: 25px;
  display: block;
}
#work h5 {
  color: #fff;
}
#work hr {
  margin-top: 60px;
  margin-bottom: 80px;
  border: 0;
  border-top: 1px dotted #fff;
}
#work h4 {
  margin: 0 0 40px;
  display: table;
  vertical-align: middle;
}
#work h4 img {
  display: table-cell;
}
#work h4 span:before {
  content: "/";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -13px;
}
#work h4 span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 35px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}



/*---------- style Section ---------- */
#style {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 60px;
}
#style h2 {
  margin: -25px 0 50px;
  text-align: left;
}
#style ul.staff-wrap {
  margin: 0;
}
#style .style-box {
	margin: 0px 15px 15px;
    padding: 10px;
    background-color: #fff;
    display: block;
    position: relative;
  box-shadow: 3px 3px 5px rgba(132,132,132,0.75);
}
#style .style-box p {
  margin: 0 10px 0 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  line-height: 1.3;
}
#style .style-box p span {
    height: 40px;
    display: block;
    color: #0073ff;
    font-size: 12.5px;
    text-align: left;
    padding: 5px 5px;
    letter-spacing: 0px;
}
#style .style-box a {
	display: block;
}
#style .style-box a img {
	width: 100%;
    height: 200px;
    object-fit: cover;
}
#style .style-box h6 {
	font-weight: bold;
  font-size: 16px;
	margin: 20px 0 0;
  padding-bottom: 7px;
  display: inline-block;
  border-bottom: 2px solid #333;
}

.slick-prev, .slick-next { color: #333; top: 50%; }
.slick-next { right: -30px !important; }
.slick-prev { left: -30px !important; }

.mfp-content .row {
	background: #fff;
	width: 70%;
	padding: 40px;
	margin: 10px auto;
  border-radius: 5px;
}
.mfp-content .row h2 {
    color: #0073ff;
	font-size: 18px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #0073ff;
}
.mfp-content .row p {
	margin: 15px 0px;
  font-size: 14px;
  line-height: 1.8;
}
.mfp-content .mfp-txt {
    margin: 0!important;
    padding: 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 1.3!important;
}
.mfp-content .mfp-txt span {
    display: block;
    color: #0073ff;
    font-size: 12.5px;
    text-align: left;
    padding: 5px 5px;
    letter-spacing: 0px;
}
.mfp-content .row p.popup-modal-dismiss {
  text-align: center;
  margin: 0;
}
.popup-modal-dismiss a {
	text-align: center;
  background: #0073ff;
  color: #fff;
  padding: 5px 15px;
	margin: 20px 0 0;
	font-weight: bold;
	font-size: 15px;
  display: inline-block;
}
.popup-modal-dismiss a:hover {
  background: #25356e;
}


/*---------- club ----------*/
#club h2 {
  margin: 0 0 35px;
  text-align: center;
}

/*---------- club ----------*/
#sponsor.bg {
  padding-top: 0;
  background-color: #0073ff;
}
#sponsor .row-small {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#sponsor .row-small .col-sm-3 , #sponsor .row-small .col-xs-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#sponsor p {
  color: #fff;
  line-height: 1.7;
}
#sponsor h2 {
  text-align: right;
  margin-top: -5px;
}
#sponsor .row img {
  margin: 25px auto auto;
}

/*---------- company ----------*/

#company {
  margin-top: 100px;
  padding-top: 0;
  position: relative;
}
/*
#company:before {
  content: "";
  background-image: url(../img/com-main01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  max-width: 550px;
  width: 50%;
  padding-top: 35%;
  position: absolute;
  top: -40px;
  right: 0;
}
*/
#company h2{
  margin-top: -20px;
}
#company h4 {
  font-size: 20px;
  line-height: 1;
  border-bottom: none;
/*
  padding-left: 15px;
  border-left: 5px solid #0073ff;
*/
  margin: 0 0 30px;
}
#company table.company {
  margin: 20px 0;
}
#company table.company tr {
  border: none;
}
#company table.company th , #company table.company td {
  padding: 10px 15px;
}
#company table.company th {
  width: 25%;
  text-align: center;
  background-color: #0073ff;
  color: #fff;
}
#company table.company td {
  width: 75%;
  background-color: #fff;
}
#company table.company td ol {
  margin: 0 0 0 20px;
}
#company table.company td ol li {
  font-size: 14px;
}
#company table.more {
  margin: 60px 0 0;
}


.inline-wrap {
}
.inline-wrap h2 {
	background: url(/common/img/bg_h3.png) no-repeat left bottom;
	height: 60px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 60px;
	font-size: 28px;
	color: #000;
	font-weight: bold;
}
.inline-wrap h3 {
	background: url(/common/img/bg_h4.png) no-repeat 0px 0px;
	height: 50px;
	padding: 18px 0px 15px 20px;
	margin: 0px 0px 20px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.inline-wrap h3 span {
    font-size: 16px;
    padding: 0 10px;
}
.inline-wrap h4 {
	background: #2D69B2;
	color: #fff;
	height: 26px;
	padding: 4px 0px 0px 15px;
	margin: 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
}
.inline-wrap h5 {
	padding: 0px 0px;
	margin: 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
}
.inline-wrap p {
	padding: 0px 0px 30px 0px;
}
.inline-wrap ol,
.inline-wrap ul {
	padding: 0px 0px;
	margin: 0px 10px 30px 10px;
	list-style: none;
}
.inline-wrap li {
	padding: 0px 0px;
	margin: 0px 0px 5px 0px;
}


/* タイムライン */
.inline-wrap .timeline {
  list-style: none;
  margin: 20px 0 40px;
}
.inline-wrap .timeline > li {
  margin-bottom: 60px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.inline-wrap .timeline-date {
  width: 80px;
  float: left;
  margin-top: 20px;
}
.inline-wrap .timeline-content {
  /* width: 75%; */
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}
.inline-wrap .timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #2D69B2;
  position: absolute;
  left: 76px;
  top: 24px;
  border-radius: 100%;
}
.inline-wrap .timeline h6 {
  font-size: 16px;
  margin-top: 20px;
}
.inline-wrap .timeline p {
  padding: 0;
}
/*
.inline-wrap .staff-table {
  border-left: none;
  border-top: none;
  width: 100%;
}
.inline-wrap .staff-table th {
  width: 55%;
  padding: 0;
}
.inline-wrap .staff-table td {
  width: 45%;
  padding: 20px 10px;
}
.inline-wrap .staff-table th , .inline-wrap .staff-table td {
  border-right: none;
  border-bottom: none;
}
.inline-wrap .timeline {
  background-image: url(/img/staff02.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 30%;
}
.inline-wrap .timeline.timeline02 { background-image: url(/img/staff04.png); }
.inline-wrap .timeline.timeline03 { background-image: url(/img/staff01.png); }
.inline-wrap .timeline.timeline04 { background-image: url(/img/staff03.png); }
*/

.btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.submit input,
.btn-wrap .btn {
  background-color: #0073ff;
  color: #fff;
  letter-spacing: 0;
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
    /*
  width: 350px;
    */
  border-radius: 50px;
  padding: 30px 50px;
  margin: 20px auto 0;
    border: none;
}
.btn-wrap .btn:hover {
    border: solid 1px #0073ff;
    background-color: #fff;
    color: #0073ff;
}
.btn-wrap .btn:after {
  padding-left: 15px;
  content: "\f138";
  font-family: FontAwesome;
}

.aform-header {
    display: none;
}
.aform-hdln {
    font-size: 20px;
    line-height: 1;
    margin: 30px 0;
    font-weight: bold;
    padding: 30px 15px 0;
    position: relative;
}
.aform-hdln:before {
    background-color: #0073ff;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 4px;
}
.aform-content .submit {
    text-align: center;
}
.aform-content span.required {
    color: #fff;
    background: #c00;
    padding: 10px;
    border-radius: 3px;
}
/*================================================
　　　　* フッター
================================================*/

footer {
	padding: 20px 0;
}
footer p {
	text-align: center;
	font-size: 14px;
  letter-spacing: 1px;
}

#side-btn {
  position: fixed;
  bottom: 0;
  right: 0;
}
#side-btn ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#side-btn ul li {
  padding: 0;
  margin: 0;
}

/*================================================
　　　　* 共通
================================================*/

.mt-none {
	margin-top: 0px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-60 {
	margin-top: 60px !important;
}

/*================================================
　　　　* レシポンシブ
================================================*/

@media (max-width: 1024px) {
/*
  section h3 { font-size: 20px; }
*/
}

@media (max-width: 991px) {
  p , table { font-size: 14px; }
  .small { line-height: 1.6 !important; letter-spacing: 0; }
  header p { top: -30px; }
  header p img { height: 60px; }
/*
  section { padding-top: 60px; padding-bottom: 60px; }
  section.bg { margin-left: 15px; margin-right: 15px; }
  section h1 { font-size: 25px; padding-left: 30px; }
  section h1:before { width: 30px; top: -10px; }
  section h2 { margin-bottom: 30px; }
  section h2 img { max-height: 40px; }
  section h2 span { padding: 15px 0 0; display: block; }
  section h3 { font-size: 18px; }
  section h5 { font-size: 15px; letter-spacing: 0; }
*/
  #intro .intro01 p { font-size: 15px; }
  #intro .intro01 p br { display: none; }
  #message { padding-bottom: 40px; }
  #message:before { width: 35%; padding-top: 45%; background-size: cover; background-position: center; }
  #message h2 { margin-top: -20px; }
  #interview h2 span { padding-left: 0; }
  #interview .name span { padding: 0; display: block; }
  #work hr { margin-top: 30px; margin-bottom: 40px; }
  #work h4 { margin-bottom: 15px; }
  #work h4 img { height: 30px; }
  #work h4 span:before { display: none; }
  #work h4 span { font-size: 15px; padding: 0 0 0 10px; }
  #style ul.staff-wrap { margin: 0 40px; }
  #style .style-box p span {
    height: 60px;
  }
  #company:before { background-size: cover; width: 53%; padding-top: 33%; top: -50px; }
  #company table.company { margin: 30px 0 0; }
  #company table.more { margin-top: 30px; }
  .btn-wrap { margin-top: 60px; }
  .btn-wrap .btn { width: 60%; font-size: 16px; }
}

@media (max-width: 767px) {
    
.inline-wrap .timeline-content {
  padding-left: 10px;
}
.inline-wrap .timeline-date {
  width: 50px;
}
.inline-wrap .timeline-content:before {
  left: 46px;
}
.inline-wrap h3 {
    font-size: 16px;
}
.inline-wrap h3 span {
    font-size: 14px;
}


    .aform .aform-content dl dt,
    .aform .aform-content dl dd {
        display: block;
        width: 100% !important;
        float: none !important;
        background: none !important;
        border-right: none !important;
    }
  .col-xs-6 { padding-left: 5px; padding-right: 5px; }
  p { margin: 15px 0px; line-height: 1.5; letter-spacing: 0; }
  .small { font-size: 13px; line-height: 1.4 !important; }
  table tr th , table tr td { display: block !important; width: 100% !important; padding: 10px 0; }

  #menu a.navbar-brand h1 img { max-width: 180px; margin-left: 10px; }
  #menu.navbar-default.on a.navbar-brand { top: 5px; left: 10px; }
  #menu.navbar-default.on a.navbar-brand h1 img { max-height: 30px; }
  .hd-right { height: 50px; }
  .hd-right a { width: 100px; margin-right: 51px; }
  .hd-right a img { height: 15px; }

  div.z-top { width: 300px; }
  div.x, div.y, div.z { width: 26px; }
  div.x { top: -20px; }
  div.z { top: 20px; }
  div.burger { height: 50px; width: 50px; }
  div.navbar { height: 50px; width: 50px; }

  header { margin-top: 50px; }
  header p { top: -20px; }
  header p img { height: 35px; }

  section { padding-top: 40px; padding-bottom: 40px; }
  section.bg { margin-left: 0; margin-right: 0; }
  section .name span { font-size: 20px; }
  section h1 { font-size: 20px; margin: 20px 0 30px; }
  section h2 img { max-height: 30px; }
  section h2 span { font-size: 14px; }
  section h3 { font-size: 21px; letter-spacing: 0px; margin: 0 0 25px; }
  section h3:after { margin-top: 10px; }
  section h4 { font-size: 17px; padding-bottom: 6px; }
  section h4:before { height: 20px; }
  section h5 { font-size: 14px; }

  .graph01 img { margin: 50px auto 0; }
  #intro .intro01 p { margin: 0 0 40px; font-size: 14px; font-weight: 400; line-height: 1.5; }
  #intro .intro02 { margin-bottom: 0; }
  #message h2 span { padding-top: 15px; }
  #message h3 { margin: 20px 0; }
  #message h3 br { display: none; }
  #message:before { display: none; background-image: none; padding: 0; }
  #message .txt, #message .img { margin-top: 30px; }
  #interview .staff { max-width: 70%; }
  #work h2 span { padding-top: 15px; }
  #work h4 img , #work h4 span { display: block; }
  #work h4 span { padding: 10px 0 0; font-size: 15px; }
  #work h4 span br { display: none; }
  #company:before { display: none; background-image: none; padding: 0; }
  #company h4 { font-size: 16px; margin: 20px 0; }
  #company table.more th { border-bottom: 1px solid #ddd; }
  .mfp-content .row {
    padding: 20px;
    width: 80%;
  }
  .btn-wrap img { 
      /*
      height: 40px;
    */
    }
  .btn-wrap .btn {
    width: 96%;
    font-size: 18px;
    padding: 25px 30px;
    }
  footer p { margin: 0; font-size: 13px; }
  #side-btn img { width: 40px; }
  
  /* 共通 */
  .mt-20 { margin-top: 10px !important; }
  .mt-40 { margin-top: 20px !important; }
  .mt-60 { margin-top: 30px !important; }
}
@media (max-width: 500px) {
  #style .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #style h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  #style h3 img {
    margin: 0 auto 10px;
  }
  #style h3 .fav {
    display: none !important;
  }
  .popup-modal-dismiss a {
    margin: 0;
  }
  .mfp-content .row h2 {
    font-size: 17px;
    line-height: 1.4;
  }
}