
html  { 
	font-family: "游ゴシック", YuGothic,"Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    letter-spacing: 0.03em;
    scroll-behavior: smooth;
}

body {
    background:none;
    color: #000;
	}

#body {
    max-width: 1900px;
    margin: 0 auto;}
    
#a_totop {
	position: fixed;
	bottom:20px;
	right: 20px;
}

.sp_view,
.sp_footnav { display: none !important;}
.pc_view { }

@media screen and (max-width: 959px) {
#body { max-width: 100%; margin: 0 auto;}
.sp_view{ display: inherit !important;}
.pc_view{ display: none !important;}

#a_totop {
	position: fixed;
	bottom:75px;
	right: 10px;}
	
#a_totop img {height:100px;}

}


.tC { text-align: center ;}
main p { line-height: 1.8; }
.entry-body p { margin-bottom: 15px;}


/*============
 TEXT STYLE
=============*/

.txt_acc_y { color: #fcfe43 !important; font-weight:bold !important; }
.txt_acc_p { color: #e91052 !important; font-weight:bold !important; }
.txt_acc_o { color: #d8551d !important; font-weight:bold !important; }
.txt_mark_y { background:#fff600; padding: 0 2px; }
.txt_mark_o { background:#d8551d; padding: 2px 2px;color: #fff; }
.txt_mark_bl { background:#000; padding: 0 2px; color: #fff; }
.txt_mark_blue { background:#ccd8f0; padding: 0 2px; }
.txt_mark_w { background:#fff; padding: 0 2px; color: #000; }

.txt_acc_sr {  color: #e91052 !important; font-weight:bold !important; font-size: 80%; }

.inner800 { width: 800px; margin: 0 auto;}


@media screen and (max-width: 900px) {
.inner800 { width: 100%; margin: 0 auto;}
}



/* ----------------------------------------
* Font
---------------------------------------- */
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 100;
src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format(‘opentype’);
}
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 200;
src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format(‘opentype’);
}
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 400;
src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format(‘opentype’);
}
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 500;
src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format(‘opentype’);
}
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 600;
src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format(‘opentype’);
}
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 700;
src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format(‘opentype’);
}
@font-face {
font-family: ‘Noto Serif Japanese’;
font-style: normal;
font-weight: 900;
src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format(‘opentype’);
}


/*============
 nav
=============*/




@media (max-width: 959px) {
 

}




/*============
  パンくず 
=============*/
#breadcrumb {
	padding: 20px 20px 20px 0;
	font-size: 85%;
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.breadcrumb_outer {
	padding: 20px 20px 20px 0;
	width: 80%;
	margin: 0 auto;
}

.breadSection .breadcrumb a:hover { color:#e5024d; text-decoration: none !important; }
/*#breadcrumb li:before { content: "　 〉"; }
#breadcrumb li:first-child::before { content: "";}
#breadcrumb a:hover { color: #e5024d; }*/

.breadSection .breadcrumb>li+li:before {
    content: "  〉";
    margin-left: .5em;
    margin-right: .2em;
    font-size: 12px;
}



/*============
  TITLE
=============*/
h2 {
    padding:0;
    border-top: none;
    border-bottom:none;
}

h3:after {
	content: none; 
}

h3 {
    padding-bottom: 8px;
    position: relative;
    border-bottom:0;
}

.lv2 {
	font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 200%;
	position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

.lv2::before {
  content: ""; 
  position: absolute;
  left: 0%;
  bottom:0px; 
  width: 100px; 
  height: 4px;
  background-color: #e5024d;
}

.lv3 { 
	font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	margin: 30px 0;
}

.lv4 { font-size: 130%; margin: 15px 0 25px; font-weight: bold;}
.lv4:before { content: "■"; margin-right: 10px; }

.lv4_num,
.lv4_num_nega{ 
	font-weight: bold;
	font-size: 110%;
	margin:60px 0 30px;
}

.lv4_num span,
.lv4_num_nega span {
	font-size: 90%;
	background: #e5024d;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
}

.lv4_num_nega span {
	background: #496aad !important;
	}

.lv4_border {
	font-weight: bold;
	font-size: 120%;
	margin: 50px 0 20px;
}

.lv4_border:before,
.lv4_border_noM:before{
	content: "━";
	color: #e8194e;
	margin-right: 10px;
}

.lv4_border_noM {
    font-weight: bold;
    font-size: 120%;
    margin: 20px 0 20px;
}

.title_sub_black {
	background: #000;
	color: #fff;
	display: block;
	width: fit-content;
	margin: 40px auto !important;
	padding: 15px 40px;
	font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 110%;
	font-weight: bold;
	border-radius: 100px;
	}
	
.lv2 { line-height: 1.3; }



@media screen and (max-width: 900px) {

.lv4_num,
.lv4_num_nega { text-align: center; }

.lv4_num span,
.lv4_num_nega span {
	font-size: 90%;
	background: #e5024d;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
	width: fit-content;
}
}



/*============
  LIST
=============*/




/*============
  LINK
=============*/


	

/*============
  IMG
=============*/
.img100 { width: 100%; }
.bd_g { border: 1px solid #E1E1E1;}



/*============
  TABLE
=============*/
.table_normal,
.table_gray{
	border-collapse: collapse;
	margin-bottom: 40px;
}
.table_normal th {
	background:#084e76;
	color: #fff;
	text-align: center;
	border-top: #084e76 1px solid;
	border-bottom: #fff 1px solid;
	width: 30%;
}

.table_normal th,
.table_normal td {
	padding: 20px;
}

.table_normal td {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
}


.table_gray th {
	background: #E4E4E4;
	text-align: left;
	border-top: #084e76 1px solid;
	border-bottom: #fff 1px solid;
	width: 30%;
	border: #9A9A9A 1px solid;
}

.table_gray th,
.table_gray td {
	padding: 20px;
}

.table_gray td {
	border: #9A9A9A 1px solid;
}



@media screen and (max-width: 900px) {
.table_normal th,
.table_normal td,
.table_gray th,
.table_gray td{
	text-align: left;
	padding: 10px 0;
	display: block;
	width: 100%;
	border: none !important;
}

.table_normal th,
.table_gray th {
padding: 10px 20px;
}

}



/*============
  FOOTER
=============*/

footer{
	font-size: 80%;
    text-align: center;
}

footer article {
    margin-bottom:50px;
    line-height: 1.7;
}

#copyright {
    padding: 20px;
    background: #ef8200;
    color: #fff;
}




@media screen and (max-width: 1200px) {
#sec_logo {
    margin: 20px 0 15px 21px;
    transition: all 0.5s ease 0s;
	width: 60%;
}

.page_title {
    background: url(../img/bg_sec_title.jpg) no-repeat 100% 0;
    background-size: cover;
    padding: 40px 0;
}

.page_title h1 {
    width: 80%;
    margin: 0 auto;
    font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 140%;
}


}


@media screen and (max-width: 900px) {
.table_gray th,
.table_gray td{
	width: 100%;
	display: block;
	border: none;
}


footer{
	text-align: center;
	font-size: 80%;
	margin-bottom:0px;
}

.foot_link {
    position: fixed;
    bottom: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.foot_link a {
	display: block;
	padding: 20px 15px;
	box-sizing: border-box;
	font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:14px !important;
}

.foot_link a:nth-child(1) {
    background: #e91052 url(../img/icon_mail_w.png) no-repeat 10px 50%;
    color: #fff;
    padding-left: 47px;
	width: 53%;
}

.foot_link a:nth-child(2) {
	background:#000 url(../img/icon_tel_bottom.png) no-repeat 15px 50%;
	background-size: 25px;
    color: #fff;
    padding-left: 50px;
	width: 47%;
	}

.foot_link a:hover { text-decoration: none; }

}



/*============
  申し込みフォーム
=============*/

.form_box {
	margin:30px auto 20px;
    width: 70%;
     font-size: 90%;
}

.form-group {
	margin-bottom:10px;
	border-bottom:#CCCCCC 1px dashed;
    display: flex;
	flex-wrap: wrap;
}

label.entry {
	width:30%;
	text-align:right;
	padding:15px 20px 4px 5px;
}

input,select,textarea {
	border-radius:5px;
	border:#ddd 1px solid;
	padding:5px;
	margin-top:10px;
}

.form-control { width:50%;}

.input_box {
	width:70%;
	margin-bottom:10px;
}

#input-course,
#input-sex {

}

.control-label span { background:#e35d18; color: #fff; padding: 2px 5px; font-size: 80%; border-radius: 4px;}

.small_txt {
	font-size:80%;
	line-height:1.4 !important;
	margin-top:5px;
	}
	
.mfp {margin-top:5px; }

.btn_orange {
	border:#e35d18 4px solid;
    background: #e35d18;
	border-radius:25px;
	padding:10px 20px;
	font-size:90%;
	color:#fff !important;
	display:inline-block;
	margin:20px 0 30px ;
	cursor:pointer;
    transition : all 0.5s ease 0s;
	}

.btn_orange:hover {
	text-decoration:none;
	background:#c24d11;
	border:#c24d11 4px solid;
	color:#fff;
}


@media (max-width: 959px) {
.form_box {
	margin:30px auto 20px;
    width: 90%;
     font-size: 90%;
}

.form-group { border-bottom:none;}

label.entry {
	width:100%;
	text-align:left;
	padding:15px 20px 10px 5px;
    border-bottom:#CCCCCC 1px dashed;
    font-weight: bold;
}

.input_box {
	width:100%;
	margin-bottom:10px;
}
.form-control { width:100%;}




}



/*============
  ANIMATION
=============*/

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}



/*============
  KEY
=============*/
#top_key{
	background: url("../img/img_key.png") no-repeat 0 100%;
	background-size:cover;
    height: 85vh;
    position: relative;
}


#top_key h1 {
    position: absolute;
    bottom:50px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

#top_key h1 span {
    display:block;
    font-size: 280%;
	font-weight: bold;
    color: #fff;
    background: #ef8200;
    padding: 5px 15px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 5px 0;
}

#logo {
    width: 300px;
    margin: 30px;
    filter: drop-shadow(0 0px 3px rgba(255, 255, 255, .9));
}

@media (max-width: 959px) {
#top_key{ height: 50vh;}
#top_key h1 span { font-size: 230%; padding: 5px 10px; }
}

@media (max-width: 519px) {
#top_key h1 span { font-size: 130%; padding: 5px 10px; }
}


#about {  padding: 100px 20px;}
#about h2,
#different h2,
#service h2{ text-align: center;}

#about h2 img,
#different h2 img,
#service h2 img{
    text-align: center;
    display: block;
    margin:0 auto 15px;
}

