@charset "utf-8";

@import url("global.css");

.pc,
.pcimage {
	display: none;
}

body {
	font-size: 4.266vw !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.container {
	width: 90%;
}

body#alternative section h2 img {
	width: auto !important;
	max-width: 100%;
}

section * + p {
	margin-top: 1em;
}

section p + p {
	margin-top: 2em;
}





/* ▼ヘッダー */
/* ----------------------------------------------------- */
header h1 img {
	max-width: 100% !important;
}

header p {
	font-size: 3.733vw;
/*	font-size: 4vw; */
}



header.tokyo1stClass {
	padding: 1.167em 0 !important;
}

header.tokyo1stClass div.container {
	width: 86.701%;
}

header.tokyo1stClass figure {
	width: 29.324%;
}

header.tokyo1stClass p {
	padding: 0 0 0 1em;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
section#keyvisual figure {
	/* 20180502 deleted */
	/*
	background: url(../images/keyvisual_tokyo1stClass_sp.jpg) no-repeat center bottom;
	background-size: 100% auto;
	*/
}





/* ▼evidence */
/* ----------------------------------------------------- */
body#alternative section#evidence {
	background: #f1f1f1 url(../images/evidence_bg.svg) repeat-x center top;
	background-size: auto 6.5em;
}

section#evidence div.container {
	padding: 0;
}

section#evidence h2 {
	font-size: 5vw;
}

body#alternative section#evidence div.wrap {
	padding: 2em 0 0 0;
}

section#evidence article figure {
	margin-bottom: 1em;
}

section#evidence article figure:before {
	content: "";
	display: block;
	width: 25%;
	margin: 0 0 0.7em 0;
	padding: 0.5em 1em;
	font-size: 0.733em;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #1a1a1a;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#evidence article#evidence_01 figure:before {
	content: "事例①";
}

section#evidence article#evidence_02 figure:before {
	content: "事例②";
}

section#evidence article#evidence_03 figure:before {
	content: "事例③";
}

section#evidence article h3 {
	font-size: 4.8vw;
}



section#evidence.tokyo1stClass div#message h2 {
	font-size: 5.866vw;
}

section#evidence.tokyo1stClass div#results article dl dt {
	font-size: 2.666vw;
}

section#evidence.tokyo1stClass div#results article dl dt:before {
	width: 4em;
	font-size: 4.546vw;
	vertical-align: -0.4em;
}





/* ▼why */
/* ----------------------------------------------------- */
body#alternative section#why div.container {
	width: 94%;
	padding: 0;
}

section#why h2 {
	font-size: 4.266vw;
}

body#alternative section#why h2 {
	font-size: 3.733vw;
}

body#alternative section#why h2 img {
	max-width: 100%;
}

section#why h2 strong {
	margin-top: 1em;
	font-size: 5.6vw;
}

section#why h2 + p {
	margin-top: 2em;
}

body#alternative section#why article {
	margin: 2.5em 2% 0 2%;
	padding: 1em;
}





/* ▼but */
/* ----------------------------------------------------- */
section#but div.container {
	padding: 0;
}

section#but h2 {
	font-size: 5.6vw;
}

body#alternative section#but h2 {
	margin-bottom: 1em;
}

body#alternative section#but h2 img {
	margin: 1em 0;
}

section#but p img {
	max-width: 100% !important;
	margin-top: 1em;
}

section#but article h3 {
	font-size: 4.8vw;
}

body#alternative section#but article {
	background: rgba(255, 255, 255, 0.8);
}





/* ▼therefore */
/* ----------------------------------------------------- */
section#therefore div.container {
	width: 98%;
	padding: 0;
}

section#therefore h2 {
	margin-bottom: 2em;
	font-size: 5vw;
}

section#therefore p {
	margin-right: 8%;
	margin-left: 8%;
}





/* ▼service */
/* ----------------------------------------------------- */
section#service div.container {
	width: 98%;
	padding: 0;
}

section#service h2 {
	font-size: 5.333vw;
}

section#service h2 strong {
	font-size: 8vw;
}

section#service h3 {
	font-size: 4.8vw;
}

section#service div.container > p {
	margin-right: 8%;
	margin-left: 8%;
}

section#service article {
	margin-right: 4%;
	margin-left: 4%;
	padding: 5%;
	border: 1px solid #cccccc;
}

section#service article figure {
	position: relative;
	width: 48.027%;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
}

body#alternative section#service article figure {
	overflow: visible;
}

section#service article figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 100% !important;
	width: 105% !important;
	height: auto;
	object-fit: cover;
	/* transform */
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

body#alternative section#service article figure img {
	width: 155% !important;
	height: auto !important;
	top: 0;
	left: 0;
	/* transform */
	-webkit-transform: translate(-25%,-25%);
	   -moz-transform: translate(-25%,-25%);
	    -ms-transform: translate(-25%,-25%);
	     -o-transform: translate(-25%,-25%);
	        transform: translate(-25%,-25%);
}

body#alternative section#service article figure img {
	width: 110% !important;
	height: auto !important;
	top: 0;
	left: 0;
	/* transform */
	-webkit-transform: translate(-5%,-30%);
	   -moz-transform: translate(-5%,-30%);
	    -ms-transform: translate(-5%,-30%);
	     -o-transform: translate(-5%,-30%);
	        transform: translate(-5%,-30%);
}

section#service article h4,
section#service article h5 {
	margin-right: 51.974%;
}

section#service article h4 {
	margin-bottom: 0.5em;
	font-size: 4.8vw;
}

