@charset "utf-8";


/* --------------------ハンバーガーメニュー---------------------------------*/
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}

nav.gnavSp ul {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.gnavSp ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #fff;
	background: #009e38;
}

nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}

/*--------ハンバーガーメニュー内--------*/
.navToggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 13px;
	width: 42px;
	height: 39px;
	cursor: pointer;
	z-index: 99999;
	text-align: center;
}

.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span.BB{
	border-bottom: solid 3px #333;
}
.navToggle span:nth-child(1) {
	top: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.navToggle span:nth-child(4) {
	border: none;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}

header nav.gnavSp li.outSide a span{
	padding-right:2em;
	position:relative;
}
header nav.gnavSp li.outSide a span:before {
    font-family: "Material Icons";
    content: '\e3e0';
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/*-----------------タップした後の「X」------------------*/

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/


.showSp {display:none;}

@media screen and (max-width: 1199px) {
/* Header Setting
=========================================================================================== */
header .headerSet{
	width:100%;
}

/* IndexContents Setting
=========================================================================================== */
#contentsHead .catch{
	width:100%;
	padding: 0 2%;
}
main#index .indexIntroduction .columnSet .columnTextRight{
    padding-right: 4%;
}
main#index .indexIntroduction .columnSet .columnTextRight .inner{
    width: 100%;
}
main#index .indexIntroduction .columnSet .columnTextLeft{
	padding-left:4%;
}
main#index .indexIntroduction .columnSet .columnTextLeft .inner{
    width: 100%;
}
main#index .indexIntroduction .columnSet .columnTextRight h2.aboutH2:after {
	font-size:15vw;
}
main#index .indexIntroduction .columnSet .columnTextLeft h2.flowH2:after {
    font-size:15vw;
	position:absolute;
	left:0;
}
main#index .indexIntroduction .columnSet .columnTextRight h2.resultH2:after {
    font-size:15vw;
}

/* MainContents Setting
=========================================================================================== */
#contentsHead h1{
	padding:8% 0;
}


}

@media screen and (max-width: 1080px) {
.showSp1080{display:block;}
.hideSp1080 {display: none;}

/* IndexContents Setting
=========================================================================================== */
main#index .indexTopics section{
	width:100%;
	padding:20px 4%;
}
main#index .indexPickup section{
	width:100%;
	padding:20px 4%;
}
main#index .indexPickup section .pickupItem .pickupItemList li{
	width:49%;
	margin-left:2%;
}
/*main#index .indexPickup section .pickupItem .pickupItemList li .pickupImg{
	height:0;
	padding-bottom:50%;
}*/
/* MainContents Setting
=========================================================================================== */
#wrapper{
	padding-top:70px;
}
#path ul{
	padding:0 4%;
	width:100%;
}
article section{
	width:100%;
	padding:0 4%;
}
div.boxPatternA{
	padding:4%;
}
.columnSetBox .columnL_sizeL{
	width:28%;
}
.columnSetBox .columnR_sizeL{
	margin-left:4%;
	width:68%;
}
.columnSet .column2{
	margin-left:4%;
	width:48%;
}
.columnSet .column3{
	width:32%;
	margin-left:2%;
}
.columnSet .column4{
	width:49%;
	margin-left:2%;
}
.columnSet .column4:nth-child(4n+1){
	margin-left:2%;
}
.columnSet .column4:nth-child(odd){
	margin-left:0;
}
.columnSet .column4SpHalf{
	width:22%;
	margin-left:4%;
	margin-bottom:20px;
}

.columnSetBox .column3{
	width:32%;
	margin-left:2%;
}
.seminarBanner{
	width:100%;
}
.seminarBanner.mb60{
	padding:0 4%;
}

