@charset "UTF-8";

/* reset
-------------------------------------------------*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *: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;
}
img {
    vertical-align: middle;
}

/* base setting
-------------------------------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  }
body {
font-family: 'Noto Sans JP', sans-serif;
font-feature-settings: "palt";
color: #1B19223;
font-size: 1.6rem;
font-weight: 500;
text-align: left;
}
@media(max-width: 799px) {
body {
font-size: 1.3rem;
background: none;
}
}
body { width:100%;height:100%; position:relative; -webkit-font-smoothing:antialiased; }
a {
	position: relative;
	color: #1B1922;
	text-decoration: none;
}
a:hover {
	color: #1B1922;
	text-decoration: none;
	opacity: 0.7;
}

a,
a:before,
a:after,
a > *,
a > *:before,
a > *:after {
	transition: all 0.4s;
}
a:hover,
a:hover:before,
a:hover:after,
a:hover > *,
a:hover > *:before,
a:hover > *:after {
	transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input:focus, select:focus, a:focus {
	outline: none;
}
textarea {
  resize: none;
}
hr {
	height: 0;
	margin: 2em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e7e7e7;
}
ul {
	list-style-type: none;
}

/* common
-------------------------------------------------*/
.sp_obj {
display: none !important;
}
.common_wrap {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
position: relative;
}
@media(max-width: 799px) {
.pc_obj {
display: none !important;
}
.sp_obj {
display: block !important;
}
.common_wrap {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
}

/* header
-------------------------------------------------*/
.hd_common {
	width: 100%;
}
.hd_common .hd_wrap {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.hd_common .hd_logo {
width: 235px;
height: auto;
}
.hd_common .hd_btn {
width: 300px;
height: auto;
}
@media(max-width: 1080px) {
.hd_common {
margin-bottom: 1rem;
}
.hd_common .hd_logo {
	width: 20rem;
	margin-left: 2rem;
	margin-bottom: 1rem;
}
}

/* footer
-------------------------------------------------*/


/* mv
-------------------------------------------------*/
.mv {
	background-color: #141116;
}
.mv .mv_wrap {
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	max-width: 1200px;
	background-image: url(_img/mv_bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.mv .mv_sttl {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.mv .mv_ttl {
	max-width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}
@media(max-width: 799px) {
.mv .mv_wrap {
	background-position: right top;
	background-size: cover;
	padding-bottom: 4rem;
}
.mv .mv_sttl {
	max-width: 100%;
 	margin-right: 2rem;
 	margin-left: 2rem;
 	margin-bottom: 1rem;
}
.mv .mv_ttl {
	max-width: 100%;
 	margin-right: 2rem;
 	margin-left: 2rem;
}
 .mv .hd_btn {
	max-width: 30rem;
height: auto;
 	margin-right: auto;
 	margin-left: auto;
}
}

/* 特典
-------------------------------------------------*/
.tokuten {
	background-image: url(_img/privilege_bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 70px;
}
.tokuten .common_wrap {
	padding-top: 137px;
}
.tokuten .tokuten_ttl {
max-width: 624px;
left: 0;
right: 0;
top: -30px;
margin: auto;
position:absolute;
}
@media(max-width: 799px) {
.tokuten {
	padding-bottom: 3.5rem;
}
.tokuten .common_wrap {
	padding-top: 9.3rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.tokuten .tokuten_ttl {
top: -1.8rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
}

/* CTA
-------------------------------------------------*/
.cta {
background: transparent linear-gradient(180deg, #6B2659 0%, #36132D 100%) 0% 0% no-repeat padding-box;
padding:40px 0px;
}
.cta .cta_box {
	max-width: 955px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.80);
 padding:30px 0px;
}
.cta .cta_txt {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.cta .cta_btn {
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}
.cta .sttl {
	max-width: 835px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
@media(max-width: 799px) {
.cta {
padding:2rem;
}
.cta .cta_box {
padding:2rem;
}
.cta .cta_txt {
	margin-bottom: 1rem;
}
}

/* 悩み
-------------------------------------------------*/
.nayami {
	background-image: url(_img/nayami_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 105px;
}
.nayami_txt {
	max-width: 765px;
	margin-left: auto;
}
@media(max-width: 799px) {
.nayami {
	background-position: left center;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}
}

/* セミナー講師の紹介
-------------------------------------------------*/
.instructor {
	background-image: url(_img/instructor_bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.instructor_txt {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 799px) {
.instructor_txt {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
}

/* なぜ、お客様は他社に乗り換えてしまうのか？
-------------------------------------------------*/
.why {
	background-color: #DDE8FB;
	background-image: url(_img/why_bg.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
}
.why_txt_01 {
	max-width: 985px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.why_txt_02 {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 799px) {
.why_txt_01 {
margin-left: 2.5rem;
	margin-right: 2.5rem;
	margin-bottom: 2.5rem;
}
.why_txt_02 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
}

/* ブランディングができない日本企業は、衰退する
-------------------------------------------------*/
.decline {
 	background-color: #F0F0F0;
}
.decline_wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-size: cover;
	background-image: url(_img/decline_bg.png);
	padding-top: 55px;
	background-repeat: no-repeat;
	padding-bottom: 67px;
}
.decline_txt {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 799px) {
.decline_wrap {
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
}
.decline_txt {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
}

/*3つの変革*/
.transformation {
}
.transformation_wrap {
background-color: #F0F0F0;
	background-image: url(_img/transformation_ttl_bg.png);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 7.3rem;
	padding-top: 27px;
}
.transformation .ttl {
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
}
.transformation .txt {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 70px;
}
.transformation .txt:nth-of-type(2) {
	background-image: url(_img/transformation_bg_01.jpg);
}
.transformation .txt:nth-of-type(2) img {
	max-width: 610px;
}
.transformation .txt:nth-of-type(3) {
	background-image: url(_img/transformation_bg_02.jpg);
	text-align: right;
}
.transformation .txt:nth-of-type(3) img {
	max-width: 720px;
}
.transformation .txt:nth-of-type(4) {
	background-image: url(_img/transformation_bg_03.jpg);
}
.transformation .txt:nth-of-type(4) img {
	max-width: 755px;
}
@media (max-width: 799px) {
.transformation_wrap {
	padding-bottom: 3.5rem;
	padding-top: 1.3rem;
}
.transformation .ttl {
	max-width: 24.5rem;
}
.transformation .txt {
	padding-top: 2rem;
	padding-bottom: 3.5rem;
}
.transformation .txt:nth-of-type(2) {
	background-image: url(_img/transformation_bg_01_sp.jpg);
}
.transformation .txt:nth-of-type(3) {
	background-image: url(_img/transformation_bg_02_sp.jpg);
	background-position: left 0%;
}
.transformation .txt:nth-of-type(4) {
	background-image: url(_img/transformation_bg_03_sp.jpg);
	background-position: right 0%;
}
.transformation .txt:nth-of-type(2) img {
	max-width: 100%;
}
.transformation .txt:nth-of-type(3) img {
	max-width: 100%;
}
.transformation .txt:nth-of-type(4) img {
	max-width: 100%;
}
}

/*Only one*/
.onlyone {
	background-image: url(_img/onlyone_bg.png);
    background-position: left center;
    background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 22px;
	padding-bottom: 76px;
	background-color: #04050A;
}
.onlyone .onlyone_txt {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.onlyone .onlyone_arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -34px;
	margin: auto;
	width: 185px;
}
@media(max-width: 799px) {
.onlyone {
	background-position: left center;
	background-size: cover;
	padding-top: 2rem;
	padding-bottom: 3.8rem;
}
.onlyone .onlyone_txt {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.onlyone .onlyone_arrow {
	bottom: -1.7rem;
	margin: auto;
	width: 9rem;
}
}

/*無料セミナーの内容*/
.seminor {
	background-image: url(_img/seminor_bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-bottom: 50px;
}
.seminor_txt {
	max-width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.seminor_img {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 799px) {
.seminor {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.seminor_txt {
margin-left: 2.5rem;
margin-right: 2.5rem;
	margin-bottom: 3rem;
}
.seminor_img {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
}

/*なぜ、無料で開催するのか？*/
.reason {
	padding-top: 70px;
	padding-bottom: 110px;
}
.reason_txt {
	max-width: 1005px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 799px) {
.reason {
	padding-top: 3.5rem;
	padding-bottom: 5.5rem;
}
.reason_txt {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
}

/*ブランド・マネージャー認定会社とは？*/
.about_bm {
background: transparent linear-gradient(133deg, #C4C2BA 0%, #FFF4EB 100%) 0% 0% no-repeat padding-box;
padding:60px 0px;
}
.about_bm .about_bm_box {
	border-radius: 15px;
	background-color: rgba(255,255,255,0.50);
	max-width: 905px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_bm .about_bm_txt {
	max-width: 815px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 799px) {
.about_bm {
padding:3rem 2.5rem;
}
.about_bm .about_bm_box {
	border-radius: 1rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.about_bm .about_bm_txt {
	max-width: 815px;
	margin-left: 2rem;
	margin-right: 2rem;
}
}

/*ブランド・マネージャー認定会社とは？*/
.book {
padding:60px 0px;
}
.book_img {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 799px) {
.book {
padding:3rem 0px;
}
.book_img {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
}

/*受講者の声*/
.voice {
	padding-top: 100px;
	padding-bottom: 1px;
	background-color: #EBFAFF;
}
.voice .voice_ttl {
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
}
.voice .voice_block {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
.voice .voice_block .voice_sttl {
	font-size: 35px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-bottom: 27px;
	font-weight: bold;
}
.voice .voice_block .voice_mov_area {
	margin-bottom: 45px;
}
.voice .voice_block .prof {
	background-color: #F1F1F1;
	color: #620F63;
	padding: 30px 15px;
	font-size: 18px;
}
.voice .voice_block .prof .name {
	font-size: 25px;
}
.voice .voice_block .prof .plan {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	margin-top: 15px;
	padding-top: 15px;
}
.voice .voice_block .voice_video {
	margin-bottom: 20px;
}
.voice .voice_block .voice_video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.voice .voice_block .voice_video iframe {
  width: 100%;
  height: 100%;
}
.voice .voice_block .career {
	font-size: 16px;
	line-height: 1.7em;
}
@media(max-width: 799px) {
.voice {
	padding-top: 5rem;
}
.voice .voice_ttl {
	max-width: 17rem;
	margin-bottom: 3.2rem;
}
.voice .voice_block {
	margin-bottom: 7.5rem;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.voice .voice_block .voice_sttl {
	font-size: 1.8rem;
	margin-bottom: 1.3rem;
}
.voice .voice_block .voice_mov_area {
	margin-bottom: 2.3rem;
}
.voice .voice_block .prof {
	padding: 1.5rem 0.7rem;
	font-size: 1.3rem;
}
.voice .voice_block .prof .name {
	font-size: 1.4rem;
}
.voice .voice_block .prof .plan {
	margin-top: 0.7rem;
	padding-top: 0.7rem;
}
.voice .voice_block .voice_video {
	margin-bottom: 1rem;
}
.voice .voice_block .career {
	font-size: 1.1rem;
	line-height: 1.7em;
}
}

/* ４つの資格取得コース
-------------------------------------------------*/
.license4 {
background: transparent linear-gradient(180deg, #0CA4D5 0%, #0081AC 100%) 0% 0% no-repeat padding-box;
padding:40px 0px;
}
.license4 .license4_box {
	max-width: 955px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.80);
 padding:30px 0px;
}
.license4 .license4_txt {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.license4 .license4_btn {
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 799px) {
.license4 {
padding:2rem;
}
.license4 .license4_box {
padding:2rem;
}
.license4 .license4_txt {
	margin-bottom: 1rem;
}
}

/* お急ぎください！／申し込みは簡単です！
-------------------------------------------------*/
.note {
 position: relative;
}
.note img {
width:100%;
height: auto;
}
.note .img {
}
.note:nth-of-type(1) .note_img {
	height: 400px;
	background-image: url(_img/quickly_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.note:nth-of-type(2) .note_img {
	height: 400px;
 	background-image: url(_img/application_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.note .note_wrap {
	max-width: 990px;
	height: 400px;
	left: 0;
	right: 0;
	top: 0px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
 display: flex;
align-items: center;
 }
.note .note_txt {
}
.note:nth-of-type(1) .note_txt {
	max-width: 520px;
	margin-left: auto;
}
.note:nth-of-type(2) .note_txt {
	max-width: 560px;
}
@media(max-width: 799px) {
.note .note_wrap {
	padding-left: 2rem;
	padding-right: 2.5rem;
 }
 .note:nth-of-type(1) .note_img {
	height: 200px;
	background-image: url(_img/quickly_bg_sp.jpg);
}
.note:nth-of-type(2) .note_img {
	height: 200px;
 	background-image: url(_img/application_bg_sp.jpg);
}
.note .note_wrap {
	height: 200px;
 }
}

/*お問い合わせ*/
.contact {
width:50%;
            min-width:700px;
            border-right:3px solid #ddd;
            border-left:3px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
 margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
 background-color: #fff;
}
.contact h2 {
	text-align: center;
	margin-bottom: 100px;
}
.form_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#K3_body{
            background-color:#ddd;
        }
        #K3_container{
            width:50%;
            min-width:700px;
            border-right:3px solid #ddd;
            border-left:3px solid #ddd;
        }
        #K3_header{
            width:80%;
            margin:40px auto 0;
            background-color: #fff;
            
        }
        #K3_content{
            width:80%;
        }
        #K3_footer{
            width:80%;
            margin:0 auto 40px;
            background-color: #fff;
            
        }
        #K3_horizontal_left{
            width:50% !important;
        }
        #K3_horizontal_right{
            width:50% !important;
        }
        #K3_hr_header{
            width:80%;
        }
        #K3_hr_footer{
            width:80%;
        }
        .K3_hero{
            ;
        }
        .form-control {
            height: 45px;
            font-size: 14.85px;
            border: 1px solid #e0e0e0;
            border-radius: 2px;
        }
    @media screen and (min-width:0px) and (max-width:768px) {
.contact {
width:100%;
min-width:inherit;
}
.form_wrap {
	width: 90%;
}
        #K3_body{
            background-color:#ddd;
        }
        #K3_container{
            border-right:3px solid #ddd;
            border-left:3px solid #ddd;
        }
        #K3_header{
            width:100%;
            margin:1.2em auto 0;
            background-color: #fff;
        }
        #K3_headline h2{
            font-size:20px;
            line-height:32px;
        }
        #K3_content{
            width:100%;
        }
        #K3_footer{
            width:100%;
            margin:0 auto 1.1em;
            background-color: #fff;
        }
        .K3_hero{
            ;
            padding:2.4em 1.4em;
        }
        .K3_hero hr{
            margin:0.8em;
        }
        .K3_hero h2{
            font-size:20px;
            line-height:32px;
        }
        .K3_hero h3{
            font-size:16px;
            line-height:24px;
        }
        .form-control {
            height: 45px;
            font-size: 14.85px;
        }
        input,select,textarea{
            height:auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }
        .btn{
            font-size:10px;
        }
    }