#about article { 
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
    width: 70%;
    max-width: 1200px;
    margin: 40px auto;
    line-height: 1.4;
}

#about article h3 {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 25px;
}

#about article p { margin-bottom: 20px;}
#about article div:nth-child(1) { width: 50%;}
#about article div:nth-child(2) { width: 48%;}
#about article div:nth-child(2) img { width: 100%;}


@media (max-width: 959px) {
#about { padding: 80px 20px 50px;}
#about article { width: 90%;}
#about article div:nth-child(1) { width: 100%;}
#about article div:nth-child(2) { width: 100%;}
#about article div:nth-child(2) img {
    width: 70%;
    margin: 20px auto;
    display: block;
}
#about article h3 {
    font-size: 120%;
    text-align: center;
    }

}

@media (max-width: 519px) {
    #about article div:nth-child(2) img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
}



    
    


/* ------------  強み  ------------ */


#different { }
#different article { 
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
    width: 70%;
    max-width: 1200px;
    margin: 40px auto;
    line-height: 1.4;
}

#different article div {
    width: 48%;
    position: relative;
    border-radius: 20px;
    padding: 60px 30px 30px;
    margin: 70px 0;
}

#different article div p { font-size: 90%; line-height: 1.4; margin-bottom: 20px;}

#different article div:nth-child(1) { background:#dbdbdb; }
#different article div:nth-child(2) { background:#fff4b7; }
#different article div:nth-child(1) h3 {
    font-weight: bold;
    font-size: 100%;
    color: #323131;
    text-indent: -1em;
    margin-left: 1em;
}

