@charset "utf-8";
/* レイアウトのためのCSS 


青01 #2e86de  rgba(46, 134, 222, 1)
青03 #56a6ff　rgba(86, 166, 255, 1)
青04 #b8e7ff　rgba(184, 231, 255, 1)

*/






body{
    font-family:'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	
	color: #333;
	font-size: 62.5%;
	line-height:1.85;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; */
	word-wrap: break-word;
}



*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

/*スマホのみ電話*/
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}


/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #2e86de;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 1px solid #fff;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}




/* heading */

h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    position: absolute;
    top: 10%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
}

h1 img {
	width: 350px;
}



h1 a{
    display: block;
}

h2{
    
    font-size: 2.6rem;
	color: #2e86de;
	
    margin:0 0 100px 0;
}

p.en-title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 100px;
	font-size: 3.5rem;
	color: #b6b1b5;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.15em;
	font-weight: 600;
}



/* lead */

.top-lead{
	
    text-align: center;
    font-weight: bold;
	color: #2e86de;
	padding-top: 300px;
	font-size: 2.5em;
}


.top-lead span.bgLRextend::before{
    background:#2e86de;
}



/* main-area */

#main-area{
    width:100%;
    margin:0 auto;
    padding: 100px 0 0 0; 
}



.bx-wrapper{
    box-shadow:none;
    border:none;
}



/* service */



#service #srvice-box{
   
    margin:0 0 200px 0;
}

#service #workshop-box{
   
    margin:0 0 200px 0;
}

#about{
   
    margin:0 0 0 0;
}


#service .service-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0;
}

#service #workshop-box .service-area{
   margin-bottom: 30px;
}


/*1目は左右を逆に*/
/*#service .service-area::first-child{
     flex-direction: row-reverse;
}*/


/*背景グレー*/

#service .service-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 43em;
    background:#f3f3f3;
    right:15%;
    top:30%;
    z-index: -1;
}




#service .service-area .img{
    width:50%;
}




#service .service-area .title-box {
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 5;
}
#service .service-area #workshop.title-box {
	position: absolute;
	left: 40%;
	text-align: right;
	top: 5%;
	z-index: 5;
	width: 60%;
	padding-right: 5%;
	
}
#service .service-area .title-box p{
	font-size: 1rem;
	color:#2e86de;
	
}

#service .service-area #workshop.title-box p,
#service .service-area #workshop.title-box h2{
	padding-right: 0;
}

#service .service-area .title-box p::before {
            background-color: #2e86de; /* 線の色 */
  top: 33px;
  content: "";
  height: 5px; /* 線の高さ */
  left: 0; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(0%); /* 線の中央寄せ */
  width: 150%; /* 線の長さ */
        }

#service .service-area #workshop.title-box p::before {
	width: 100%;
}

#service .service-area .content{
    width:45%;
    top:-10px;
	
    opacity: 1;
    z-index: 1;
}


#service .service-area .content-area{
    padding:200px 40px 40px 11%;   
}

#service .service-area .content-area h3{
     line-height: 1.7;
    font-size: 1.2rem;
    margin: 0 0 20px 0;
}



#service .service-area .content-area p{
     margin:0 0 30px 0;
	font-size: 1.0rem;
}

/**/

#srvice-box .left-box {
	width: 60%;
	min-width: 300px;
	margin: 0 auto 0 10%;
}



#srvice-box .left-box dl {
	background: rgba(184, 231, 255, 0.5);
	margin-bottom: 40px;
	position: relative;
	padding: 25px;
}

#srvice-box .left-box dl dt{
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #2e86de;
}

#srvice-box .left-box dl dt span{
	font-size: 2.3rem;
	font-weight: 600;
	color: #2e86de;
	position: absolute;
	top: -35px;
	left: 5px;
}

#srvice-box .left-box dl dd{
	font-size: 0.9rem;
	
}




/*workshopカード*/

.l-wrapper_01 {
  margin: 1rem auto;
  width: 70%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	
}



.card_01 {
width: 29%;
 margin-right:4%;
  color: #212121;

	
}

.card_01:last-child {
  
	margin-right: 0;
}

.card__header_01 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_01 {
  padding: 1rem 0 0;
  font-size: 1.1rem;
	color: #666;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
	line-height: 1.4;

}




.card__body_01 {
 
}

.card__text_01 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__text2_01 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}



.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
	font-size: 1.1rem;
	padding: 0.3em 1em;
	position: relative;
}

.button_01 a {

	
}

.button_01.-compact {
 
  color: #2e86de;
  font-weight: bold;
	text-decoration: none;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #b8e7ff;
}


.button_01::before {
            background-color: #2e86de; /* 線の色 */
  bottom: -5px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 80px; /* 線の長さ */
        }















/* about */


#about h2{
    text-align: center;
    color:#2e86de;
    margin:-100px 0 100px 0;
	font-size: 1.5rem;
}

/*@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}*/

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 25px 0;
    padding: 0 0 25px 0;
	font-size: 0.9rem;
	color: #666;
}

#about .about-list li:first-child {
	border-top: 1px solid #ccc;
	padding-top: 25px;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:20%;
    padding: 0 0 0 40px;
}



#about .about-list dd{
    width:75%;
}
#about .about-list dd p {
	font-weight: 600;
	margin-top: 10px;
}