/* AboutページOnlySetting
=========================================================================================== */
main#contents .columnSetAbout .columnL{
	width: 28%;
}
main#contents .columnSetAbout .columnR{
	margin-left:4%;
	width:68%;
}
.columnSetBox .column2{
	width:48%;
	margin-left:4%;
}
main#contents .columnSetAbout .columnL2{
	width:28%;
}
main#contents .columnSetAbout .columnR2{
	width:68%;
	margin-left:4%;
}
.columnSet .column2 .boxPatternB .magazineColL{
	width:30%;
}
.columnSet .column2 .boxPatternB .magazineColR{
	width:66%;
	margin-left:4%;
}
/* flowページOnlySetting
=========================================================================================== */
.flowMain .boxPatternA .stepList li{
	/*width:32%;
	margin-left:2%;*/
	padding-left: 1.5em;
    text-indent: -1.5em;
}
/* resultページOnlySetting
=========================================================================================== */
.result .columnSet .column3 a .imgOnlyStyle1{
	height:auto;
}
/* contactページOnlySetting
=========================================================================================== */
.tableStyle1 input{
	width:100%;
}
.tableStyle1 select{
	display:block;
	margin-bottom:10px;
	width:100%;
}
.formBtnL,
.formBtnR{
	width:100%;
}
.formBtnL .formBtn2,
.formBtnR .formBtn2{
	width:100%;
}
/* footerContents Setting
=========================================================================================== */
#footerNavInner{
	width:100%;
}
}
@media screen and (max-width: 994px) {
	/* AboutページOnlySetting
=========================================================================================== */
.columnSet .column2 .boxPatternB .magazineColL{
	width:100%;
	float:none;
	margin-bottom:30px;
}
.columnSet .column2 .boxPatternB .magazineColR{
	width:100%;
	float:none;
	margin-left:0;
}

}
@media screen and (max-width: 767px) {
/* Header Setting
=========================================================================================== */
header #headerLogo{
	width:170px;
	height:50px;
}
.navToggle{
	position:fixed;
	top:4px;
}
/* IndexContents Setting
=========================================================================================== */
main#index .indexcolumnList li a{
	display:block;
}
main#index .indexcolumnList li .title {
    margin-left: 0;
    width: 100%;
    display: block;
    margin-top: 0.5em;
}
main#index .indexPickup{
	margin-bottom:40px;
}
main#index .indexPickup section .pickupItem{
	margin-bottom:0;
}
main#index .indexPickup section .pickupItem .pickupItemList li{
	width:100%;
	margin-left:0;
}
main#index .indexPickup section .pickupItem .pickupItemList li .spot{
	font-size:14px;
	margin-bottom: 10px;
}
main#index .indexPickup section .pickupItem .pickupItemList li .spot span{
	font-size:14px;
	padding: 10px 18px;
	display: block;
    text-align: center;
    margin: 0 0 10px;
}
main#index .indexPickup section .pickupItem .pickupItemList li .root{
	font-size: 16px;
	margin-bottom: 14px;
}
main#index .indexIntroduction{
	padding-top:40px;
}
main#index .indexIntroduction .columnSet .columnImgLeft {
    width: 100%;
    float: none;
    padding: 0 4%;
	margin-bottom:20px;
}
main#index .indexIntroduction .columnSet .columnTextRight {
    width: 100%;
    float: none;
    padding:0 4%;
}
main#index .indexIntroduction .columnSet .columnTextLeft {
    width: 100%;
    float: none;
    padding:0 4%;
}
main#index .indexIntroduction .columnSet .columnImgRight {
    width: 100%;
    float: none;
    padding: 0 4%;
	margin-bottom:20px;
}
main#index .indexIntroduction .columnSet .columnTextRight .inner .textStyle1{
	margin-bottom:20px;
}
main#index .indexIntroduction .columnSet .columnTextLeft .inner .textStyle1{
	margin-bottom:20px;
}
main#index .indexIntroduction .columnSet .columnTextRight h2,
main#index .indexIntroduction .columnSet .columnTextLeft h2{
	text-align:center;
	font-size:28px;
	margin-bottom: 20px;
}
main#index .indexIntroduction .columnSet .columnTextRight h2 span,
main#index .indexIntroduction .columnSet .columnTextLeft h2 span{
	padding-left:0;
}
main#index .indexIntroduction .columnSet .columnTextRight h2:before,
main#index .indexIntroduction .columnSet .columnTextLeft h2:before{
	display:none;
}
main#index .indexIntroduction .columnSet .columnTextRight h2.aboutH2:after,
main#index .indexIntroduction .columnSet .columnTextLeft h2.flowH2:after,
main#index .indexIntroduction .columnSet .columnTextRight h2.resultH2:after{
	position:absolute;
	top:150%;
	left:50%;
	transform: translateX(-50%);
}
/* MainContents Setting
=========================================================================================== */
.hideSp {display: none;}
.showSp{display: block;}

