/* =========================================================

reset style

=========================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul{
  list-style: none;
}
img,
picture {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}


/* =========================================================

style

=========================================================== */

*, *::after, *::before {box-sizing: border-box;}
html {font-size: 62.5%;background-color:#fff;}
html, body {height: 100%;}

body{
    font-size: calc(1.6rem + (1vw - 0.56rem) * -1.0000);
    line-height: 1.8;
    font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 400;
    color: #444;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: calc(2.0rem + (1vw - 0.56rem) * 1.5000);/* 20x~26pxで可変*/
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 500;
}
h3 {
    font-size: calc(1.8rem + (1vw - 0.56rem) * 1.0000);/* 18px~22pxで可変*/
    line-height: 1.3;
}
@media screen and (max-width: 560px) {
    body{
        font-size:1.5rem;
        line-height: 2;
    }
    h2{
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.6rem;
    }
}
 
@media (min-width: 960px) {/* 960px以上*/
    body {
        font-size:1.6rem;
    }
    h2 {
        font-size: 3.0rem;
    }
    h3 {
        font-size: 2.2rem;
    }
}

.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

a, a:link {
	text-decoration: none;
	color: #222;
}
a:hover {
	color: #222;
	text-decoration: underline;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.txt-right {
	text-align: right !important;
}
.txt-center {
	text-align: center !important;
}

/* =========================================================

header

=========================================================== */

#header {
	width: 100%;
	padding: 6px 15px 10px;
	position: relative;
}
#header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(55,162,181,1);
	background: -moz-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55,162,181,1)), color-stop(27%, rgba(138,205,209,1)), color-stop(69%, rgba(226,224,177,1)), color-stop(100%, rgba(218,190,118,1)));
	background: -webkit-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -o-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -ms-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: linear-gradient(to right, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a2b5', endColorstr='#dabe76', GradientType=1 );
	height: 6px;
}
#header h1 {
	font-size: 11px;
	color: #999;
	font-weight: 400;
	display: inline-block;
	line-height: 1.1em;
}
#header .inner div {
	display: flex;
	align-items:center;
	justify-content: space-between;
}
#logo {
	max-width: 250px;
}
#logo img {
	width: 100%;
}
nav ul {
	display: inline-flex;
	justify-content: flex-end;
}
nav ul li {
	font-size: 16px;
}
nav ul li a {
	color:#222;
	margin-left: 25px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: none;
}
nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #222;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
nav ul li a:hover::after {
  transform: scale(1, 1);
}



/* =========================================================

footer

=========================================================== */

#footer {
	text-align: center;
	padding: 50px 0 10px;
}
#footer h2 {
	text-align: center;
	width: 180px;
	margin: 0 auto 20px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color:#999;
	margin-bottom: 40px;
	line-height: 1.2em;
	padding: 0 15px;
}
#footer ul {
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	display: inline-block;
}
#footer ul li {
	display: inline;
	padding: 5px 0;
	font-size: 13px;
	margin-right: 1em; 
	margin-left: 1em;
}
#footer ul li a {
	color:#666;
	transition: color 0.3s;
}
#footer ul li a:hover {
	color:#ccc;
}
#footer ul li:nth-child(5) ::before {
  content: '\A';
  white-space: pre;
}
#footer .copyright {
	width: 100%;
	text-align: center;
	border-top:solid 1px #ccc;
	padding: 10px 0 0;
	margin: 50px 0 0;
	color:#999;
	font-size: 12px;
}


/* =========================================================
	
breadcrumb

=========================================================== */

#breadcrumb {
	margin: 15px 0;
}
#breadcrumb ul {
  display: flex;
  flex-direction: row;
}
#breadcrumb ul li {
  display: inline;
  list-style: none;
  font-size: 12px;
  padding: 0 5px;
  color:#666;
}
#breadcrumb ul li:first-child {
  padding: 0 5px 0 0;
}
#breadcrumb ul li:after {
  content: '>';
  padding: 0 0 0 10px;
  color: #8e8270;
}
#breadcrumb ul li:last-child:after {
  content: '';
}
#breadcrumb ul li a {
  text-decoration: none;
  color: #666;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