section#service article h5 {
	font-size: 3.733vw;
	font-size: 3.2vw;
	line-height: 1.5;
}

section#service article h5 strong {
	font-size: 5.333vw;
}

section#service article h6 {
	margin: 2em 0 0 0;
}

section#service article p {
	font-size: 3.733vw;
}

section#service article ul li {
	padding: 0 0 0 2em;
	color: #181b39;
}

section#service article ul li:before {
	margin-right: 1em;
	margin-left: -1.3em;
}

section#service article hr + p img {
	width: 100%;
	margin-bottom: 1em;
}



section#service article dl {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	font-size: 3.733vw;
}

section#service article dl dt {
	float: left;
	width: 30%;
	margin: 0 1.5em 1em 0;
}

section#service article dl:after {
	clear: both;
	display: table;
	content: "";
}





/* ▼reason */
/* ----------------------------------------------------- */
body#alternative section#reason {
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50' width='150' fill='rgb(24,27,57)' fill-opacity='1'%3E%3Cpolygon points='75,50 0,0 150,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center top;
}

section#reason div.container {
	padding: 0;
}

body#alternative section#reason > div.container {
	padding-top: 2em;
}

section#reason h2 {
	font-size: 7.2vw;
}

section#reason h3 {
	font-size: 4.8vw;
}

body#alternative section#reason h3 {
	margin-bottom: 2em;
}

body#alternative section#reason article#reason_01 div.container {
	width: 100%;
	padding: 5em 8% 3em 8%;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50' width='150' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='75,50 0,0 150,0'%3E%3C/polygon%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center top;
}

body#alternative section#reason article#reason_02 div.container {
	width: 100%;
	padding: 3em 8%;
}

section#reason article h4 {
	font-size: 5.333vw;
}

section#reason article h4:before {
	content: "";
	display: block;
	width: 5em;
	margin: 0 0 1em 0;
	padding: 0.5em 1em;
	font-size: 3.733vw;
	font-family: "Noto Sans Japanese Medium";
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background: #1a1a1a;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#reason article#reason_01 h4:before {
	content: "理由1";
}

section#reason article#reason_02 h4:before {
	content: "理由2";
}

body#alternative section#reason article h4 {
	padding-left: 0;
	font-size: 6.4vw;
	text-align: center;
}

body#alternative section#reason article h4:before {
	display: block;
	margin: 2em auto 2em auto;
	font-size: 3.733vw;
	color: #80806a;
}





/* ▼paradigmshift */
/* ----------------------------------------------------- */
section#paradigmshift div.container {
	padding: 0;
}

section#paradigmshift h2 {
	font-size: 6.666vw;
}

section#paradigmshift h3 {
	font-size: 5.333vw;
}




/* ▼requirement */
/* ----------------------------------------------------- */
section#requirement div.container {
	padding: 0;
}

section#requirement h2 {
	font-size: 5vw;
}

section#requirement h2 strong {
	margin-bottom: 1em;
	font-size: 6.133vw;
}

section#requirement article h3 {
	padding: 0 0 1em 0;
	font-size: 4.533vw;
	border-bottom: 1px solid #8a8a8a;
}

section#requirement article h3:before {
	display: block;
	width: 5em;
	margin: 0 0 1em 0;
	padding: 0.5em 1em;
	font-size: 3.733vw;
}





/* ▼overview */
/* ----------------------------------------------------- */
section#overview div.container {
	width: 98%;
	padding: 0;
}

section#overview h2 {
	font-size: 5.333vw;
}

section#overview h2 strong {
	font-size: 8vw;
}

section#overview h3 {
	font-size: 4.8vw;
}

section#overview table {
	width: 90%;
	margin: 2em 5% 0 5%;
	word-break: break-all;
}

section#overview table caption {
	margin: 0 0 0.3em 0;
	font-size: 5.556vw;
	font-family: 'Noto Sans Japanese Black';
	line-height: 1.75;
	text-align: left;
	color: #181b39;
}

section#overview p {
	font-size: 4.8vw;
}

section#overview table tr td del {
	font-size: 3.2vw;
}




/* ▼form */
/* ----------------------------------------------------- */
section#form {
	padding-top: 1em;
}

section#form article {
	padding: 5%;
}

section#form article h1,
section#form article h2 {
	font-size: 4.8vw;
}

section#form article > ul {
	display: table;
}

section#form article > ul li {
	display: table-cell;
	padding: 0 0.2em;
}

section#form article > ul li img {
	max-width: 100% !important;
}

section#form article form table th,
section#form article form table td {
	display: block;
	width: 100% !important;
	padding-left: 0;
}

section#form article form table th {
	font-size: 4.266vw;
}

section#form article form table td {
	padding-bottom: 1em;
}

section#form article form p button img {
	max-width: 100% !important;
}

form button {
	margin: 0;
}

section#form article form table td span {
	font-size: 3.2vw;
}





/* ▼過去のセミナー */
/* ----------------------------------------------------- */
section#overview div.past {
	width: 90%;
	margin: 1em auto 0 auto;
	background: #ffffff;
	padding: 0 0 1.5em 0;
}
section#overview div.past h3 {
	font-size: 4.266vw;
	text-align: left;
	padding: 0.5em 0 0.5em 1em;
}
section#overview div.past dl {
	width: 90%;
	margin: 0 auto;
}
section#overview div.past dl div {
	margin: 0 0 0.8em 0;
}
section#overview div.past dl div:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: 0 none;
}
section#overview div.past dl dt {
	display: block;
}
section#overview div.past dl dd {
	float: left;
}
