@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, 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;
}
nav ul, li {
 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;
}
/* change colours to suit your needs */
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
/* change colours to suit your needs */
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;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select, textarea {
 vertical-align: middle;
 color: #666;
 font-family: 'Meiryo UI', Meiryo, sans-serif;
 font-weight: 300;
}
input[type="submit"], input[type="button"] {
 border-radius: 0;
 -webkit-box-sizing: content-box;
 -webkit-afppearance: button;
 appearance: button;
 border: none;
 box-sizing: border-box;
	-webkit-appearance: none; 
 cursor: pointer;
 font-size: 1.6rem;
 font-family: 'Meiryo UI', Meiryo, sans-serif;
 font-weight: 300;
 background: none;
 padding: 0;
}
button {
 background-color: transparent;
 border: none;
 cursor: pointer;
 outline: none;
 padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
 appearance: none;
}
button:hover {
 opacity: 0.8;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
*:focus {
 outline: none;
}
.mb15 {
 margin-bottom: 15px!important;
}
/* ---------------------------------
common 
-----------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
html, body {
 width: 100%;
}
html {
 font-size: 62.5%;
}
body {
 font-family: 'Meiryo UI', Meiryo, sans-serif;
 font-weight: 400;
 line-height: 1.4;
 font-size: 1.8rem;
 float: left;
 word-wrap: break-word;
 vertical-align: baseline;
 color: #666;
 position: relative;
}
main {
 width: 100%;
 text-align: center;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
img.w_max{
 width: 100%;
	max-width: auto;
}
a img:hover {
 opacity: 0.8;
}
a, a:hover {
 text-decoration: none;
}
.aligncenter {
 display: block;
 margin: 0 auto;
}
.alignright {
 float: right;
}
.alignleft {
 float: left;
}
section {
 width: 100%;
 float: left;
}
p {
 line-height: 1.7;
}
p + p {
 margin-top: 20px;
}

/* clearfix */
.cf:befofre, .cf:after {
 content: " ";
 display: table;
}
.cf:after {
 clear: both;
}
.cf {
 *zoom: 1;
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
/* ---------------------------------
ヘッダー 
-----------------------------------*/
header img {
    display: none;
}
header h1{
    background: url(../img/main.jpg) no-repeat center top;
    height: 637px;
}
header h1.main2{
    background: url(../img/main02.jpg) no-repeat center top;
    height: 637px;
}


/* ---------------------------------
見出し 
-----------------------------------*/
h2.ttl_01 {
 background: #7d0202;
 padding: 40px 0 30px 0;
 position: relative;
}
h2.ttl_02 {
 background: url("../img/bg_ttl01.png") center top no-repeat;
 background-size: cover;
 padding: 20px 0;
}
h2.ttl_01:before, .coach h2.ttl_02:before,.achievement .wrap:before {
 content: "";
 position: absolute;
 background: url(../img/ttl_line.png) left top repeat-x;
 height: 13px;
 top: -4px;
 left: 0;
 width: 100%;
}
/* ---------------------------------
フォーム
-----------------------------------*/
.form {
 background: url("../img/bg_form.png") left top no-repeat;
 background-size: 100%;
 padding: 20px 0;
}
.form_area {
 text-align: left;
 margin: 20px 0;
}
.form .inner {
 width: 754px;
 margin: 0 auto;
}
.form_area dt {
 margin: 0 0 10px 20px;
 color: #ffd814;
 font-size: 1.8rem;
}
.form_area dd {
 position: relative;
}
.form_area dd img {
 position: absolute;
 top: 50%;
 left: 20px;
 transform: translateY(-50%);
}
.form_area input[type="text"] {
 width: 100%;
 padding: 10px 0 10px 80px;
 border: 2px solid #cdd4d7;
	border-radius: 0;
 height: 60px;
 position: relative;
 font-size: 1.8rem;
	-webkit-appearance: none; 
}
::placeholder {
 font-size: 2.4rem;
 color: #ccc;
}
/*説明文*/
.form .inner .note {
 font-size: 1.2rem;
 text-align: left;
 color: #333;
 margin: 0 0 30px 0;
 padding: 20px 10px;
 background: #fff;
 overflow-y: scroll;
 height: 110px;
}

.form .inner p {
 line-height: 1.4rem;
}
/* ---------------------------------
特典
-----------------------------------*/
.benefit {
 width: 100%;
 float: left;
 background: url("../img/bg_benefits.png") left bottom no-repeat;
 background-size: cover;
 padding: 50px 0;
}
.benefit .wrap {
 width: 950px;
 border: 1px solid #cdd4d7;
 margin: 0 auto;
 padding: 20px;
 background: #fff;
 box-shadow: 0 0 3px #cdd4d7;
}
.benefit dl {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.benefit dl:first-of-type {
 border-bottom: 1px dotted #cdd4d7;
 margin-bottom: 10px;
 padding: 0 0 20px 0;
}
.benefit dt {
 width: 380px;
	text-align: left;
	margin-right: 30px;
}
.benefit dd {
 width: 472px;
 padding-top: 32px;
}
/* ---------------------------------
無料オンラインプログラム登録特典
-----------------------------------*/
.canget {
 background: url(../img/bg_canget.png) bottom center no-repeat;
 background-size: 100%;
}
.canget .wrap {
 width: 950px;
 height: 430px;
 text-align: left;
 border: 1px solid #cdd4d7;
 margin: 25px auto;
 padding: 25px 15px;
 background: #fff;
	box-shadow: 0 0 3px #cdd4d7;
}
.canget .wrap h3 {
 margin: 0 0 50px 0;
}
.canget .wrap p {
 width: 568px;
 font-family: 'Meiryo UI', Meiryo, sans-serif;
}
.canget .wrap strong {
 background: #ffd200;
 font-weight: bold;
}
.canget .wrap.bg01 {
 background: url("../img/bg_canget01.png") right top no-repeat;
 background-color: #fff;
	margin-top: 40px;
}
.canget .wrap.bg02 {
 background: url("../img/bg_canget02.png") left top no-repeat;
 background-color: #fff;
}
.canget .wrap.bg03 {
 background: url("../img/bg_canget03.png") right top no-repeat;
 background-color: #fff;
}
.canget .wrap.bg02 p {
 float: right;
}
/* ---------------------------------
エグゼクティブコーチングでの成果の一例
-----------------------------------*/
.achievement .wrap {
 width: 100%;
 float: left;
 background: url("../img/bg_achievement.png") left top no-repeat;
	background-size: cover;
	position: relative;
}
.achievement .wrap_inner {
 width: 950px;
 background: #fff;
 text-align: left;
 border: 1px solid #cdd4d7;
 margin: 50px auto;
 padding: 55px 35px 25px 35px;
 box-shadow: 0 0 3px #cdd4d7;
}
.achievement .wrap h3 {
 font-size: 3.6rem;
 color: #cc0000;
 font-weight: bold;
 text-align: center;
 margin-bottom: 30px;
}
.achievement .wrap .flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.achievement .wrap .flex:first-of-type {
 margin-bottom: 30px;
 padding-bottom: 40px;
 border-bottom: 1px solid #cdd4d7;
}
.achievement .wrap .photo {
 margin-right: 25px;
}
.achievement .wrap dt {
 font-size: 2.4rem;
 font-weight: bold;
 color: #111;
 margin-bottom: 30px;
}
/* ---------------------------------
エグゼクティブコーチ”になりませんか
-----------------------------------*/
.coach .ttl_02 {
 position: relative;
 padding: 50px 0 40px 0;
}
.coach .ttl_02:before {
 position: absolute;
}
.coach_wrap {
 width: 900px;
 margin: 0 auto;
 background: url(../img/bg_cta.png) right top no-repeat;
 background-size: 420px;
}
.coach_wrap .inner {
 text-align: left;
}
/* ---------------------------------
講師紹介
-----------------------------------*/
.instructor {
 background: #12111c;
}
.instructor h2.ttl_02 {
 padding: 35px 0;
}
.inst_wrap, .inst_wrap02 {
 text-align: left;
 color: #fff;
 width: 950px;
 margin: 0 auto;
 padding: 45px 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.inst_wrap {
 padding: 60px 0;
	width: 1017px;
}
.inst_wrap02 {
 border-top: 1px solid #cdd4d7;
	border-bottom: 1px solid #cdd4d7;
}
.inst_wrap:first-of-type {
 border-top: none;
}
.inst_wrap .l_box, .inst_wrap02 .r_box {
 width: 490px;
}
.inst_wrap02 .r_box {
 text-align: right;
}
.inst_wrap .r_box, .inst_wrap02 .l_box {
 width: calc(100% - 330px);
}
.inst_wrap02 .l_box {
 width: calc(100% - 240px);
	padding-left: 20px;
}
.inst_wrap .r_box {
	width: calc(100% - 490px);
	margin-left: -30px;
	padding-right: 10px;
}
.inst_wrap .l_box.txt_r {
	text-align: right;
	padding-right: 40px;
}
.inst_wrap .r_box .catch, .inst_wrap02 .l_box .catch {
 margin-bottom: 20px;
}
.inst_wrap .r_box img, .inst_wrap02 .l_box img {
 margin-bottom: 30px;
}
.inst_wrap p, .inst_wrap02 p {
 font-size: 1.6rem;
}
.inst_wrap p.catch, .inst_wrap02 p.catch {
 font-size: 2.4rem;
 line-height: 3rem;
}
.instructor table {
 font-size: 1.4rem;
 width: 890px;
 margin: 0 auto 30px auto;
 background: #fff;
 color: #111;
}
.instructor th {
 background: #fbf8f3;
 width: 200px;
 border: 1px solid #333;
 padding: 10px;
 font-weight: normal;
}
.instructor th.bg {
 font-size: 1.8rem;
 background: #051429;
 color: #fff;
 width: 100%;
 border: none;
}
.instructor td {
 text-align: left;
 border: 1px solid #333;
 padding: 10px;
}
/* ---------------------------------
フッター 
-----------------------------------*/
footer {
 width: 100%;
 float: left;
 color: #fff;
 background: #0e2452;
 padding: 50px 0;
 text-align: center;
 font-size: 1.6rem;
}

footer .box{
    width: 92%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .box .f_logo{
    width: 22%;
    max-width: 595px;
}
footer .box .footer_txt{
    width: 50%;
    box-sizing: border-box;
}

footer li {
 display: inline;
}
footer a {
 color: #fff;
}
footer a:hover {
 text-decoration: underline;
}
footer ul {
 margin-bottom: 10px;
}
footer li:after {
 content: "│";
 padding-left: 5px;
}
footer li:last-child::after {
 content: none;
 padding-left: 0;
}
footer small {
 margin-top: 10px;
}

@media screen and (min-width: 769px) {
body {
 min-width: 1000px;
}
.sp {
 display: none!important;
}
}

@media screen and (max-width: 768px) {
body {
 min-width: 100%;
 width: 100%;
 font-size: 1.4rem;
}
.pc {
 display: none;
}
header img{ display: block;}
header h1,
header h1.main2{
    background: none;
    height: auto;
}



/* ---------------------------------
見出し 
-----------------------------------*/
h2.ttl_01 {
 padding: 20px;
}
h2.ttl_02 {
 padding: 20px;
}
h2.ttl_01:before, .coach h2.ttl_02:before,.achievement .wrap:before {
 height: 8px;
}
/* ---------------------------------
フォーム
-----------------------------------*/
.form .inner {
 width: 100%;
 margin: 0;
 padding: 0 20px;
	text-align: center;
}
::placeholder {
 font-size: 1.2rem;
}
.form_area {
 margin: 10px 0;
}
.form_area dt {
 font-size: 1.2rem;
	margin-left: 8px;
}
.form_area dd img {
 width: 20px;
 position: absolute;
 top: 50%;
 left: 10px;
 transform: translateY(-50%);
}
.form_area input[type="text"] {
 width: 100%;
 padding: 10px 0 10px 40px;
 border: 1px solid #cdd4d7;
 height: 35px;
 font-size: 1.6rem;
}
::placeholder {
 font-size: 1.2rem;
	padding-top: 3px;
}
.form .inner .note {
 font-size: 0.9rem;
 margin: -6px 0 10px 0;
 padding: 5px;
 height: 55px;
}
button {
 width: 100%;
 padding: 0 9px 0 6px;
	margin-bottom: -5px;
}
/* ---------------------------------
特典
-----------------------------------*/
.benefit .wrap {
 width: 100%;
}
.benefit {
 padding: 20px 0;
}
.benefit dt {
 margin-right: 30px;
}
.benefit dd {
 padding-top: 20px;
}
/* ---------------------------------
無料オンラインプログラム登録特典
-----------------------------------*/
.canget .wrap {
 width: 100%;
 height: auto;
 float: left;
 margin: 20px auto;
}
	.canget .wrap h3 {
		margin-bottom: 20px;
	}
.canget .wrap.bg01 {
 background: none;
 background-color: #fff;
	padding-bottom: 6%;
}
.canget .wrap.bg02 {
 background: none;
 background-color: #fff;
	padding-bottom: 6%;
}
.canget .wrap.bg03 {
 background: none;
 background-color: #fff;
	padding-bottom: 6%;
}
.canget .wrap p {
 width: 100%;
 color: #111;
}
/* ---------------------------------
エグゼクティブコーチングでの成果の一例
-----------------------------------*/
.achievement .wrap .flex {
 display: block;
}
.achievement .wrap_inner {
 width: 100%;
	padding: 20px 3%;
}
.achievement .wrap h3 {
 font-size: 2rem;
}
.achievement .wrap .photo {
 margin: 0 auto 20px auto;
 width: 264px;
}
.achievement .wrap dt {
 font-size: 1.8rem;
 margin-bottom: 15px;
}
/* ---------------------------------
エグゼクティブコーチ”になりませんか
-----------------------------------*/
.coach .ttl_02 {
 position: relative;
 padding: 30px 20px 20px 20px;
}
.coach_wrap {
 width: 100%;
 background: none;
}
/* ---------------------------------
講師紹介
-----------------------------------*/
.instructor .ttl_02 img {
 width: 120px;
}
.inst_wrap, .inst_wrap02 {
 width: 100%;
 padding: 20px;
 display: block;
 float: left;
}
.inst_wrap img, .inst_wrap02 img {
 width: 50%;
 margin: 0 auto;
}
.inst_wrap .r_box img, .inst_wrap02 .l_box img {
 margin: 0 0 15px 0;
}
.inst_wrap .l_box, .inst_wrap02 .r_box {
 width: 100%;
 text-align: center;
}
.inst_wrap .r_box, .inst_wrap02 .l_box {
 width: 100%;
	margin-left: 0;
	padding: 0;
}
.inst_wrap02 .r_box {
 margin-bottom: 20px;
}
.inst_wrap02 .l_box {
 width: 100%;
}
.inst_wrap .r_box .catch, .inst_wrap02 .r_box .catch {
 margin-bottom: 10px;
}
.inst_wrap p.catch, .inst_wrap02 p.catch {
 font-size: 1.4rem;
 line-height: 1.6rem;
}
.inst_wrap p, .inst_wrap02 p {
 font-size: 1.2rem;
}
.instructor table {
 width: 100%;
}
.instructor th {
 width: 100%;
 float: left;
 padding: 5px 0;
}
.instructor td {
 width: 100%;
 float: left;
 padding: 5px 10px;
}
	.inst_wrap .l_box.txt_r {
		text-align: center;
		padding-right: 0;
	}
/* ---------------------------------
フッター 
-----------------------------------*/
footer {
 padding: 30px 0;
 font-size: 1rem;
}

    footer .box{
        width: 92%;
        max-width: 950px;
        margin: 0 auto;
        display: block;
    }

    footer .box .f_logo{
        width: 35%;
        max-width: 595px;
        margin: 0 auto 6% auto;
    }
    footer .box .footer_txt{
        width: 100%;
        box-sizing: border-box;
    }


}