.service-breadcrumb {
	background: #000 !important;
	margin: 0 !important;
	padding: 15px 0;
}
#breadcrumb.service-breadcrumb  ul li {
  color:#FFF;
}
#breadcrumb.service-breadcrumb  ul li:after {
  color: #FFF;
}
#breadcrumb.service-breadcrumb  ul li a {
  color: #FFF;
}

/* =========================================================

styles

=========================================================== */

main {
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#info section .inner {
	padding: 80px;
}

#pagetitle {
	width: 100%;
    background: rgba(55,162,181,1);
	background: -moz-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55,162,181,1)), color-stop(27%, rgba(138,205,209,1)), color-stop(69%, rgba(226,224,177,1)), color-stop(100%, rgba(218,190,118,1)));
	background: -webkit-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -o-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -ms-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: linear-gradient(to right, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a2b5', endColorstr='#dabe76', GradientType=1 );	
}
#pagetitle h1 {
	color: #FFF;
	font-weight: 500;
	height: 80px;
	line-height: 80px;
	letter-spacing: 0.06em;
	font-size:20px;
}
.section-title {
	position: relative;
	padding: 1rem .5rem;
	text-align: center;
	margin: 0 0 30px;
	color: #00437c;
}
.section-title::after{
   content:"";
   display:block;
   width:1px;
   height:30px;
   background-color:#222;
   position:absolute;
   top:50px;
   left:50%;
}

#pagetitle h1 span{
	display: inline-block;
	margin-left: 15px;
	font-size: 13px;
}

.section-title {
	position: relative;
	margin: 0 0 60px;
	text-align: center;
	color: #222; 
	font-weight: 700;
}
.section-title::after{
   content:"";
   display:block;
   width:1px;
   height:30px;
   background-color:#222;
   position:absolute;
   top:50px;
   left:50%;
}

.table {
    margin: 50px 0 30px;
}
.table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}
.table table td,
.table table th {
    padding: 0.6em 1.2em;
    border: 1px solid #c9c9c9;
    vertical-align: top;
    word-wrap: break-word !important;
    word-break: break-all;
}
.table table td {
	background: rgba(255,255,255,0.3);
	text-align: left;
}
.table table th {
    background: #f0f0f0;
    white-space: nowrap;
    vertical-align: middle;
}
.table table p {
    margin: 0 0 8px !important;
}
.table table thead th {
    text-align: center !important;
}
.table table .txtcenter {
    text-align: center !important;
}



/* =============

top

================*/
#mainVisual {
	width: 100%;
	max-height: 815px;
	background-image: url('../images/mainVisual-mark.png'), url('../images/mainVisual.jpg');
	background-position: right top, center 35%;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100%, cover; 
	/* margin: 0 0 80px; */
}
#mainVisual .inner {
	height: 70vh;
	display: flex;
	align-items:center;
	justify-content: flex-start;	
}
#mainVisual p {
	display: inline-block;
	color:#bdc56e;
	margin-left: 20px;
	font-weight: 700;
}
#mainVisual p span{
	display: block;
	font-size: 54px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height: 1.1em;
}
#mainVisual img {
	width: 460px;
}

#serviceinfo {
	margin-bottom: 60px;
}
#serviceinfo-cont {
	background: linear-gradient(-68deg, #dbe0ce 0%, #dbe0ce 32%, #bab48f 32%, #bab48f 100%);
	width: 100%;
	height: 580px;
}
#serviceinfo-cont .inner:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 40px;
}
#serviceinfo-cont .inner img.serviceinfo-img {
	order: 2;
	width: 38%;
	margin-top: -40px;
}
.serviceinfo-txt {
	order: 1;
	color:#222;
	padding: 0 70px 0 0;
	width: 50%;
}
.serviceinfo-txt h2 {
	margin: 60px 0 20px;
}
.serviceinfo-txt h2 span {
	font-size: 13px;
	display: block;
}
.vegasen-banner {
	display: block;
	max-width: 1000px;
	margin: -180px auto 0;
}
#companyinfo {
	width: 100%;
	background: #dae9e4;
	display: flex;
	justify-content: space-between;
	min-height: 320px;
}
#companyinfo .boxL {
	width: 55%;
}