#about .about-list dd p:first-child {
	margin-top: 0;
}

/*iframe*/
.iframewrap {    
    width: 100%;
	margin: 100px auto 0 auto; 
}

.iframewrap iframe {
    width: 100%;
    height: 350px;
	vertical-align: bottom;
}









/* footer */

#footer #network-box {
	background: #f5f5f7;
	padding: 50px 0 50px 0;
	
}

#footer #network-box dt {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #666;
}

#footer #network-box dd ul {
	display: flex;
	justify-content: center;
}
#footer #network-box dd ul li,
#footer #network-box dd ul li a{
	font-size: 1rem;
	display: block;
	color: #2e86de;
	margin-left: 1em;
}
#footer #network-box dd ul li a:hover{
	font-weight: 600;
}

#footer #network-box dd ul li a:before {
content: "\f39c";
font-family: ionicons;
font-size: 1.1rem;
	padding-right: 0.5em;
	
}

#footer{
    background: #fff;
    position: relative;

	text-align: center;
    
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.15em;
   text-align: left;
    color: #fff;font-size: 1.2rem;
}
#footer .footer-logo span{
    display: block;
	font-size: 0.6rem;
}

#footer .footer-add{
  text-align: left;
    letter-spacing: 0.15em;
	font-size: 1.0rem;
}

#footer .footer-add a{
  color: #fff;
	text-decoration: none;
}

#footer .footer-add span{
  display: block;
    letter-spacing: 0.10em;
	font-size: 1.5rem;
	font-weight: 600
}

#footer #name-box {
	background: #2e86de;
	padding: 70px 0 30px 0;
	
}
#footer #name-boxinn {
	width: 80%;
	margin: 0 auto 0 auto;
}

#footer #name-boxinn .splits{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 70px;
}

#footer #name-box small{
    color: #fff;
}



/*ページ*/



body.page #header p {
	    text-transform: uppercase;
   
    font-size: 2.5rem;
    color: #b6b1b5;
    font-family: Arial, Helvetica, "sans-serif";
    letter-spacing: 0.05em;
	margin: 3% 3% 100px 3%;
	line-height: 1.1;
	border-bottom: 1px solid #b6b1b5;
	padding-bottom: 30px;
}

body.page #header p span {
	font-size: 1.1rem;
	color: #2e86de;
	display: block;
	font-weight: 600;
}

body.page {
	background: #f5f5f7;
}

body.page #container section {
	width: 80%;
	margin: 0 auto 100px auto;
}

body.page section h1 {
	font-size: 2.5rem;
	text-align: center;
	position: static;
	color: #2e86de;
	margin-bottom: 50px;
	line-height: 1.4;
}
body.page section p {
	font-size: 0.875rem;
	text-align: center;
	
}
body.page section .splits {
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px 0;
}

body.page section .splits figure {
	width: 60%;
}

body.page section .splits p {
	width: 35%;
	font-size: 1rem;
	text-align: left;
	font-weight: 600;
	line-height: 2;
}

body.page section dl.body {
	margin-bottom: 30px;
}
body.page section dl.body dt {
	font-size: 1.1rem;
	font-weight: 600;
	color: #2e86de;
}
body.page section dl.body dd {
	font-size: 1.0rem;
	
}





table {
  width: 100%;
  font-size: 0.857rem;
  margin: 0 auto 50px auto; }

#kaigo table {
	margin-bottom: 100px;
}

table th, table td {
  border: 1px solid #cccccc;
  padding: 7px 10px; }

/*両側のライン取る*/
table th:first-child, table td:first-child {
  border-left: none; }

table th:last-child, table td:last-child {
  border-right: none; }

table th {
  vertical-align: middle;
  font-weight: bold;
  color: #555555;
  padding: 7px 5px; }

table td, table th {
  text-align: left; }

td.bold {
	font-weight: 600;}

th {
background-color: rgb(241, 243, 227);
}
td {
    background-color: rgb(245, 245, 245);
}


#about.page .about-list
{
    width: 100%!important;
    margin: 0 auto!important;
	max-width: 100%!important;
}

#about.page p {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 10px;
}


/**/

body.page #footer #name-box
 {
    background: #2e86de;
    padding: 50px 0 30px 0;
}

body.page #footer .footer-logo
 {
    
    font-size: 1.0rem;
	 margin-bottom: 30px;
}

body.page #footer .footer-add span
 {
    
    font-size: 1.1rem;
    font-weight: 600;
}


body.page #footer #name-boxinn .splits
 {
    display:block;
     margin-bottom: 30px;
}



/*検定*/

#kentei dl.body a {
	display: block;
	color: #2e86de;
}

#kentei dl.body a:before {
	content: "\f3d6";
font-family: ionicons;
font-size: 1.2rem;
padding-right: 0.5em;
}

#kentei dl.body a:hover {
	color: #56a6ff;
}



#kentei .about-list {
	background: #b8e7ff;
}
#kentei .about-list dt{
	font-weight: 600;
	color: #2e86de;
	font-size: 1.3rem;
}

#kentei .about-list li:first-child {
    border-top: none;
   
}

#kentei .about-list li
 {
    border-bottom: 1px solid #fff;
   padding-right: 20px;
}