#different article div h3:before { content: "●";}
#different article div:nth-child(2) h3 {
    font-weight: bold;
    font-size: 100%;
    color: #e67d00;
    text-indent: -1em;
    margin-left: 1em;
}


#tasha { 
    position: absolute;
    top:-50px;
    left: 10px;
}

#jisha { 
    position: absolute;
    top:-90px;
    right: 10px;
}

#jisha2 { 
    position: absolute;
    bottom:-30px;
   left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}


@media (max-width: 959px) {
#different article { width: 90%;}
#different article div { width: 100%;}
#different article div:nth-child(2) {padding: 60px 30px 100px;margin: 70px 0 140px; }
#jisha2 {
    position: absolute;
    bottom: -70px;
    left: 50%;
}
    
}

@media (max-width: 519px) {
#different h2 img { width:90%;}
#tasha {
    position: absolute;
    top: -50px;
    left: 22%;
}
}


#service {
    width: 90%;
    max-width: 700px;
    margin: 40px auto;
    line-height: 1.4;
}
#service h2 { margin-bottom: 60px;}
#service article  {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    margin: 20px 0;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
}

#service article span  { display: block;  width:12%;}
#service article span img  { width:110%;}
#service article div  { width:85%; padding-right: 20px; }
#service article div h3 { font-size: 110%; font-weight: bold;}
#service article div p { line-height: 1.4; }


@media (max-width: 519px) {
#service article span {
    display: block;
    width: 100%;
}
    
#service article span img {
    width: 25%;
    margin: 0 auto 20px;
    display: block;
}
#service article div {
    width: 100%;
    padding-right: 0px;
}
#service article div h3 { text-align: center;}   
    
}





#contact { 
    background: url("../img/bg_contact.jpg") no-repeat 0 100%;
    background-size: cover;
    padding: 100px 20px 140px;
    text-align: center;
    }
    
#contact h2 img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

#contact p span { font-size: 90%;}
@media (max-width: 959px) {
#contact { 
    background: url("../img/bg_contact_tab.png") no-repeat 0 100%;
    background-size: cover;
    padding: 210px 20px 160px;
    text-align: center;
    }  
    
}
@media (max-width: 519px) {
#contact {
    background: url(../img/bg_contact_sp.png) no-repeat 0 100%;
    background-size: cover;
    padding: 170px 20px 40px;
    height: 70vh;
}
}


.btn,
a.btn,
button.btn {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-top: 20px;
}


a.btn-gradient {
  font-weight: normal;
  border-radius: 100vh;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #ef8200),
    to(#e5c400)
  );
  background-image: -webkit-linear-gradient(left, #ef8200 40%, #e5c400 100%);
  background-image: linear-gradient(90deg, #ef8200 40%, #e5c400 100%);
}
a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    border-radius: 100vh;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ef8200),
    color-stop(#e5c400),
    to(#2b86c5)
  );
  background-image: -webkit-linear-gradient(left,  #e5c400, #ef8200);
  background-image: linear-gradient(90deg, #e5c400, #ef8200);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}