#companyinfo .boxL div {
	width:100%;
	margin:0 0 -7px -10%;
	display:inline-block;
	background:#fff;
	transform:skewX(-25deg);
	overflow:hidden;
	height: 100%;
}

#companyinfo .boxL div img {
	width:100%;
	transform:skewX(25deg) scale(1.6);
}
#companyinfo .boxR {
	width: 43%;
}
#companyinfo .boxR h2 {
	margin:11% 0 20px;
}
#companyinfo .boxR h2 span {
	font-size: 13px;
	display: block;
} 

.moreview {
	display: inline-block;
	margin: 30px 0;
}
.moreview a {
	display: inline-block;
	padding: 0 40px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #222;
	background: #FFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1), 0px 0px 4px -50px rgba(10,10,10,0.02);
	transition: color 0.8s;
}
.moreview a:hover {
	box-shadow: 0px 0px 10px 6px rgba(218, 233, 228.1), 0px 0px 4px -50px rgba(218, 233, 228,0.02);
}


/* =============

service

================*/

#introduction {
	background: url('../images/service-intro-bg.jpg') no-repeat center center #000;
	background-size: 70% auto;
	text-align: center;
	color: #FFF;
	padding: 80px 0;
}
#introduction .section-title {
	color: #fff;
}

#introduction .section-title::after{
   background-color:#FFF;
}
.introduction-lead {
	width: 70%;
	margin: 0 auto;
}
.introduction-lead p {
	margin: 10px 0;
}
.introduction-lead ul {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 30px auto;
}
.introduction-lead ul li {
	display: inline-block;
	width: 190px;
	height: 190px;
	text-align:center;
	line-height: 180px;
	border-radius: 50%;
	background: #FFF;
}
.introduction-lead ul li p {
    position: relative;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-48%, -50%);
    transform: translate(-48%, -50%);
    line-height: 1.2em;
    color: #222 !important;
    font-weight: 700;
}
.introduction-lead ul li p span {
	font-size: 12px;
	display: block;
	margin: 10px 20px 0 8px;
}

#advocate {
	padding: 80px 0;
	text-align: center;
}
#advocate ol {
	margin: 0 auto;
	display: inline-block;
	border: solid 1px #000;
	padding: 30px 50px;
}
#advocate ol li {
	list-style: decimal;
	padding: 0 0 0 20px;
	text-align: left;
}


#simulation {
	background: linear-gradient( 135deg, rgba(55,162,181,0.8), rgba(255,255,255, 0.8)),
	url('../images/simulation_bg.jpg');
	background-size: cover;
	text-align: center;
	padding: 80px 0;	
}
#simulation .business {
	width: 100%;
}
#simulation .business div.boxl {
	order: 2;
}
#simulation .business div.boxr {
	order: 1;
}
#simulation .business div.boxl p {
	margin-bottom: 10px;
}
.business {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
.business div.boxl,
.business div.boxr {
	width: 49%;
	text-align: left;
	text-align: justify;
	letter-spacing: -0.02em;
}

#consulting {
	background: linear-gradient( 135deg, rgba(219, 224, 206, 1), rgba(218,190,118, 1));
	background-size: cover;
	text-align: center;
	padding: 80px 0;		
}
#consulting .business {
	margin: 50px auto 0;
}
#consulting .business h3 {
	text-align: center;
	margin: 0 0 20px;
}
#consulting .business div.boxl,
#consulting .business div.boxr {
	background: #FFF;
	border-radius: 1px;
	box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.3);
}
#consulting .business div.boxl img,
#consulting .business div.boxr img{
	width: 100%;
	margin: 0 0 20px;
}
#consulting .business ul {
	margin: 0 40px 30px;
}
#consulting .business ul li {
	padding: 5px 0 5px 20px;
	border-bottom:solid 1px #ccc;
	position: relative;
}
#consulting .business ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: 1em;
	left: 0em;
	width: 12px;
	height: 7px;
	border-left: 2px solid #25AF01;
	border-bottom: 2px solid #25AF01;
	transform: rotate(-45deg);
}
#consulting .table {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.caution {
	font-size: 85%;
	text-align: left;
}
.cooling-off {
	margin: 50px 0;
	border:solid 1px #FFF;
	background: rgba(255,255,255,0.3);
	padding: 40px;
	text-align: left;
}
.cooling-off h4 {
	margin-bottom: 20px;
}
.cooling-off ul {
	list-style: disc;
	padding: 0 0 0 20px;
}
.cooling-off ul li {
	margin-bottom: 15px;
}
.cooling-off ul li ol {
	padding: 0 0 0 20px;
	list-style: decimal;
}
.cooling-off ul li ol li {
	margin-bottom: 5px;
}
.cooling-off ul li p {
	margin: 5px 0;
	font-size: 85%;
}

