@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: #222222;
font-size: 1.6rem;
font-weight: 400;
text-align: left;
position: relative;
}
@media(max-width: 799px) {
body {
font-size: 1.4rem;
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;
}
em {
	font-style: normal;
}

/* common
-------------------------------------------------*/
.sp_obj {
display: none !important;
}
.common_wrap {
max-width: 1200px;
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: 2rem;
padding-right: 2rem;
}
}

/* 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: 799px) {
.hd_common {
margin-bottom: 1rem;
}
.hd_common .hd_logo {
	width: 20rem;
	margin-left: 2rem;
	margin-bottom: 1rem;
}
}

/* 共通
-------------------------------------------------*/
section {
	padding: 100px 0;
}

ul.list_occupation {
	font-size: 13px;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	grid-gap: 8px;
	margin-bottom: 33px;
	font-weight: 700;
}
ul.list_occupation li {
	border-radius: 60px;
	color: #6B2559;
	background-color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 28px;
}
@media(max-width: 799px) {
section {
	padding: 50px 0;
}
ul.list_occupation {
	font-size: 10px;
	grid-gap: 4px;
	margin-bottom: 22px;
}
ul.list_occupation li {
	border-radius: 60px;
	color: #6B2559;
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 20px;
}
}

.btn_cta {
	background-color: #F09E28;
	width: 440px;
	border-radius: 100px;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	display: block;
	position: relative;
	font-weight: 700;
}
.btn_cta::after {
	width: 10px;
	height: 17px;
	content: '';
	background-image: url("_img2/arrow_btn.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
 position: absolute;
 top:0;
 bottom:0;
 margin:auto;
 margin-left: 30px;
}
a.btn_cta:hover {
	color: #fff;
}
.btn_cta.fuki::before {
	content: '';
	background-image: url("_img2/fuki.png");
	width: 66px;
	height: 69px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -23px;
 left:27px;
}
.btn_cta_fix {
position: fixed;
right:20px;
bottom:20px;
z-index: 9999;
}
.btn_cta_fix .btn_cta {
width: 345px;
	line-height: 70px;
	font-size: 16px;
}
.btn_cta_fix .btn_cta.fuki::before {
	width: 57px;
	height: 60px;
	top: -17px;
 left:10px;
}
@media(max-width: 799px) {
.btn_cta {
	width: auto;
	line-height: 60px;
	font-size: 17px;
}
.btn_cta.fuki::before {
	content: '';
	width: 51px;
	height: 53px;
	top: -17px;
 left:16px;
}
.btn_cta_fix {
left:0;
right:0;
margin: auto;
}
.btn_cta_fix .btn_cta {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.btn_cta_fix .btn_cta.fuki::before {
	width: 51px;
	height: 53px;
 left:0px;
}
}

.bg_gr {
	background-color: #F5F4F5;
}

h3.sec_ttl {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 85px;
 position: relative;
}
h3.sec_ttl::after {
	content: '';
 	width: 80px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
 margin: auto;
	background-color: #6B2559;
}
@media(max-width: 799px) {
h3.sec_ttl {
	font-size: 28px;
	margin-bottom: 52px;
}
h3.sec_ttl::after {
	content: '';
 	width: 50px;
	height: 4px;
	bottom: -20px;
}
}

.box_r_shadow {
	box-shadow: 3px 3px 30px #2222221F;
	border-radius: 20px;
	background-color: #fff;
}
@media(max-width: 799px) {
.box_r_shadow {
	border-radius: 10px;
}
}

.font_pu {
	color: #6B2559;
	font-weight: 700;
}
.font_ye {
	color: #CB9D37;
	font-weight: 700;
}

.dotted_ttl {
	color: #6B2559;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
 display: flex;
 margin-bottom: 40px;
 align-items: center;
}
.dotted_ttl:before,
.dotted_ttl:after {
    content: "";
    height: 0px;
    border-top:2px dotted #6B2559;
    flex-grow: 1;
}
.dotted_ttl:before {
    margin-right: 3rem;
}
.dotted_ttl:after {
    margin-left: 3rem;
}
@media(max-width: 799px) {
.dotted_ttl {
	font-size: 20px;
 margin-bottom: 26px;
}
.dotted_ttl:before {
    margin-right: 1rem;
}
.dotted_ttl:after {
    margin-left: 1rem;
}
}

.box_r_shadow_list {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.box_r_shadow_list .box_r_shadow_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 3px 3px 30px #2222221F;
	border-radius: 20px;
	padding: 50px 0px 50px 45px;
	background-color: #fff;
	margin-bottom: 40px;
}
.box_r_shadow_list .figure_area {}
.box_r_shadow_list .num {
	border: 1px solid #6B2559;
	border-radius: 50%;
	width: 110px;
	color: #6B2559;
	text-align: center;
	font-weight: 700;
	height: 110px;
	margin-right: 35px;
	font-size: 13px;
	line-height: 1em;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 position: absolute;
}
.box_r_shadow_list .num em {
	font-size: 33px;
	display: block;
	line-height: 1em;
}
.icon {
	width: 170px;
	height: 170px;
	background-color: #F5F4F5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 39px;
}
.box_r_shadow_list .txt_area {
	max-width: 820px;
}
.box_r_shadow_list .txt_area h4.box_r_shadow_ttl {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
 display: flex;
 align-items: center;
}
.box_r_shadow_list .txt_area h4.box_r_shadow_ttl .box_r_shadow_num {
	color: #6B2559;
	font-size: 40px;
	font-weight: 700;
	margin-right: 20px;
}
.box_r_shadow_list .txt_area p.box_r_shadow_txt {
	line-height: 2em;
}
@media(max-width: 799px) {
.box_r_shadow_list .box_r_shadow_box {
	display: block;
	border-radius: 20px;
	padding: 40px 20px 40px 20px;
	margin-bottom: 30px;
 position: relative;
}
.box_r_shadow_list .txt_area h4.box_r_shadow_ttl {
	font-size: 18px;
}
.icon {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.box_r_shadow_list .txt_area p.box_r_shadow_txt {
	line-height: 2em;
}
.box_r_shadow_list .num {
	width: 70px;
	height: 70px;
	margin-right: 0px;
	font-size: 11px;
 top:35px;
left:20px;
}
.box_r_shadow_list .num em {
	font-size: 29px;
}
}

ul.fuki_list {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
ul.fuki_list li {
	width: 405px;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 130px;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
ul.fuki_list li:nth-of-type(1) {
	background-image: url(_img2/img_fukidashi01.png);
}
ul.fuki_list li:nth-of-type(2) {
	background-image: url(_img2/img_fukidashi02.png);
}
ul.fuki_list li:nth-of-type(3) {
	background-image: url(_img2/img_fukidashi02.png);
}
ul.fuki_list li em {
	font-size: 20px;
	display: block;
}
@media(max-width: 799px) {
ul.fuki_list {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
ul.fuki_list li {
	width: auto;
}
ul.fuki_list li em {
	font-size: 16px;
 }
}

.emphasis {
text-emphasis: filled dot #F4BD46;
}

.single_box {
	padding: 50px 0;
}
@media(max-width: 799px) {
.single_box {
	padding: 25px 0;
}
}

/* mv
-------------------------------------------------*/
.mv {
	background: transparent linear-gradient(171deg, #6B2559 0%, #4A0A39 100%) 0% 0% no-repeat padding-box;
	font-weight: 700;
	color: #fff;
 padding:0;
}
.mv .mv_wrap {
	background-position: right top;
	background-color: transparent;
	position: relative;
	background-image: url(_img2/img_mv.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.mv h1.hd_logo {
position: absolute;
top: 40px;
left: 30px;
width: 286px;
height: 45px;
}
.mv_content_area {
	padding-top: 170px;
	padding-bottom: 130px;
}
.mv_main_ttl {
	font-size: 49px;
	margin-bottom: 20px;
}
.mv_txt_area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 58px;
}
.mv_txt_area .mark {
	width: 135px;
	margin-right: 15px;
}
.mv_txt_area .txt {
border-top:1px solid #fff;
border-bottom:1px solid #fff;
padding:15px;
display: inline-block;
}
@media(max-width: 799px) {
.mv .mv_wrap {
	background: none;
}
.mv h1.hd_logo {
width: 186px;
top: 20px;
left: 20px;
}
.mv_content_area {
	padding-top: 73px;
	padding-bottom: 26px;
}
.mv_main_ttl {
	font-size: 30px;
	margin-bottom: 13px;
}
.mv_txt_area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 21px;
}
.mv_txt_area .mark {
 order:2;
	width: 106px;
	margin-left: 15px;
	margin-right: 0px;
}
.mv_txt_area .txt {
	order: 1;
	padding: 13px 5px;
	font-size: 12px;
}
}

/* 特典
-------------------------------------------------*/
.tokuten {
	padding-bottom: 70px;
}
.tokuten .tokuten_list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.tokuten .tokuten_list .tokuten_box {
	padding: 40px;
	width: 48%;
}
.tokuten .tokuten_list .tokuten_box:nth-of-type(1) {
	width: 100%;
	margin-bottom: 60px;
}
.tokuten .tokuten_list .tokuten_wrap {
display: flex;
justify-content: space-between;
grid-gap: 47px;
}
.tokuten .tokuten_list .txt_area {
	max-width: 560px;
}
.tokuten .tokuten_list h4.tokuten_ttl {
	font-size: 24px;
  display: flex;
 justify-content: flex-start;
 align-items: center;
}
.tokuten .tokuten_list h4.tokuten_ttl .font_s {
	font-size: 18px;
}
.tokuten .tokuten_list h4.tokuten_ttl .tokuten_num {
	color: #6B2559;
	font-size: 74px;
	margin-right: 20px;
}
.tokuten .tokuten_list p.tokuten_txt {
	line-height: 2em;
}
.tokuten .tokuten_list h5.tokuten_mov_ttl {
	border-left: 3px solid #6B2559;
	padding-left: 12px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 30px;
}
.tokuten .tokuten_list ul.tokuten_mov_list {
}
.tokuten .tokuten_list ul.tokuten_mov_list li {
	position: relative;
	padding-left: 10px;
	padding: 5px 0 5px 15px;
}
.tokuten .tokuten_list ul.tokuten_mov_list li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.9em; /*点の位置*/
    content: "";
    background: #6B2559; /*点の色*/
    }
.tokuten .tokuten_list .tokuten_img {
}
.tokuten .tokuten_list .tokuten_img p {
	text-align: center;
	padding-top: 13px;
}
@media(max-width: 799px) {
.tokuten {
	padding-bottom: 20px;
}
.tokuten .tokuten_list .tokuten_box {
	padding: 20px;
	width: auto;
	margin-bottom: 30px;
}
.tokuten .tokuten_list .tokuten_box:nth-of-type(1) {
	width: auto;
	margin-bottom: 30px;
}
.tokuten .tokuten_list .tokuten_wrap {
flex-wrap: wrap;
grid-gap: 10px;
}
.tokuten .tokuten_list .txt_area {
order:2;
}
.tokuten .tokuten_list h4.tokuten_ttl {
	font-size: 18px;
	margin-bottom: 18px;
}
.tokuten .tokuten_list h4.tokuten_ttl .font_s {
	font-size: 13px;
}
.tokuten .tokuten_list h4.tokuten_ttl .tokuten_num {
	font-size: 50px;
	margin-right: 18px;
}
.tokuten .tokuten_list h5.tokuten_mov_ttl {
display: none;
}
.tokuten .tokuten_list ul.tokuten_mov_list {
display: none;
}
.tokuten .tokuten_list ul.tokuten_mov_list li {
	position: relative;
	padding-left: 10px;
	padding: 5px 0 5px 15px;
}
.tokuten .tokuten_list .tokuten_img {
	order: 1;
	margin-bottom: 16px;
}
.tokuten .tokuten_list .tokuten_img p {
	padding-top: 12px;
}
}

/* CTA
-------------------------------------------------*/
.cta {
	background: transparent linear-gradient(180deg, #6B2559 0%, #4A0A39 100%) 0% 0% no-repeat padding-box;
	padding: 50px 0 60px;
}
.cta .cta_sttl {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 18px;
}
.cta .cta_box {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 47px;
}
.cta .cta_box ul.list_occupation {
	justify-content: center;
}
.cta .cta_box ul.list_occupation li {
	color: #6B2559;
 border:1px solid #6B2559;
}
.cta h3.cta_ttl {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 22px;
}
.cta p.cta_txt {
	border-top: 2px solid #6B2559;
	border-bottom: 2px solid #6B2559;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #6B2559;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.cta .btn_cta {
	margin-left: auto;
	margin-right: auto;
}
.cta_sttl2 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 23px;
	font-size: 24px;
}
.cta_sttl2 h3 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.cta_sttl3 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 32px;
	font-size: 36px;
}
.cta p.cta_txt2 {
	text-align: center;
	line-height: 2em;
	margin-bottom: 38px;
}
@media(max-width: 799px) {
.cta {
	padding: 30px 0 46px;
}
.cta .cta_sttl {
	font-size: 14px;
	margin-bottom: 14px;
}
.cta .cta_box {
	padding-top: 26px;
	padding-bottom: 32px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.cta .cta_box ul.list_occupation {
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.cta .cta_box ul.list_occupation li {
	color: #6B2559;
 border:1px solid #6B2559;
}
.cta h3 .cta_ttl_sp {
	font-size: 24px;
}
.cta h3.cta_ttl {
	font-size: 34px;
	margin-bottom: 12px;
}
.cta .btn_cta::after {
	width: 7px;
	height: 12px;
 margin-left: 15px;
}
.cta p.cta_txt {
	font-size: 16px;
	margin-bottom: 25px;
}
.cta_sttl2 {
	margin-bottom: 7px;
	font-size: 15px;
}
.cta_sttl2 h3 {
	font-size: 25px;
}
.cta_sttl3 {
	margin-bottom: 20px;
	font-size: 20px;
}
.cta p.cta_txt2 {
	text-align: left;
	margin-bottom: 34px;
}
#cta3 .btn_cta {
	font-size: 16px;
}
#cta3 .btn_cta.fuki::before {
    content: '';
    left: 0px;
}
}

/* 悩み
-------------------------------------------------*/
.nayami {
padding-bottom:0px;
}
.nayami ul.nayami_list {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 825px;
 row-gap:20px;
}
.nayami ul.nayami_list li {
	width: 50%;
	font-size: 18px;
}
.nayami ul.nayami_list li::before {
	content: url("_img2/icon_checkmark.svg");
	width: 18px;
	height: 14px;
	margin-right: 14px;
}
.nayami p.nayami_txt {
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	padding-top: 60px;
	line-height: 2em;
}
@media(max-width: 799px) {
.nayami {
padding-bottom:0px;
}
.nayami ul.nayami_list {
	display: block;
	padding: 30px 0;
	margin-left: 30px;
	margin-right: 0;
}
.nayami ul.nayami_list li {
	width: auto;
	font-size: 14px;
	margin-bottom: 14px;
 	padding-left:2em;
	text-indent:-2em;
}
.nayami ul.nayami_list li::before {
	content: '';
	background-image: url("_img2/icon_checkmark.svg");
	width: 15px;
	height: 11px;
	margin-right: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
 display: inline-block;
}
.nayami p.nayami_txt {
	font-size: 17px;
	padding-top: 30px;
	padding-bottom: 20px;
}
}

/*無料セミナーの内容*/
.seminor {
	background-image: url(_img2/bg_nayami_btm.svg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 190px;
}
.seminor p.seminor_txt {
	text-align: center;
	margin-bottom: 60px;
	line-height: 2em;
}
.seminor .seminor_program {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(_img2/arrow_seminor.svg);
	background-position: 53px bottom;
	background-repeat: no-repeat;
}
.seminor .seminor_program_box {
	margin-bottom: 60px;
}
.seminor .seminor_program_box h4.seminor_ttl {
	box-shadow: 3px 3px 30px #2222221F;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	line-height: 70px;
	display: flex;
	font-size: 20px;
	font-weight: 700;
}
.seminor .seminor_program_box .seminor_part {
	background-color: #6B2559;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	width: 200px;
	line-height: 70px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right: 40px;
}
.seminor .seminor_program_box .seminor_program_txt {
	padding-left: 240px;
	line-height: 1.7em;
}
@media(max-width: 799px) {
.seminor {
	background-image: url(_img2/bg_nayami_btm_sp.svg);
	padding-top: 94px;
}
.seminor p.seminor_txt {
	margin-bottom: 40px;
	text-align: left;
}
.seminor .seminor_program {
	background: none;
}
.seminor .seminor_program_box {
	margin-bottom: 40px;
}
.seminor .seminor_program_box h4.seminor_ttl {
	line-height: 1.5em;
 align-items: center;
	font-size: 16px;
}
.seminor .seminor_program_box .seminor_part {
	font-size: 16px;
	width: 90px;
	margin-right: 10px;
}
.seminor .seminor_program_box .seminor_program_txt {
	padding-left: 0px;
	line-height: 1.7em;
}
}

/* セミナー講師の紹介
-------------------------------------------------*/
.instructor {
}
.instructor_prof_area {
	display: flex;
	justify-content: space-between;
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#instructor .instructor_prof_area {
	padding-bottom: 50px;
}
.instructor_prof_area .photo {
	max-width: 250px;
}
.instructor_prof_area .txt_area {
	max-width: 700px;
	padding-top: 18px;
}
.instructor_prof_area .txt_area p.position {
	margin-bottom: 10px;
 line-height: 2em;
}
.instructor_prof_area .txt_area p.instructor_name {
	font-size: 40px;
	font-weight: 700;
	color: #6B2559;
	margin-bottom: 20px;
}
.instructor_prof_area .txt_area p.instructor_name .instructor_furigana {
	font-size: 18px;
}
.instructor_book_area {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
.instructor_prof_area .txt_area p.instructor_txt {
 line-height: 2em;
}
.instructor_book_area ul.instructor_book_list {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 25px;
}
.instructor_book_area ul.instructor_book_list li {
}
.instructor_book_area ul.instructor_book_list li .book_img {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.instructor_book_area ul.instructor_book_list li p.book_ttl {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.instructor_book_etc {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-top: 40px;
}
@media(max-width: 799px) {
.instructor {
}
.instructor_prof_area {
	display: block;
}
#instructor .instructor_prof_area {
	padding-bottom: 50px;
}
.instructor_prof_area .photo {
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.instructor_prof_area .txt_area {
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.instructor_prof_area .txt_area p.position {
	margin-bottom: 8px;
}
.instructor_prof_area .txt_area p.instructor_name {
	font-size: 34px;
}
.instructor_prof_area .txt_area p.instructor_name .instructor_furigana {
	font-size: 12px;
	padding-left: 7px;
}
.instructor_book_area {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}
.instructor_prof_area .txt_area p.instructor_txt {
 line-height: 2em;
}
.instructor_book_area ul.instructor_book_list {
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
}
.instructor_book_area ul.instructor_book_list li {
}
.instructor_book_area ul.instructor_book_list li .book_img {
	width: 110px;
	margin-bottom: 14px;
}
.instructor_book_area ul.instructor_book_list li p.book_ttl {
	font-size: 12px;
}
.instructor_book_etc {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	padding-top: 40px;
}
}

/* なぜ、お客様は他社に乗り換えてしまうのか？
-------------------------------------------------*/
.why {
	padding: 0px;
	padding-top: 100px;
}
.why p.why_txt {
	background-image: url(_img2/bg01.jpg);
	background-position: center center;
	background-size: cover;
	padding: 90px 0;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	line-height: 3em;
}
@media(max-width: 799px) {
.why ul.fuki_list  {
display: none;
}
.why_fuki_sp {
    filter: drop-shadow(3px 3px 30px #2222221F);
}
.why p.why_txt {
	background-image: url(_img2/bg01_sp.jpg);
	padding: 55px 20px;
	text-align: left;
	line-height: 2em;
}
}

/* 3つの勘違い
-------------------------------------------------*/
.mistake {
}
.mistake .txt_area {
	padding-left: 145px;
}
@media(max-width: 799px) {
.mistake .txt_area {
	padding-left: 0px;
}
.mistake .box_r_shadow_list .txt_area h4.box_r_shadow_ttl {
	padding-left: 80px;
}
}

/* ブランディングができない日本企業は、衰退する
-------------------------------------------------*/
.decline {
	background-image: url(_img2/bg02.jpg);
	background-position: center center;
	background-size: cover;
	padding: 90px 0;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	line-height: 3em;
}
.decline h3.sec_ttl::after {
	content: '';
	background-color: #fff;
}
@media (max-width: 799px) {
.decline {
	background-image: url(_img2/bg02_sp.jpg);
	padding: 55px 20px;
	text-align: left;
	line-height: 2em;
}
.decline h3.sec_ttl {
	line-height: 1.5em;
}
}

/*3つの変革*/
.transformation {
}
.transformation .transformation_txt2 {
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}
.transformation ul.fuki_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 799px) {
.transformation {
padding-bottom:0px;
}
.transformation .transformation_txt2 {
	font-size: 16px;
	margin-bottom: 20px;
}
.transformation ul.fuki_list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}
.transformation ul.fuki_list {
margin-left:-7px;
margin-right:-7px;
display: block;
}
.transformation ul.fuki_list li {
}
.transformation ul.fuki_list li:nth-of-type(1) {
 padding-top:33px;
	width: 64%;
}
.transformation ul.fuki_list li:nth-of-type(2) {
 padding-top:37px;
	width: 72%;
margin-left:auto;
margin-top:-90px;
}
}

/*受講者の声*/
.voice {
}
.voice_list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 39px;
}
.voice_block .voice_img {
	margin-bottom: 22px;
}
.voice_block h4.voice_ttl {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
}
.voice_block p.voice_name {}
@media(max-width: 799px) {
.voice_list {
grid-template-columns: repeat(1, 1fr);
grid-gap: 40px;
}
.voice_block .voice_img {
	margin-bottom: 20px;
}
.voice_block h4.voice_ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
}
}

/*ブランド・マネージャー認定会社とは？*/
.about_bm {
}
.about_bm .single_box {
	padding: 80px 115px;
}
.about_bm .about_block {
	margin-bottom: 70px;
 display: flex;
 justify-content: space-between;
position: relative;
}
.about_bm .about_block .icon {
position: absolute;
}
.about_bm .about_txt_area {
 	padding-left: 205px;
}
.about_bm .about_ttl {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about_bm .about_txt {
	line-height: 2em;
}
.about_bm .about_book_area {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
  display: flex;
 justify-content: space-between;
 align-items: center;
}
.about_bm .about_book_img {
	max-width: 170px;
}
.about_bm .about_book_txtarea {
	max-width: 600px;
}
.about_bm .about_book_ttl {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about_bm .about_book_txt {
	line-height: 2em;
}
@media(max-width: 799px) {
.about_bm .single_box {
	padding: 30px 20px;
}
.about_bm .about_block {
	margin-bottom: 50px;
}
.about_bm .about_block .icon {
	width: 70px;
	height: 70px;
}
.about_bm .about_txt_area {
 	padding-left: 0px;
}
.about_bm .about_ttl {
	font-size: 16px;
 	padding-left: 85px;
}
.about_bm .about_txt {
}
.about_bm .about_book_area {
  display: block;
}
.about_bm .about_book_img {
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.about_bm .about_book_ttl {
	font-size: 18px;
	margin-bottom: 18px;
	text-align: center;
}
.about_bm .about_book_txt {
	line-height: 2em;
}
}

/*なぜ、無料で開催するのか？*/
.reason {
	padding-top: 70px;
	padding-bottom: 110px;
}
@media(max-width: 799px) {
}

/* お急ぎください！
-------------------------------------------------*/
.quickly {
}
.quickly .quickly_wrap {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 140px;
	text-align: center;
}
.quickly .quickly_sttl {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.quickly .quickly_sttl::before {
	content: url("_img2/icon_attention.svg");
	margin-right: 15px;
}
.quickly .quickly_txt {
	line-height: 2em;
}
@media(max-width: 799px) {
.quickly .quickly_wrap {
	padding: 32px 20px;
	margin: 0 20px;
	text-align: left;
}
.quickly .quickly_sttl {
	font-size: 18px;
	margin-bottom: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.quickly .quickly_sttl::before {
	content: url("_img2/icon_attention.svg");
	margin-right: 15px;
}
.quickly .quickly_txt {
	line-height: 2em;
}
}

/* セミナー参加方法
-------------------------------------------------*/
.application {
}
.application .application_wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.application .application_wrap .step_box {
max-width: 570px;
	display: flex;
	justify-content: space-between;
	padding: 40px 25px;
	align-items: center;
}
.application .application_wrap .icon {
	margin-right: 0px;
}
.application .application_wrap .step_icon {
	width: 160px;
	height: 160px;
}
.application .application_wrap .step_txt_area {
	max-width: 330px;
}
.application .application_wrap .step_num {
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	background-color: #6B2559;
	line-height: 30px;
	margin-bottom: 15px;
	padding: 0 25px;
	display: inline-block;
}
.application .application_wrap h4.step_ttl {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px;
}
.application .application_wrap h4.step_txt {
}
@media(max-width: 799px) {
.application .application_wrap {
display: block;
}
.application .application_wrap .step_box {
	padding: 20px;
}
.application .application_wrap .icon {
	margin-right: 0px;
	margin-left: 0px;
}
.application .application_wrap .step_icon {
	width: 93px;
	height: 93px;
}
.application .application_wrap .step_txt_area {
	width: 60%;
}
.application .application_wrap .step_num {
	line-height: 22px;
	margin-bottom: 9px;
	padding: 0 15px;
}
.application .application_wrap h4.step_ttl {
	margin-bottom: 8px;
	font-size: 17px;
}
.application .application_arrow {
	text-align: center;
}
.application .application_arrow img {
	transform: rotate(90deg);
 	width: 14px;
	height: 36px;
}
}