@charset "EUC-JP";
/* ===================================================================
CSS
 file name  :  style.css
=================================================================== */
/* Site Default Stylesheet */
body, button, input, select, textarea {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2;
	color:#333;
}
html{
    font-size: 62.5%;/* 10px*/
}
body {
    font-size:1.8rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	body{
		font-size:1.2rem;
	}
}
a, a:link, a:active, a:visited {
	color:#014099;
}
@media print, screen and (min-width: 769px) {
    a:hover {
        color: #3186C4;
        text-decoration:underline;
    }
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
}
p{
	line-height: 2;
}
@media print, screen and (min-width: 769px) {
	.pc_none{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.sp_none{
		display:none;
	}
}

/* =====================================
ヘッダー
======================================== */
.header{
	width:100%;
	z-index: 1000;
}
@media print, screen and (min-width: 769px) {
    .header{
        position:fixed;
    }
	.header .header_wrap{
		position: relative;
		width:100%;
		height: 70px;
		margin:0 auto;
	    background: #FFF;
	    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		display: flex;
        justify-content: space-between;
        align-items: center;
	}
	.header .header_wrap .h_logo{
		max-width: 180px;
        margin-left: 50px;
	}
    .header .header_wrap .h_btn_wrap{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .header .header_wrap .h_btn_wrap .h_login{
        width: 180px;
		height: 70px;
    }
    .header .header_wrap .h_btn_wrap .h_login a{
        display: flex;
        justify-content: center;
        align-items: center;
		height: 70px;
        color: #FFF;
        text-decoration: none;
        background: #0068B7;
	    transition: all .3s;
    }
    .header .header_wrap .h_btn_wrap .h_login a:hover{
        background: #2D91DD;
    }
    .header .header_wrap .h_btn_wrap .h_entry{
        width: 320px;
		height: 70px;
    }
    .header .header_wrap .h_btn_wrap .h_entry .btn_h_entry{
        width: 320px;
		height: 70px;
        background-size: 224px auto;
	    transition: all .3s;
    }
    .header .header_wrap .h_btn_wrap .h_entry .btn_h_entry:hover{
        background-color: #EAB400;
    }
}
.header .header_wrap .h_btn_wrap .h_login a span::before{
	background: url("../images/icon_login.png") no-repeat;
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0px 0.5em 0 0;
    background-size: contain;
    vertical-align: middle;
}
.header .header_wrap .h_btn_wrap .h_entry .btn_h_entry{
    background-color: #EA7000;
    background-image: url("../images/h_entry.png");
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 768px) {
	.header .header_wrap{
		margin:0 auto;
		width:100%;
		height: 40px;
	}
	.header .header_wrap .h_logo{
		width: 105px;
		position: absolute;
		left:10px;
		top:15px;
	}
    .header .header_wrap .h_btn_wrap{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
	    z-index: 10001;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .header .header_wrap .h_btn_wrap .h_login{
        width: 35%;
		height: 70px;
    }
    .header .header_wrap .h_btn_wrap .h_login a{
        display: flex;
        justify-content: center;
        align-items: center;
		height: 70px;
        color: #FFF;
        font-size: 1.6rem;
        text-decoration: none;
        background: #0068B7;
    }
    .header .header_wrap .h_btn_wrap .h_entry{
        width: 65%;
		height: 70px;
    }
    .header .header_wrap .h_btn_wrap .h_entry .btn_h_entry{
        width: 100%;
		height: 70px;
        background-size: 200px auto;
    }
}
/* =====================================
メイン
======================================== */
@media print, screen and (min-width: 769px) {
    .main_wrap{
        padding: 180px 50px 100px 50px;
        background: url("../../takezo/images/bg_main_pc.jpg") no-repeat top center;
        background-size: 100% auto;
    }
}
.main_text{
    position: relative;
    max-width: 1080px;
    margin: auto;
}
.main_text .balloon{
    position: absolute;
    top: 4%;
    right: 7%;
    width: 17%;
	transition-duration: 0.5s;
}
@media print, screen and (min-width: 769px) {
    .main_text .balloon:hover{
        top: 2%;
    }
}
.main_info{
    max-width: 980px;
    margin: auto;
}
.recommend_box{
    max-width: 980px;
    margin: 50px auto auto;
    border: 5px solid #FFF;
    background: rgba(230,245,255,0.70);
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.3);
    padding: 40px 30px;
    text-align: center;
}
.recommend_box h2.subtitle_recommend{
    color: #004981;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.recommend_box h2.subtitle_recommend span{
    padding: 0 2em;
    background: url("../../takezo/images/subtitle_l.png") no-repeat left center, url("../../takezo/images/subtitle_r.png") no-repeat right center;
    background-size: auto 1.2em;
    padding-bottom: 0.2em;
}
.recommend_box ul.recommend_list{
    display: inline-block;
    margin: 20px auto auto;
}
.recommend_box ul.recommend_list li{
    border-bottom: 1px solid #0068B7;
    background: url("../../takezo/images/icon_check.png") no-repeat left top 0.7em;
    background-size: auto 1.2em;
    padding: 0.3em 1em 0.3em 2.5em;
    text-align: left;
}
.recommend_box ul.recommend_list li strong{
    color: #D36704;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .main_wrap{
        margin-top: -40px;
        padding: 80px 20px 50px 20px;
        background: url("../../takezo/images/bg_main_sp.jpg") no-repeat top left;
        background-size: auto 660px;
    }
    .main_text{
        max-width: 400px;
    }
    .main_text .balloon{
        top: 52%;
        right: 13%;
        width: 33%;
    }
    .main_info{
        max-width: 400px;
    }
    .recommend_box{
        max-width: 480px;
        margin: 30px auto auto;
        border: 3px solid #FFF;
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
        padding: 20px 20px;
    }
    .recommend_box h2.subtitle_recommend{
        font-size: 1.4rem;
    }
    .recommend_box ul.recommend_list{
        margin: 10px auto auto;
    }
}

/* =====================================
申し込み
======================================== */
.entry_banner_wrap{
    background: url("../../takezo/images/bg_contact.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 50px;
}
.entry_banner_wrap .text_contact{
    max-width: 768px;
    margin: auto;
}
.entry_banner_wrap .btn_entry{
    display: block;
    width: 580px;
    height: 98px;
    margin: 35px auto auto;
    background-color: transparent;
    background-image: url("../../takezo/images/btn_entry.png");
    background-repeat: no-repeat;
    background-size: 580px auto;
    background-position: center center;
    transition: all .3s;
}
@media print, screen and (min-width: 769px) {
    .entry_banner_wrap .btn_entry:hover{
        background-image: url("../../takezo/images/btn_entry_on.png");
    }
}
@media screen and (max-width: 768px) {
    .entry_banner_wrap{
        padding: 50px 20px 40px 20px;
    }
    .entry_banner_wrap .text_contact{
        max-width: 408px;
    }
    .entry_banner_wrap .btn_entry{
        width: 318px;
        height: 78px;
        margin: 10px auto auto;
        background-color: transparent;
        background-image: url("../../takezo/images/btn_entry_sp.png");
        background-size: 318px auto;
    }
}
/* =====================================
コンテンツ共通
======================================== */
h2.subtitle{
    color: #002846;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    min-height: 74px;
    background-repeat: no-repeat;
    background-size: auto 74px;
    background-position: center center;
}
@media screen and (max-width: 768px) {
    h2.subtitle{
        font-size: 1.6rem;
        min-height: 37px;
        background-repeat: no-repeat;
        background-size: auto 37px;
    }
}
/* =====================================
メルマガの内容
======================================== */
.mm_contents_wrap{
    background: #E6F4FF url("../../takezo/images/bg_mm.jpg") no-repeat top center;
    background-size: 100% auto;
    padding: 100px 50px;
}
h2.subtitle.mm{
    background-image: url("../../takezo/images/bg_ttl_mm.png");
}
@media print, screen and (min-width: 769px) {
    .mm_contents_wrap .mm_list{
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1080px;
        margin: auto;
    }
    .mm_contents_wrap .mm_list li{
        width: 46%;
        margin-top: 40px;
    }
    .mm_contents_wrap .mm_list li:nth-child(odd){
        margin-right: 4%;
    }
    .mm_contents_wrap .mm_list li:nth-child(even){
        margin-left: 4%;
    }
}
.mm_contents_wrap .mm_list li{
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.3);
}
.mm_contents_wrap .mm_list li h3{
    background: linear-gradient(to right, #4397D6, #01345C);
    color: #FFFFFF;
    text-align: center;
    padding: 0.3em;
}
.mm_contents_wrap .mm_list li h3 span{
    font-size: 2.0rem;
    font-weight: 600;
    padding-left: 2em;
    background: url("../../takezo/images/icon_check2.png") no-repeat left top 0.2em;
    background-size: 1.2em auto;
}
.mm_contents_wrap .mm_list li p{
    padding: 25px 8%;
}
.mm_contents_wrap .mm_contents_box{
    margin: 70px auto auto;
    max-width: 1080px;
    padding: 40px 60px;
    background: #FFFFFF;
}
.mm_contents_wrap .mm_contents_box h3.subtitle_mm{
    color: #0068B7;
    font-weight: 600;
    font-size: 2.0rem;
    margin-top: 30px;
    padding: 0 0 0 90px;
    background-repeat: no-repeat;
    background-size: 78px auto;
}
.mm_contents_wrap .mm_contents_box h3.subtitle_mm.contents01{
    margin-top: 0;
    background-image: url("../../takezo/images/icon_mm01.png");
}
.mm_contents_wrap .mm_contents_box h3.subtitle_mm.contents02{
    background-image: url("../../takezo/images/icon_mm02.png");
}
.mm_contents_wrap .mm_contents_box h3.subtitle_mm.contents03{
    background-image: url("../../takezo/images/icon_mm03.png");
}
.mm_contents_wrap .mm_contents_box p.small{
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .mm_contents_wrap{
        padding: 50px 20px;
    }
    .mm_contents_wrap .mm_list{
        max-width: 360px;
        margin: auto;
        padding-top: 10px;
    }
    .mm_contents_wrap .mm_list li{
        margin-top: 20px;
    }
    .mm_contents_wrap .mm_list li h3 span{
        font-size:1.4rem;
    }
    .mm_contents_wrap .mm_list li p{
        padding: 15px 8%;
    }
    .mm_contents_wrap .mm_contents_box{
        margin: 50px auto auto;
        max-width: 480px;
        padding: 20px 20px;
    }
    .mm_contents_wrap .mm_contents_box h3.subtitle_mm{
        font-size: 1.4rem;
        margin-top: 20px;
        margin-bottom: 0.3em;
        padding: 22px 0 0 0;
        background-size: auto 18px;
    }
    .mm_contents_wrap .mm_contents_box p.small{
        font-size: 1.0rem;
    }
}
/* =====================================
メルマガ購読者の成功体験
======================================== */
.voice_wrap{
    background: url("../../takezo/images/bg_voice.png") no-repeat top right, url("../../takezo/images/bg_voice.png") no-repeat bottom left;
    background-size: 70% auto;
    padding: 100px 50px;
}
h2.subtitle.voice{
    background-image: url("../../takezo/images/bg_ttl_voice.png");
}
.voice_wrap .voice_box{
    max-width: 1080px;
    border: 10px solid #D5DBE9;
    background: #FFFFFF;
    margin: 70px auto auto;
    padding: 20px 40px 30px 40px;
}
.voice_wrap .voice_box .voice_list{
    height: 700px;
    overflow: scroll;
}
.voice_wrap .voice_box .voice_list li{
    background-image: url("../../takezo/images/icon_voice.png");
    background-repeat: no-repeat;
    background-size: 34px auto;
    background-position: top 20px left 40px;
    padding: 1em 2em 1em 100px;
}
.voice_wrap .voice_box .voice_list li:nth-child(even){
    background-color: #E6F4FF;
}
@media screen and (max-width: 768px) {
    .voice_wrap{
        padding: 50px 20px;
    }
    .voice_wrap .voice_box{
        max-width: 480px;
        border: 2px solid #D5DBE9;
        margin: 30px auto auto;
        padding: 10px 10px 20px 10px;
    }
    .voice_wrap .voice_box .voice_list li{
        background-size: 20px auto;
        background-position: top 15px left 15px;
        padding: 1em 2em 1em 50px;
    }
}
@media screen and (max-width: 480px) {
    .voice_wrap{
        background-size: 100% auto;
    }
}
/* =====================================
セミナー
======================================== */
.seminar_wrap{
    background: #E6F4FF;
    padding: 100px 50px;
}
h2.subtitle.seminar{
    background-image: url("../../takezo/images/bg_ttl_seminar.png");
}
.lead_seminar{
    text-align: center;
    margin-top: 1em;
}
.seminar_wrap .seminar_schedule_wrap{
    max-width: 1080px;
    margin: 50px auto auto;
    padding: 50px 0 70px 0;
    background: url("../../takezo/images/img_seminar.png") no-repeat right top;
    background-size: contain;
}
.seminar_wrap .seminar_schedule_wrap .schedule{
    background: #FFFFFF;
    padding: 40px 50px;
    width: 660px; /* 600px から変更した */
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}
.seminar_wrap .seminar_schedule_wrap .schedule .date{
    color: #0068B7;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: 20px;
}
.seminar_wrap .seminar_schedule_wrap .schedule .schedule_list{
    margin-top: 10px;
    line-height: 1;
}
.seminar_wrap .seminar_schedule_wrap .schedule .number{
    display: inline-block;
    font-size: 1.6rem;
    color: #FFFFFF;
    background: #002846;
    padding: 0.3em 0.5em 0.4em 0.5em;
    margin-right: 1em;
}
.seminar_wrap .schedule_text{
    max-width: 1080px;
    margin: 50px auto auto;
}
.seminar_wrap .schedule_text p{
    margin-top: 1em;
}
@media print, screen and (min-width: 769px) {
    .seminar_wrap .performer_list{
        display: flex;
        flex-wrap: wrap;
        max-width: 1080px;
        margin: 40px auto auto;
    }
    .seminar_wrap .performer_list li{
        width: 18%;
        margin-right: 2%;
        margin-top: 30px;
    }
    .seminar_wrap .performer_list li:nth-child(5){
        margin-right: 0;
    }
    .seminar_wrap .performer_list li a:hover{
        color: #3186C4;
    }
    .seminar_wrap .performer_list li a .photo{
        overflow: hidden;
    }
    .seminar_wrap .performer_list li a .photo img{
	    transition: all .3s;
    }
    .seminar_wrap .performer_list li a:hover .photo img{
        transform: scale(1.1);
    }
}
.seminar_wrap .performer_list li{
    position: relative;
}
.seminar_wrap .performer_list li.box{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
.seminar_wrap .performer_list li a{
    color: #333333;
    text-decoration: none;
}
.seminar_wrap .performer_list li .icon_host,
.seminar_wrap .performer_list li .icon_guest{
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    width: 100px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    z-index: 2;
}
.seminar_wrap .performer_list li .icon_host{
    background: #0068B7;
}
.seminar_wrap .performer_list li .icon_guest{
    background: #002846;
}
.seminar_wrap .performer_list li .name{
    text-align: center;
    line-height: 1.6;
    font-weight: 400;
    padding: 0.5em;
}
@media screen and (max-width: 768px) {
    .seminar_wrap{
        padding: 50px 0px;
    }
    .lead_seminar{
        padding: 0px 20px;
    }
    .seminar_wrap .seminar_schedule_wrap{
        max-width: 520px;
        margin: 20px auto auto;
        padding: 0px 20px 200px 20px;
        background: url("../../takezo/images/img_seminar.png") no-repeat right 20px bottom;
        background-size: 75% auto;
    }
    .seminar_wrap .seminar_schedule_wrap .schedule{
        padding: 20px 20px;
        width: 85%;
    }
    .seminar_wrap .seminar_schedule_wrap .schedule .date{
        font-size: 1.4rem;
        padding-bottom: 10px;
    }
    .seminar_wrap .seminar_schedule_wrap .schedule .number{
        font-size: 1.0rem;
    }
    .seminar_wrap .schedule_text{
        max-width: 520px;
        margin: 20px auto auto;
        padding: 0 20px
    }
    .seminar_wrap .performer_list{
        max-width: 480px;
        margin: 20px auto auto;
    }
    .seminar_wrap .performer_list li{
        margin: 10px;
    }
    .seminar_wrap .performer_list li .icon_host,
    .seminar_wrap .performer_list li .icon_guest{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 480px) {
    .lead_seminar{
        text-align: left;
    }
    .seminar_wrap .seminar_schedule_wrap{
        padding: 0px 20px 140px 20px;
    }
    .seminar_wrap .seminar_schedule_wrap .schedule{
        width: 90%;
    }
    .seminar_wrap .seminar_schedule_wrap .schedule .schedule_list{
        margin-top: 10px;
        line-height: 1.4;
        display: flex;
    }
    .seminar_wrap .seminar_schedule_wrap .schedule .schedule_list .number{
        font-size: 1.0rem;
        width: 60px;
        text-align: center;
        align-self: flex-start;
    }
}
@media screen and (min-width: 481px) {
    .seminar_wrap .seminar_schedule_wrap .schedule .schedule_list .schedule_br{
        display: none;
    }
}
/* =====================================
プロフィール
======================================== */
.profile_wrap{
    background: url("../../takezo/images/bg_prof.jpg") no-repeat top center;
    background-size: cover;
    padding: 100px 50px;
}
h2.subtitle.profile{
    background-image: url("../../takezo/images/bg_ttl_profile.png");
}
.profile_box{
    max-width: 1080px;
    margin: 70px auto auto;
    background: rgba(255,254,254,0.50);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
@media print, screen and (min-width: 769px) {
    .profile_box{
        display: flex;
        justify-content: space-between;
        padding: 50px 70px;
    }
    .profile_box .photo{
        width: 24%;
        padding-top: 10px
    }
    .profile_box .text{
        width: 68%;
    }
    .profile_box .text .name{
        font-size: 2.0rem;
    }
}
.profile_box .text .name{
    font-weight: 600;
    margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
    .profile_wrap{
        padding: 50px 20px;
    }
    .profile_box{
        max-width: 480px;
        margin: 30px auto auto;
    }
    .profile_box{
        padding: 20px 20px;
    }
    .profile_box .photo{
        max-width: 180px;
        margin: auto;
    }
    .profile_box .text{
        margin-top: 20px;
    }
    .profile_box .text .name{
        font-size: 1.4rem;
    }
}
/* =====================================
モーダル
======================================== */
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10100;
}
.modal__bg{
	height: 100vh;
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	background-image: url("../../takezo/images/modal_close.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right 15% top 5%;
}
.modal__content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	height: 80vh;
	border: 1px solid #FFF;
	color: #fff;
	padding: 50px 70px;
	overflow-y: scroll;
	font-weight: 400;
	font-size: 1.6rem;
	background: rgb(255 255 255 / 20%); /* added by 2025 mar 12th */
}
.modal__content p{
    margin-bottom: 1em;
}
@media screen and (max-width: 1080px) {
	.modal__bg{
		background-position: right 10% top 10%;
	}
	.modal__content{
		width: 80%;
		height: 70vh;
		padding: 30px 40px;
	}
}
@media screen and (max-width: 768px) {
	.modal__bg{
		background-position: right 8% top 10%;
	}
	.modal__content{
		width: 90%;
		height: 70vh;
		padding: 20px 20px;
        font-size: 1.2rem;
	}
}

/* =====================================
ページトップ
======================================== */
.page_top{
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 10000;
}
@media screen and (max-width: 768px) {
	.page_top{
		width: 30px;
	    right: 10px;
	}
}
/* =====================================
フッター
======================================== */
.footer{
	width:100%;
	line-height: 1.8;
}
.footer .footer_wrap{
	background: #333333;
	padding: 50px;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
}
.footer .footer_wrap .copy{
	margin-top: 30px;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.footer .footer_wrap{
		padding: 30px 20px 100px 20px;
		font-size: 1.2rem;
	}
	.footer .footer_wrap .copy{
		margin-top: 20px;
		font-size: 1.0rem;
	}
}