#wrapper{
	padding-top:50px;
}
#contentsHead h1{
	font-size:24px;
}
#contentsHead h1 span{
	font-size:16px;
}
article{
	padding:20px 0 40px;
}
main h2.ttlBase01{
	font-size:26px;
	margin-bottom:40px;
}
main h2.ttlBase01:after{
	width:60px;
	margin-top: 10px;
}
main h2.ttlBase02{
	font-size:20px;
}
main h3.ttlBase01{
	font-size:20px;
}
main h4.ttlBase01{
	font-size:16px;
}
.catchText{
	text-align:left;
}
dl.dateListStyle1 dt{
	float:none;
	width:100%;
	display:block;
}
dl.dateListStyle1 dd{
	width:100%;
	display:block;
	padding:0 0 20px;
}
dl.dateListStyle2 dt{
	float:none;
	width:100%;
	display:block;
}
dl.dateListStyle2 dd{
	width:100%;
	display:block;
	padding:0 0 20px;
}
main#index .moreBtn340,
main#contents .moreBtn340{
	width:100%;	
}
.columnSet .column2{
	margin-left:0;
	width:100%;
	float:none;
	margin-bottom:40px;
}
.columnSet .column3{
	width:48%;
	margin-left:4%;
}
.columnSet .column3:nth-child(3n+1){
	margin-left:4%;
}
.columnSet .column3:nth-child(2n+1){
	margin-left:0;
}
.columnSet .column4{
	width:100%;
	margin-left:0;
	float:none;
}
.columnSet .column4:nth-child(4n+1){
	margin-left:0;
}
.columnSet .column4SpHalf{
	width:48%;
	margin-left:4%;
}
.columnSet .column4SpHalf:nth-child(odd){
	margin-left:0;
}

.columnSetBox .column3{
	width:100%;
	margin-left:0;
	margin-bottom:20px;
}
.columnSet.sp100 .column3{
	width:100%;
	margin-left:0;
	margin-bottom:15px;
}

.boxPatternC{
	padding:15px;
}
/* AboutページOnlySetting
=========================================================================================== */
main#contents .columnSetAbout .columnL{
	width: 70%;
	float:none;
	margin: 0 auto 30px;	
}
main#contents .columnSetAbout .columnR{
	float:none;
	margin-left:0;
	width:100%;
}
.columnSetBox .columnL_sizeL{
	float:none;
	width:100%;
}
.columnSetBox .columnR_sizeL{
	float:none;
	width:100%;
	margin-left:0;
}
.columnSetBox .column2{
	width:100%;
	margin-left:0;
	float:none;
	margin-bottom:40px;
}
/* flowページOnlySetting
=========================================================================================== */
.flowMain .boxPatternA .stepList{
	margin-bottom:30px;
}
.flowMain .boxPatternA .stepList li{
	width:100%;
	margin-left:0;
	float:none;
}
main h3.stepTtl strong{
	font-size:18px;
	padding:15px;
	width:80%;
}
main h3.stepTtl .stepNo{
	font-size:24px;
	width:20%;
}
main h3.stepTtl .stepNo span{
	font-size:14px;
	margin-bottom:2px;
}
.columnSetBox .column2 .textStyle2{
	text-align:left;
}
/* resultページOnlySetting
=========================================================================================== */
.tnpTitle{
	font-size:14px;
}
/* contactページOnlySetting
=========================================================================================== */
.formBtn{
	width:100%;
}
.formBtn #submit_button{
	width:100%;
}
/* footerContents Setting
=========================================================================================== */
#footerNav{
	display:none;
}
/* pageTop Setting
=========================================================================================== */
#pageTopBtn a:hover {
    background: #f39700; /*マウスオーバー時の背景色*/
}
}
@media screen and (max-width: 579px) {
/* MainContents Setting
=========================================================================================== */
table.tableStyle1 th,
table.tableStyle1 td{
	display:block;
}
table.spNoBlok th,
table.spNoBlok td{
	display:table-cell;	
}
/* AboutページOnlySetting
=========================================================================================== */
main#contents .columnSetAbout .columnL2{
	width:100%;
	float:none;
	margin-bottom:20px;
}
main#contents .columnSetAbout .columnR2{
	width:100%;
	margin-left:0;
	float:none;
}
}
@media screen and (max-width: 399px) {
}