#company-greeting {
	text-align: center;
	padding: 80px 0;		
}
dl.lead {
	margin: 50px auto 0;
	width: 71%;	
}
dl.lead dt {
	font-size: 20px;
	margin-bottom: 30px;
}
dl.lead dd {
	text-align: left;
	letter-spacing: -0.02em;
}
dl.lead dd p {
	text-align: right;
}
dl.lead dd p.president {
	overflow: hidden;
	margin-top: 15px;
}
dl.lead dd p.president span {
	display: inline-block;
}
dl.lead dd p img {
	width: 150px;
	float: right;
	margin-left: 15px;
}
#company {
	padding: 30px 0 80px;		
}

#map {
	width: 100%;
	height: 450px;
}

#privacy,
#antisosial {
	padding: 80px 0;		
}
#privacy .inner,
#antisosial .inner {
	padding-left: 120px;		
	padding-right: 120px;
}

#privacy h2,
#antisosial h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin: 20px 0 20px;
}
#privacy p,
#antisosial p {
	margin: 0 0 30px;
	text-align: justify;
}
#antisosial ol {
	margin: 0 0 20px 20px;
	list-style: decimal;
}
#privacy ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0 0 40px 35px;
}
#privacy ol li {
	padding-left: 5px;
	position: relative;
	margin: 10px 0;
}
#privacy ol li::before {
	content: "(" counter(my-counter) ") ";
	counter-increment: my-counter;
	display:inline-block;
	margin-left:-20px;
	width: 20px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
#privacy ol li ol {
	margin-top: 30px;
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 22px;
}
#privacy ol li ol li {
  padding-left: 5px;
  position: relative;
  margin: 5px 0;
}
#privacy ol li ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid ;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
}
#tokushoho .table {
	margin: 30px auto 50px;
}
#tokushoho .table table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}
#tokushoho .table table td,
#tokushoho .table table th {
    padding:0.8em 1em;
    word-wrap: break-word !important;
    word-break: break-all;
    text-align: left !important;
    color: #222;
}
#tokushoho .table table td {
	background: rgba(255,255,255,1);
	text-align: left;
	vertical-align: middle;
}
#tokushoho .table table th {
    background: #f2f2f2;
    white-space: pre-wrap;
	color: #222;
	width: 20%;
}
#tokushoho .table ol {
	margin: 0 0 0 20px;
}
#tokushoho .table ol li {
	list-style: decimal;
}
#tokushoho .table ol li ul li {
	margin: 5px 0;
	list-style: none;
}

/* ======
	contact
=================== */

