@charset "UTF-8";
*{
	box-sizing:border-box;
	font-feature-settings: "palt";
	text-justify:inter-ideograph;
	letter-spacing:0.05em;
}
html {
        font-size: 100%;
}
body{
background:url("img/body_bk.png") repeat-y center top;
margin:0;
padding:0;
color: #111;
/*font-size:18px;*/
font-size: 1.2rem; 
line-height:2;
font-family: 'Noto Sans JP', sans-serif;
font-weight:400;
}

img {max-width:100%; /*height:auto;*/}
address{
background-color:#333;
color:#FFF;
}

a{	color:skyblue;
	text-decoration:underline}
address{
	font-size:.8rem;
	padding:0.75rem;
	text-align:center;}
p{margin-top:0;margin-bottom:1em;}

.fontgo{/*
	font-family: 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;*/
}
.law{text-align:center;}

.container{
	margin:0 auto;
}
.pcnone{	display:none;}


/* sec_1 ================================= */
.sec_1{	}
.sec_1 .container{
	max-width:1000px;margin:0 auto;
	padding:8rem 10px;
}
.sec_1 h1 span.header_copy{
	font-size:1.5rem;
	display:inline-block;
	border:1px solid #FFF;
	padding:10px 4rem;
	max-width:800px;
	margin:0 auto 1rem;
	font-weight:400;
}
.sec_1 h1{
	text-align:center;
	color:#FFF;
	font-size:4.5rem;
	font-weight:700;
	line-height:1.2;
}
.sec_header{
	background:url(img/header_bk.jpg) no-repeat center center;
	background-size:cover;
}
p.schedule{
	margin:20px 0 0;
	color:#ffff51;
	font-size:2rem;
	text-align:center;
}
.sec_1_onlinecopy{
	background:#4bcba7;
	color:#FFF;
	display: inline-block;
	margin:-60px  auto 0;

	transform: skewX(-10deg);
	padding: .8em 1.7em;
	font-size: 1.6rem;
	font-weight:700;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
}
.sec_1_onlinecopy p{
	display:inline-block;
	transform: skewX(10deg);
	line-height:1.3;
	margin-bottom:0;
	z-index:3;
}
.sec_1_onlinecopy p strong{font-size:130%;font-weight:normal;}
.sec1_txt{
	max-width:800px;margin:30px auto;
}

