@charset "utf-8";

/* Reset
---------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,
ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* Basic elements
---------------------------------------------- */

html { font-size: 0.875em; } /* =14px */

body { 
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 26px;
	background: #f0eeeb;
}

h1 { 
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
} /* =36/54 */

h2 { 
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
} /* =32/48 */

h3 { 
	font-size: 24px; 
	font-weight: bold;
	line-height: 1.583;
} /* =24/38 */

ol,
ul {
	list-style: none;
}

li {
	line-height: 1; 
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #f8b616;
	text-decoration: none;
}


/* Basic structure
---------------------------------------------- */

.feature,
.feedback,
.event,
.inquiry,
.contact,
.thankyou {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.event,
.contact,
.thankyou {
	text-align: center;
}

.feature {
	padding-top: 90px;
}



/* Overall
---------------------------------------------- */

img {
	vertical-align: bottom;
}

.redtext {
	color: #e31b13;
}

.note {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
} /* =12/18 */

.suptext {
	font-size: 50%;
	vertical-align: super;
}

footer {
	width: 100%;
}


/* Buttons
---------------------------------------------- */

.btn-combo {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 64px 0 32px 0;
	width: 912px;
	text-align: center;
}

.btn-home {
	padding: 64px 0 80px 0;
}

.btn-combo ul {
	margin-left: -12px;
}

.btn-combo li {
	float: left;
	padding-left: 12px;
}


/* Header 
---------------------------------------------- */

header {
	margin: 0 auto;
	padding-top: 24px;
	width: 960px;
	background: #f0eeeb;
	overflow: hidden;
}

#header-l,
#header-l li,
#header-r li {
	float: left;
}

#header-l li {
	margin-right: 12px;
}

#header-r li {
	margin-left: 12px;
}

#header-r {
	float: right;
}


/* Home 
---------------------------------------------- */

#home {
	margin: 0 auto;
	padding-top: 32px;
	width: 960px;
	background: #f0eeeb;
}



/* Section base
---------------------------------------------- */

.sec-content,
.sec-thankyou-content {
	margin: 0 auto 12px auto;
	padding: 48px 0 48px 0;
	width: 100%;
	background: #fff;
}

.sec-thankyou-content {
	background: #f0eeeb;
}

.sec-title {
	position: relative;
	margin: 0 auto;
	padding-top: 32px;
	height: 106px;
	width: 912px;
	text-align: center;
}

.sec-body {
	margin: 0 auto;
	width: 912px;
	text-align: left;
}

.sec-body-l {
	float: left;
	width: 432px;
}

.sec-body-r {
	float: right;
	width: 432px;
}

.sec-content h3 {
	margin-bottom: 24px;
}

.sec-content h3.center {
	margin-bottom: 48px;
	text-align: center;
}

.diagram-title {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
} /* =20/30 */

.diagram-note {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.diagram {
	margin-top: 24px;
}


/* Section 2
---------------------------------------------- */

.speech-bubble {
	position: absolute;
	right: 0;
	top: 0;
}

ol.reasons {
	list-style: none;
	border: 1px solid #f8b616;
	background: #fffcf2;
}

ol.reasons li {
	display: table;
	width: 432px;
}

ol.reasons li img,
ol.reasons li div {
	display: table-cell;
	vertical-align: middle;
}

ol.reasons li img{
	padding: 40px 0 40px 24px;
}

ol.reasons li div {
	padding: 40px 24px 40px 12px;
}

li.dotted-line {
	border-bottom: 1px dashed #f8b616;
}

ol.reasons li p {
	display: block;
	font-size: 16px;
	line-height: 1.2;
} /* =16 */

ol.reasons li p.reason-keyword {
	margin-top: 6px;
	font-size: 28px;
	font-weight: bold;
} /* =28 */


.feature-number {
	position: absolute;
	top: 90px;
	left: 380px;
	z-index: 100;
}

.feature-content {
	overflow: hidden;
	margin: 100px auto 0 auto;
	padding: 132px 48px 72px 48px;
	background: #f0eeeb;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
}

.feature-keyword {
	color: #f8b616;
	font-size: 20px;
	font-weight: bold;
}

.feature h3.paddingtop {
	padding-top: 72px;
}

.feature h3.paddingtop2 {
	padding-top: 72px;
	margin-bottom: 0;
}

.feature-note {
	margin-bottom: 48px;
}

.feature-cat-title {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 72px 0 40px 0;
}

.feature-cat-description {
	margin-top: 48px;
	font-size: 24px;
	line-height: 1.583;
} /* =24/38 */

.feature-content-l {
	float: left;
	width: 408px;
}

.feature-content-r {
	float: right;
	width: 408px;
    text-align: left;
}

.job-type {
	padding-top: 32px;
	text-align: center;
}

.feature-point {
	position: relative;
	width: 408px;
}

.point-title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}