#contact {
	text-align: center;
	padding: 40px 0 0;
}
#contact .inner{
	max-width: none;
	padding-bottom: 0;
	width: 100%;
}
#contact h3 {
	margin-bottom: 20px;
}
#contact .post {
	padding: 20px 0;
	text-align: justify;
}
#contact .table span {
	margin-left: 10px;
}
#contact .table a {
	display: inline-block;
	padding: 2px 15px 2px 22px;
	position: relative;
	border-radius: 2px;
	border:solid 1px #ccc;
	background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 9%, rgba(255,255,255,1) 100%);
}
#contact .table a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 10px;
  box-sizing: border-box;
  width: 7px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #222;
}
#contact .table a:hover {
	text-decoration: none;
}
#contact .table {
	max-width: 880px;
	margin: 0 auto;
}
#contact .table table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    border-top: dotted 1px #b3b3b3;
    border-left: dotted 1px #b3b3b3;
    border-right: dotted 1px #b3b3b3;
}
#contact .table table td,
#contact .table table th {
    padding:0.8em 1em;
    border-bottom: dotted 1px #b3b3b3;
    word-wrap: break-word !important;
    word-break: break-all;
    text-align: left !important;
    color: #222;
}
#contact .table table td {
	background: rgba(255,255,255,1);
	text-align: left;
}
#contact .table table th {
	width: 20%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="submit"],
#contact input[type="button"] ,
#contact textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  background: #FFF;
}
#contact input[type="text"] ,
#contact input[type="email"] {
	width:70%;
}
#contact textarea {
	width:100%;
	height: 200px;
}
#contact input[type="tel"]  {
	width:200px;
}
#contact .submitBtn {
	text-align: center;
}
#contact .submitBtn input[type="submit"], #contact .submitBtn input[type="button"]  {
	margin: 30px auto 0;
	cursor: pointer;
	background-color: #3c407c;
	color: #FFF;
	border-radius: 2px;
}
#contact .submitBtn input[type="submit"]:hover,#contact .submitBtn input[type="button"]:hover  {
	background-color: #4f6fc3;
}



#news li {
	padding: 25px 0;
	margin:  25px 0;
	border-bottom:solid 1px #CCC;
}
#info #news li .newstitlelink {
  display: none;
}

#news li::before {
	/*
  content: "+";
  font-size: 85%;
  border: 1px solid #ddd;
  padding: 0.2em;
  line-height: 0;
  margin-right: 1em;
  display: inline-block;
  */
  display: none;
}
#news li.open::before {
/*
  content: "-";
  border: 0;
*/
display: none;
}
#news .desc {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0px 30px 0px;
  padding: 20px;
  background: #f2f2f2;
  border: solid 1px #ccc;
  word-break: break-all;
}
#news .newstitle {
	display: inline-block;
}
#top-information .inner {
	padding-left:75px;
	padding-right:75px;
	display: flex;
	padding: 80px;
	justify-content:space-between;
	box-sizing: border-box;
}
#top-information .top-information-ttl {
	width: 240px;
	background: #0083c5;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top-information .top-information-ttl h3 {
	font-size: 26px;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 400;
	text-align: center;
}
#top-information .top-information-ttl h3 span {
	font-size: 13px;
	font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	display: block;
}
#top-information ul {
	width: calc(100% - 240px - 30px);
}
#top-information ul li {
	display: none;
}
#top-information #news li a {
	display: inline-block;
}

#top-information ul li:nth-child(1),
#top-information ul li:nth-child(2) {
	display: block;
}
#top-information ul li{
	padding: 5px 0;
	margin:  5px 0;
	border-bottom:solid 1px #CCC;
}
#top-information ul li span.data,
#news li span.data {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 18px;
	display: inline-block;
	margin-right: 8px;
	min-width: 7rem;
}
#top-information ul li span.label,
#news li span.label  {
	display: inline-block;
	width: 120px;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-right:8px;
	background: #1f8aad;
}
#top-information #news li::before,
#top-information #news li.open::before {
	display: none;
}
#top-information #news li .desc,
#top-information #news li .newstitle {
  display: none;
}

/* ======
	info
=================== */