/* sec_2 ================================= */
.sec_2{
	position:relative;
	background:#f2f5fa;
	padding-bottom:100px;
}
.sec_2_profile{display:flex;align-items:center;background:#333;    border-bottom: 120px solid #4BCBA7;}
.sec_2_photo{z-index:1; width:55%;background:url(img/profile.jpg)no-repeat center center;background-size:cover;height:500px;}
.sec_2_name{
	width: calc(45% - ((100vw - 800px)/2));display: flex;    
	justify-content: flex-end;}
.sec_2_message{
	position:relative;
	background:#FFF;
	max-width:800px;
	margin: -200px auto 0;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
	z-index:4;
	padding:50px;
}
.sec_2_message p {line-height:2;font-size:1.1rem}
.sec_2_message strong {color:#e91e63;}
.sec_2_message em {color:#000;font-weight:bold;text-decoration:underline;}

/* sec_3 ================================= */
.sec_3{
	padding:70px 0;
	background:url(img/arrow_btm.png) no-repeat center bottom;
	margin-bottom:50px;
}
.sec_3 .ikou {
	max-width:800px;margin:0 auto;
	display:flex;
	align-items:center;
}
.sec_3 .ikou img{
	width:351px;height:auto;
}
.sec_3 .ikou_title{
	font-size:1.5rem;
	line-height:1.5;
	padding-left:50px;
}
.sec_3 .ikou_title p{margin:25px 0 0; font-size:1rem;}
.sec_3 .container {
	margin:50px auto;
	max-width:800px;
}

.sec_3 .container ul{
	margin:30px 0;
}
.sec_3 .container ul li{
	font-weight:500;
	font-size:110%;
	padding-left:1.5rem;
	background:url(img/check_bk_2x.png) no-repeat left 0.9rem;
	background-size:1.2rem 1.2rem;
}

/* sec_4 ================================= */
.sec_4{
	background:url(img/bk1.jpg) no-repeat center center;
	background-size:cover;
	padding-bottom:100px;
}
.sec_4 h2 {
	text-align:center;
	font-size:2.5rem;
	font-weight:700;
	color:#FFF;
	background:#4bcba7;
	padding:2rem 0;
	position:relative;
}
.sec_4 .container{
	background:#FFF;
	max-width:800px;margin:70px auto 0;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
	border:5px solid #FFF;
}
.sec_4 p{
	padding: 1em 50px 2em;
}
.sec_4 .photocom {margin-top:-50px;}
.sec_4 .photocom img {height:auto;}
.sec_4 h3{
	background:#eaf9f5;
	padding: 20px 50px;
	line-height:1.5;
	font-size:1.6rem;
	font-weight:500;
}
.sec_4 h2:after{  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4bcba7 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.sec_4 h3 span{
	font-size:1.2rem;
	color:#4bcba7;
}

/* sec_5 ================================= */
.sec_5{}
.sec_5 .voice{
	background:#4bcba7;	
}
.sec_5 h2 {
	background:url(img/voice.png) no-repeat left center;
	max-width:800px;margin:0 auto;
	font-size:1.5rem;
	font-weight:700;
	color:#FFF;
	padding:2.5rem 0 2.5rem 120px;
	position:relative;
}

.sec_5 .container {
	max-width:800px;margin:50px auto 100px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top:100px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* sec_6 ================================= */
.sec_6{background:#4bcba7;
	padding-bottom:100px;
    background:-webkit-gradient(linear, left top, left bottom, from(#4bcba7), to(#4BCBD1));
    background:-webkit-linear-gradient(top, #4bcba7, #4BCBD1);
    background:-moz-linear-gradient(top, #4bcba7, #4BCBD1);
    background:-o-linear-gradient(top, #4bcba7, #4BCBD1);
    background:linear-gradient(#4bcba7, #4BCBD1);
}

.sec_6 h2{
	text-align:center;
	font-size:2.5rem;
	font-weight:700;
	color:#FFF;
	background:#4bcba7;
	padding:3rem 0 2.5rem;
}
.sec_6 .container{
	background: #FFF;
    max-width: 800px;
    margin: 0px auto;
	padding:50px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
    border: 5px solid #FFF;
}

.sec_6 .container h3{
	font-size:2rem;
	font-weight:400;
	margin:0 0 30px;
	border-bottom:1px solid #4bcba7;
}
.sec_6 .container ul{
	margin-bottom:50px;
}
.sec_6 .container ul li{
	font-size:1.1rem;
	margin-bottom:0.75rem;
	padding-left: 1.5rem; 
    text-indent: -1.5rem;	
}

.sec_6 .container ul li strong{
color:#e91e63;

}
.sec_6 .container ul li:before{
	content: "●";
    color: #81dbc1;
	font-size:0.5rem;
	padding-right:0.5rem;
}

/* sec_7 ================================= */

.sec_7 .container{
	text-align:center;
	margin:30px auto 50px;
}
.sec_7 h2{
	text-align:center;
	font-size:2.5rem;
	font-weight:700;
	padding:3rem 0 2.5rem;
	line-height:1.5;
}
.sec_7 .present{}
.sec_7 .present p{margin:0}

/* sec_8 ================================= */

.sec_8{}
.sec_8 .container{
    max-width: 800px;
    margin: 0 auto;
	text-align:center;
}
.sec_8 h2{
	font-weight:400;
	padding:0.5rem 0;
	margin:0 0 30px;
	text-align:center;
	background:#f2f2f2
}
.sec_8 .marker{
	background:#FFFF00;
	font-weight:400;
	font-size:2rem;
}
.sec_8 .kakaku{
	max-width:560px;
	margin:50px auto 20px;
	font-size:1.5rem;
}
.sec_8 .kakaku tr.header th{background:#4bcba7;color:#FFF;border:2px solid #FFF;padding:10px 5px}
.sec_8 .kakaku th{background:#bdeddf;border:2px solid #FFF;font-weight:400;padding:5px}
.sec_8 .kakaku td{background:#f2f5fa;border:2px solid #FFF;padding:5px}

.sec_8 .chui{
	max-width:560px;
	margin:0 auto;
	text-align:left;
	font-size:1rem;
}
.sec_8 .zei{
	max-width:560px;
	margin:0 auto 1em ;
	text-align:right;
	font-size:0.8rem;
}
.sanka{
	text-align:center;
	margin:30px 0 50px;
}
.sanka img:hover{opacity:0.8;transition:.3s;}
.sanka img{transition: .3s;height:auto;}

.sec_8 .joken{
	max-width:800px;
	margin:0 auto 80px;
	font-size:1rem;
}
.sec_8 .joken th{background:#f2f2f2;border:1px solid #cccccc;font-weight:700;padding:10px;vertical-align:middle;}
.sec_8 .joken td{text-align:left;background:#FFF;border:1px solid #cccccc;padding:10px 30px}



/* sec_9 ================================= */

.sec_9{
background: url(img/bk2.jpg) no-repeat center center;
    background-size: cover;
	padding-bottom:30px;
	margin-bottom:50px;
}
.sec_9 .container{
    background: #FFF;
    max-width: 800px;
    margin: 70px auto;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
    border: 5px solid #FFF;
	padding:50px;
}
.sec_9 h2{text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFF;
    background: #4bcba7;
    padding: 2rem 0;
    position: relative;
}
.sec_9 h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #4bcba7 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
.sec_9 strong{ color:#e91e63;}
.sec_9 em{ font-weight:bold;text-decoration:underline;}


.tokusyoho{
    background: #4BCBA7;
    padding-bottom: 100px;
}
.tokusyoho h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    background: #4BCBA7;
    padding: 3rem 0 2.5rem;
}
.tokusyoho .container {
    background: #FFF;
    max-width: 800px;
    margin: 0px auto;
    padding: 50px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
    border: 5px solid #FFF;
}
.tokusyoho table {border-top:1px solid #CCC;
    font-size: 1rem;}
.tokusyoho table th{background:#EFEFEF;padding:1rem 0.5rem;white-space:nowrap;border-bottom:1px solid #CCC;}
.tokusyoho table td{padding:1rem ;border-bottom:1px solid #CCC;}

.tokusyoho ul{
	list-style:circle;
	margin-left:2rem;
}
.tokusyoho h3{
	margin-top:2rem;
}

/* sec_onlinezoom ================================= */

.sec_onlinezoom{
	margin-bottom:30px;
}
.sec_onlinezoom h2{
background:none;
color:#000;
font-size:1.5rem;
position:relative;
}
.sec_onlinezoom h2::after{
    bottom: 0;
    content: "";
    border-bottom: 3px solid #4bcbc4;
    position: absolute;
    left: 50%;
    height: 1px;
    width: 100px;
    margin-bottom: 25px;
    transform: translateX(-50%);
}

.sec_onlinezoom .zoom{
margin-top:30px;
}

/* sec_thx ================================= */
.sec_thx{
max-width: 800px;
    margin: 50px auto 50px;
    text-align: center;
    border: 1px solid #4BCBA7;
    background: #FFF;
    box-shadow: 0px 0px 8px #a4d4c7;
padding-bottom: 0.5em;
}
.sec_thx h2{
	color:#FFF;
	margin-bottom:20px;
	padding:25px 10px;
	background:#4BCBA7;
}
.sec_thx h2 span{
	line-height:1;
}
.mb{	display:block;	}
.thx{
	padding:10px;
	background:#edfffa;
}
/*  ===  スマホ版 ======================================= */

@media screen and (max-width: 800px){
html { font-size: 62.5%;   }
body{font-size:1.4rem;}
.pcnone{	display:block;	}
.mb{	display:none;	}
.sec_1 .container {
    padding: 3rem 10px 5rem;
}
.sec_1 h1 span.header_copy{
	padding:10px 1.5rem;
}
.sec_1 h1 {
    font-size: 2.5rem;
}
p.schedule {
    margin: 10px 0 0;
    font-size: 1.5rem;
}
.sec_1_onlinecopy {
    font-size: 1.4rem;
}
.sec1_txt {
    margin: 20px auto;padding:0 15px;
}
.sec_2{padding-bottom:30px;}
.sec_2_profile{flex-direction:column;background:none;}
.sec_2_photo{width:100%;height:300px;}
.sec_2_name{display:none;}
.sec_2_message{padding:10px;margin: -110px 10px 0}
.sec_2_message p {font-size:1.4rem}
.sec_3{padding:30px 20px;margin-bottom:30px;}
.sec_3 .ikou img{width:100px;}
.sec_3 .ikou_title {
    font-size: 1.2rem;
	font-weight:700;
    padding-left: 20px;}
.sec_3 .container {
    margin: 20px auto;
}
.sec_4{padding-bottom:20px}
.sec_4 .container {
    margin: 30px 10px 0;
}
.sec_4 h2{font-size:1.8rem;}
.sec_4 h3 {
    padding: 10px 10px;
    font-size: 1.7rem;
}
.sec_4 p {    padding: 1em 10px 1em;}
.sec_5 h2 {
    background: url(img/voice.png) no-repeat 15px center;
	background-size:70px auto;
    padding: 1rem 20px 1rem 100px;
    position: relative;
	line-height:1.5;
}
.sec_5 .container {
    margin: 20px 20px;
}
.youtube{margin-top: 20px;}
.sec_6 h2 {
    font-size: 1.8rem;
    padding: 2rem 0;
}
.sec_6 .container h3{
	margin-bottom:20px}
.sec_6{padding-bottom:20px;}
.sec_6 .container{margin:0 10px;padding:10px;}
.sec_6 .container ul {    margin-bottom: 20px;}
.sec_6 .container ul li{       font-size: 1.4rem;}
.sec_7 .container {    margin: 20px auto;}
.sec_7 .present p{margin-bottom:0;}

.sec_8 .kakaku{margin-top:0;}
.sanka {	text-align:center;
    margin: 20px auto 20px;
}
.kakaku{width:90%;}
.sec_8 .chui {    max-width: 90%;font-size:1.2rem;}
.sec_8 .joken {font-size:1.4rem; width: 90%;margin-bottom:30px}
.sec_8 .joken th{display:block;width:100%;    padding: 10px 10px;}
.sec_8 .joken td{display:block;width:100%;    padding: 10px 10px;margin-bottom:2px;border-top:none;}
.sec_9{margin-bottom:20px;padding-bottom:5px;}
.sec_9 .container {
	border:none;
    margin: 30px 10px 20px;
    padding: 10px;
}

.tokusyoho h2 {
    font-size: 1.8rem;
    padding: 2rem 0;
}
.tokusyoho{padding-bottom:20px;}
.tokusyoho .container{margin:0 10px;padding:10px;}

.sec_onlinezoom{
	padding:0 0px 0px;
	margin:0 -10px -10px;
}
.sec_onlinezoom h2 {
    font-size: 1.8rem;
}
.sec_thx{
	text-align:left;
	font-size:1.2rem;
	margin: 10px;
}
.sec_thx h2{
	text-align:center;
	padding:15px 10px;

}
.sec_onlinezoom h2::after{

    margin-bottom: 5px;
}
.sec_onlinezoom .zoom{
	margin-bottom:0;
}
.sec_thx p{
	padding:0 10px 1em;
}
.thx{
	padding:10px;
}

}