.point1 {
	margin-bottom: 24px;
	background: #fff;
}
.point2 {
	margin-bottom: 12px;
	background: #fff;
}
.point3 {
	margin-bottom: 12px;
	background: #fffcf2;
}
.feature-point-note {
	display: block;
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 1;
	text-align: right;
}

.feature-point-inner {
	display: table;
	width: 100%;
	border: 1px solid #f8b616; 
}

.box-corner {
	position: absolute;
	top: 0;
	left: 386px;
}

.feature-point-cell {
	display: table-cell;
	padding: 24px 0;
	vertical-align: middle;
	text-align: left;
}

.feature-point-icon {
	padding-left: 16px;
	padding-right: 8px;
	width: 60px;
	text-align: center;
	vertical-align: top;
}

.feature-point-number {
	padding-left: 12px;
	padding-right: 24px;
	text-align: right;
}

.feature-point-school {
	padding-right: 24px;
}

.point-school-title {
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.process-normal {
	margin-bottom: 16px;
	color: #6ED2D2;
	font-size: 20px;
	font-weight: bold;
}

.process-ycreate {
	margin-bottom: 16px;
	color: #f8b616;
	font-size: 20px;
	font-weight: bold;
}

.process-image {
	margin-bottom: 48px;
}

ul.feature3-list {
	list-style: none;
	margin: 32px auto 0 auto;
	padding: 24px 24px 12px 24px;
	width: 520px;
	border: 1px dashed #f8b616;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
	background: #fff;
	text-align: left;
}

ul.feature3-list li {
    margin-bottom: 12px;
    padding-left: 18px;
    font-weight: bold;
    line-height: 1.5;
	background-image: url(../images/list-circle.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


/* Section 3
---------------------------------------------- */

.who-list li {
	margin-top: 16px;
	padding: 24px;
	border: 1px dashed #f8b616;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    line-height: 1.75;
}

.who-list-point {
	 margin-bottom: 8px;
	 color: #f8b616;
 }


/* Section 4 - 5
---------------------------------------------- */

.feedback-unit {
	overflow: hidden;
}

.feedback-unit:first-child {
	margin-bottom: 48px;
}

.feedback-l {
	float: left;
	width: 778px;
}

.feedback-r {
	float: right;
	width: 160px;
}


.feedback-student-l {
	float: left;
	width: 160px;
}

.feedback-student-r {
	float: right;
	width: 778px;
}

.feedback-box {
	position: relative;
	width: 100%;
}

.feedback-box-client {
	width: 720px;
	border: 1px solid #f8b616;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
	background: #fffcf2;
}

.feedback-box-student {
	float: right;
	width: 720px;
	border: 1px solid #f8b616;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
	background: #fffcf2;
}

.feedback-box-client div,
.feedback-box-student div {
	padding: 48px;
}

.speechbubble-arrow {
	position: absolute;
	top: 60px;
	left: 721px;
	z-index: 200;
}

.speechbubble-arrow-student {
	position: absolute;
	top: 60px;
	left: -3px;
	z-index: 200;
}

.feedback-who {
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px solid #f8b616;
	font-size: 18px;
	line-height: 1.4;
}

.feedback-title {
	margin: 24px 0 12px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}

.feedback-person-icon {
	margin-bottom: 24px;
}

.company-title {
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.company-details {
	margin-top: 12px;
	width: 100%;
	font-size: 13px;
	text-align: center;
}

.company-details li {
	margin-bottom: 16px;
	font-weight: bold;
}

.company-details li.company-details-list {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 100%;
	border-bottom: 1px dashed #000;
	font-weight: normal;
	text-align: center;
}


/* Section 6 Event
---------------------------------------------- */

.event-schedule-title {
	display: block;
	margin-bottom: 16px;
	color: #f8b616;
	font-size: 20px;
	font-weight: bold;
}


.schedule-image {
	margin-bottom: 48px;
}


/* Section 7 Schedule Cost
---------------------------------------------- */

.event ul {
	margin: 48px auto 64px auto;
	width: 632px;
	font-size: 18px;
	line-height: 1;
}

.event ul li {
	display: block;
	margin-bottom: 16px;
	padding: 12px 0;
	font-weight: bold;
}

.event ul li.event-details-title {
	margin-bottom: 8px;
	color: #f8b616;
	border: 1px solid #f8b616;
	background: #fffcf2;
}

.event ul li p.note {
	margin-top: 4px;
}

.cost {
	display: table;
	margin: 48px auto 0 auto;
}

.cost div {
	display: table-cell;
	vertical-align: middle;
}

.plus {
	margin: 30px 36px 0 36px;
}

.cost-title {
	margin-bottom: 12px;
	color: #f8b616;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.guarantee {
	margin: 24px auto 0 auto;
	padding: 24px;
	width: 584px;
	border: 1px dashed #f8b616;
	-webkit-border-radius: 24px;
    -moz-border-radius: 24px;
	border-radius: 24px;
	background: #fffcf2;
}

.guarantee-title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}


/* Section 8 Inquiry
---------------------------------------------- */

.inquiry p {
	text-align: center;
}

.inquiry table {
	margin: 48px auto 0 auto;
	width: 912px;
	text-align: left;
}

.inquiry table, th, td {
	border: 1px solid #afafa5;
}

.inquiry th, td {
	padding: 16px;
	vertical-align: top;
}

.inquiry th {
	width: 264px;
	background: #f0eeeB;
}

.inquiry input,
.inquiry textarea {
	font-size: 14px;
}

input {
	padding: 4px;
	border: 1px solid #afafa5;
	vertical-align: middle;
}

.input-multi {
	margin-bottom: 8px;
}

.inquiry label {
	vertical-align: middle;
}

.inquiry textarea {
	padding: 4px;
	width: 400px;
	height: 12em;
	border: 1px solid #afafa5;
}

.inputtext {
	width: 400px;
}

.inquiry th.required label.field-title ,
.inquiry th.unrequired label.field-title {
	display: block;
	text-align: left;
}


.inquiry th.required label.field-title {
	background: url(../images/8-icon-required.png) no-repeat right top;
}

.inquiry th.unrequired label.field-title {
	background: url(../images/8-icon-unrequired.png) no-repeat right top;
}

#form-submit {
	display: block;
	margin: 24px 0 32px 0;
	text-align: center;
}

.btn-submit,
.btn-reset {
	border: 0;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	border-radius: 12px;
	padding: 8px 12px;
	color: #fff;
	background: #afafa5;
}

.btn-submit {
	margin-right: 12px;
}

.inquiry p.err-message {
	text-align: left;
}

form label.error { 
	color: #e31b13;
	font-size: 12px; 
}



/* Section 9 Contact
---------------------------------------------- */

.contact-logo {
	margin-bottom: 24px;
}

.contact-message {
	margin-top: 32px;
	color: #f8b616;
	font-size: 16px;
	font-weight: bold;
}

.contact ul{
	display: inline-block;
	margin: 32px auto 24px auto;
	font-size: 24px;
}

.contact li{
	margin-bottom: 12px;
	text-align: left;
}

.contact-icon {
	margin-right: 8px;
}


/* Footer
---------------------------------------------- */

.thankyou h3 {
	margin: 48px 0;
}

.thankyou-company {
	margin: 32px 0 8px 0;
	font-size: 16px;
	font-weight: bold;	
}

.thankyou ul{
	display: inline-block;
	margin: 12px auto 0 auto;
	font-size: 16px;
}

.thankyou li{
	margin-bottom: 12px;
	text-align: left;
}


/* Footer
---------------------------------------------- */

footer {
	margin: 0;
	padding: 12px 0 24px 0;
	text-align: center;
}

footer div {
	display: inline-block;
	text-align: center;
}

footer p {
	padding-bottom: 8px;
	color: #000;
	font-size: 12px;
}

.copyright {
	border-top: 1px solid #afafa5;
	padding-top: 8px;
}