#info {
	text-align: center;
}
#info .inner{
	padding-left:120px;
	padding-right:120px; 
}
#info .data {
	color: #666;
	margin-bottom: 10px;
	text-align: left !important;
	display: block;
	margin-right: 20px;
}
#info h2.post-title {
	color: #00437c;
	padding: 0 0 5px;
	border-bottom:dotted 1px #ccc;
	font-size: 24px;
	text-align: left;
}
#info .post {
	border:dotted 1px #ccc;
	padding: 60px 80px;
	margin: 30px 0;
	text-align: justify;
}
#info ul li {
	border-bottom:dotted 1px #ccc;
	padding: 10px 15px 0;
	text-align: left;
}
#info .moreview {
	margin: 30px auto;
}

/* =========================================================

responsive

=========================================================== */


@media screen and (max-width: 1281px) {
	#companyinfo .boxL div img {
		transform:skewX(25deg) scale(2.5);
	}
}

@media screen and (max-width: 1024px) {
	.inner {
		width: 94%;
	}
	#header {
		padding: 10px 0;
	}
	#mainVisual .inner {
		height: 44vh;
	}
	#mainVisual p {
		margin-left: 14px;
		width: 50%;
	}
	#mainVisual p span{
		display: block;
		font-size: 34px;
		font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
		line-height: 1.1em;
	}
	#mainVisual img {
		width: 30%;
	}
	.vegasen-banner {
		max-width: 900px;
		margin: -240px auto 0;
	}
	#companyinfo .boxR {
		width: 40%;
	}
	#companyinfo .boxR h2 {
		margin:18% 0 20px;
	}
	#companyinfo .boxL div img {
		transform:skewX(25deg) scale(3.5);
	}
	.introduction-lead ul {
		width: 90%;
	}
}
@media screen and (max-width: 959px) {
	#mainVisual {
		margin: 0 0 60px;
	}
	#mainVisual .inner {
		height: 32vh;
	}
	#serviceinfo-cont {
		height: 500px;
	}
	#serviceinfo-cont .inner img.serviceinfo-img {
		width: 45%;
		margin-top: -65px;
	}
	.serviceinfo-txt h2 {
		margin: 40px 0 20px;
	}
	#companyinfo {
		min-height: 280px;
	}
	#companyinfo .boxL div {
		margin:0 0 -7px -15%;
	}
	#companyinfo .boxL div img {
		transform:skewX(25deg) scale(3.6);
	}
	.vegasen-banner {
		margin: -180px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	#serviceinfo-cont {
		height: 500px;
	}
	#introduction,#advocate,#simulation,#consulting,#company-greeting,#company,#privacy {
		padding: 30px 0;	
	}
	dl.lead {
		width: 80%;		
	}
	.introduction-lead ul {
		width: 100%;
	}
	.introduction-lead ul li {
		width: 160px;
		height: 160px;
		line-height: 160px;
	}
	#privacy,
	#antisosial {
		padding: 50px 0;		
	}
	#privacy .inner,
	#antisosial .inner {
		padding-left: 50px;		
		padding-right: 50px;
	}
	.table {
	    margin: 30px 0 0;
	}
	table.sp_tbl {
	    width: 100% !important;
	    border-top: 1px solid #c9c9c9;
	}
	table.sp_tbl thead {
	    display: none;
	}
	table.sp_tbl tr,
	table.sp_tbl td,
	table.sp_tbl th {
	    display: block;
	    width: 100% !important;
	}
	table.sp_tbl td,
	table.sp_tbl th {
	    padding: 0.6em 1em;
	    border-top-width: 0;
	}
	table.sp_tbl th {
	    text-align: center;
	    font-weight: bold;
	}
	table.sp_tbl td:before {
	    font-weight: bold;
	    display: block;
	    margin-bottom: 0.25em;
	    padding-bottom: 0.25em;
	    text-align: left;
	    border-bottom: dotted 1px #c9c9c9;
	}
	#contact .inner{
		padding-left:0;
		padding-right:0; 
		width: 80%;
		background: none;
	}
	#contact .table {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	#contact .table table {
	    font-size: 14px;
	    border-left: dotted 1px #b3b3b3;
	    border-right: dotted 1px #b3b3b3;
	}
	#contact .table table td,
	#contact .table table th {
	    padding:0.6em;
	    border-bottom: dotted 1px #b3b3b3;
	    word-wrap: break-word !important;
	    word-break: break-all;
	    text-align: left !important;
	    color: #222;
	}
	#contact .table table td {
		background: rgba(255,255,255,1);
		text-align: left;
	}
	#contact .table table th {
	    white-space: nowrap;
		color: #222;
		width: 100%;
	}
	#contact input,
	#contact textarea {
		padding: 6px 10px;
	}
	#contact input[type="text"] ,
	#contact input[type="email"] {
		width:100%;
	}
	#contact textarea {
		width:100%;
		height: 200px;
	}
	#contact input[type="tel"]  {
		width:100%;
	}
	#contact .table span {
		display: block;
	}
	#contact .table a {
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	.inner {
		width: 86%;
	}
	#header {
		padding-bottom: 0;
	}
	#header .inner {
		width: 100%;
	}
	#header .inner h1 {
		margin-left:5px;
		margin-right:5px;
		font-size: 11px;
	}
	#header .inner div {
		display: block;
	}
	#logo {
		max-width: 200px;
		margin: 10px auto 20px;
	}
	nav ul {
		display: flex;
		align-items:center;
		text-align: center;
		justify-content: space-around;
		margin: 0;
		padding: 0;
    background: rgba(55,162,181,1);
	background: -moz-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55,162,181,1)), color-stop(27%, rgba(138,205,209,1)), color-stop(69%, rgba(226,224,177,1)), color-stop(100%, rgba(218,190,118,1)));
	background: -webkit-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -o-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: -ms-linear-gradient(left, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	background: linear-gradient(to right, rgba(55,162,181,1) 0%, rgba(138,205,209,1) 27%, rgba(226,224,177,1) 69%, rgba(218,190,118,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a2b5', endColorstr='#dabe76', GradientType=1 );
	}
	nav ul li {
		font-size: 13px;
		border-right:solid 1px #fff;
		width: 33.3333%;
	}
	nav ul li:last-child {
		border-right:none;
	}
	nav ul li a {
		color:#fff !important;
		margin-left: 0;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 6px 0;
	}
	nav ul li a::after {
		display: none;
	}
	nav ul li a:hover::after {
		display: none;
	}
	#mainVisual .inner {
		height: 38vh;
	}
	#mainVisual p {
		font-size: 11px;
		width: 62%;
	}
	#mainVisual p span{
		font-size: 24px;
	}
	#serviceinfo {
		margin-bottom: 30px;
	}
	#serviceinfo-cont {
		height: 400px;
	}
	#serviceinfo-cont .inner:first-child {
		margin: 0 auto;
		flex-direction: column;
	}
	#serviceinfo-cont .inner img.serviceinfo-img {
		order: 1;
		width: 96%;
		margin-top: -30px;
	}
	.serviceinfo-txt {
		order: 2;
		color:#222;
		padding: 0;
		text-align: center;
		width: 80%;
	}
	.serviceinfo-txt p {
		text-align: left;
		text-align:justify;
	}
	.vegasen-banner {
		margin: -30px 20px 0;
	}
	#companyinfo {
		flex-direction: column;
		align-items: flex-start;
		display: flex;
		justify-content: flex-start;
		background:url('../images/companyinfo_bg.png') no-repeat center bottom #d2eef5;
		background-size: 100% auto;
		min-height: 320px;
	}
	#companyinfo .boxL {
		display: none;
	}
	#companyinfo .boxR {
		width: 100%;
		order: 1;
		text-align: center;
		vertical-align: bottom;
		margin: 0 0 -10px;
	}
	#companyinfo .boxR h2 {
		margin:11% 0 20px;
	}
	#companyinfo .boxR h2 span {
		font-size: 13px;
		display: block;
	} 
	#footer {
		text-align: left;
		padding:40px 0 0;
	}
	#footer p {
		text-align: justify;
		line-height: 1.4em;
	}
	#footer ul {
		display: block;
		width: 90%;
		margin: 0 auto 20px;
		list-style: none;
		padding: 0;
		border:solid 1px #CCC;
		border-radius: 2px;
		padding: 0;
	}
	#footer ul li {
		padding: 0;
		font-size: 13px;
		display: block;
		margin: 0;
	}
	#footer ul li a {
		color:#666;
		transition: color 0.3s;
		display: block;
		border-bottom:solid 1px #ccc;
		padding:  6px 15px;
		background: url('../images/icon-arrow.png') no-repeat 98% 50%;
		background-size: 10px auto;
	}
	#footer ul li:last-child a {
		border: none;
	}
	#footer ul li a:hover {
		color:#ccc;
	}
	#footer ul li:nth-child(5) ::before {
	  display: none;
	}
	#footer .copyright {
		padding: 10px 0;
		margin: 20px 0 0;
		font-size: 12px;
	}
	#pagetitle h1 {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	#pagetitle h1 span{
		margin-left: 15px;
		font-size: 13px;
	}
	.section-title {
		margin: 0 0 50px;
	}
	.section-title::after{
	   height:20px;
	   top:30px;
	}
	.introduction-lead {
		width: 90%;
	}
	.introduction-lead p {
		margin: 10px 0;
		text-align: left;
	}
	.introduction-lead ul {
		width: 80%;
		display: block;
	}
	.introduction-lead ul li {
		display: block;
		width: 100%;
		height: 60px;
		line-height: 1.2em;
		border-radius: 3px;
		background: #FFF;
	}
	.introduction-lead ul li p {
	    position: relative;
	    top: 50%;
	    left: 50%;
	    text-align: center !important;
	}
	.introduction-lead ul li p span {
		margin: 5px 0 0;
	}
	#advocate ol {
		padding: 30px;
		margin: 0 auto 10px;
	}
	#advocate ol li {
		padding: 0 0 0 10px;
		margin-left: 20px;
	}
	#advocate .section-title::after{
	   top:60px;
	}
	#simulation {
		padding: 40px 0;	
	}
	#simulation .business {
		flex-direction: column;
	}
	#simulation .business div.boxl {
		order: 1;
		width: 100%;
	}
	#simulation .business div.boxr {
		order: 2;
		width: 100%;
	}
	#simulation .business div.boxl p {
		margin-bottom: 10px;
		text-align: justify;
	}
	.business {
		margin: 30px auto 0;
	}

	#consulting {
		padding: 30px 0;		
	}
	#consulting p {
		text-align: left;	
	}
	#consulting .business {
		margin: 30px auto 0;
		flex-direction: column;
	}
	#consulting .business div.boxl,
	#consulting .business div.boxr {
		width: 100%;
		margin: 0 0 10px;
	}
	#consulting .business ul {
		margin: 0 20px 30px;
	}
	#consulting .table {
		width: 100%;
	}
	.caution {
		font-size: 90%;
	}
	.cooling-off {
		margin: 30px 0;
		padding: 30px;
	}
	dl.lead {
		width: 90%;		
	}
	dl.lead dt {
		font-size: 17px;
		margin-bottom: 20px;
		text-align: justify;
		font-weight: 700;
		line-height: 1.5em;
	}
	dl.lead dd {
		text-align: justify;
	}
	#privacy .inner,
	#antisosial .inner {
		padding-left: 0px;		
		padding-right: 0px;
	}
	#privacy ol {
		margin: 0 0 40px 15px;
	}
	#contact .inner{
		width: 90%;
		background: none;
	}
}
@media screen and (max-width: 480px) {
	#pagetitle h1 {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 320px) {
	#mainVisual p {
		font-size: 13px;
	}
	#serviceinfo-cont {
		height: 580px;
	}
	#serviceinfo-cont .inner:first-child {
		display: block;
		margin: 0 auto 40px;
	}
	#serviceinfo-cont .inner img.serviceinfo-img {
		width: 90%;
		margin: -140px auto 0;
	}
	.serviceinfo-txt {
		padding: 0;
	}
	.serviceinfo-txt h2 {
		margin: 60px 0 20px;
	}
	.serviceinfo-txt h2 span {
		font-size: 13px;
		display: block;
	}
	
}








