@charset "UTF-8";
html,body,#body_inner,.container{
	height:100%;
}
video {
    max-width: 100%;
    height: auto;
}
/*--- トップページ用ヘッダー ---*/
body.home #header{
	/* position:absolute; */
	left:0;
	right:0;
}
.sec{
}
.sec_h{
	height: 600px;
	background: center no-repeat #FFF;
	background-attachment:fixed;
	background-size: cover;
	position: relative;
}
.iOS .sec_h{
	background-attachment:inherit;
}
.sech_inner{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right: 0;
	background: url(../images/bg_2.png) 0 0 ;
}
.sec_bg{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right: 0;
	background: url(../images/cover.png) center no-repeat #000;
	background-attachment:fixed;
	background-size: cover;
}
.iOS .sec_bg{
	background-attachment:inherit;
}
.sec h2{
	margin: 0px;
	text-align: left;
}
h3.toph3 {
	color: #006a90;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	margin-top: 50px;
}
.sec .sec_tit{
	position: absolute;
	left: 50%;
	top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-weight: 200;
	font-size: 175%;
	padding:40px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 4px 20px rgba(27,80,109,0.3);
}
.sec .sec_tit .top_x{
	display: block;
	background: url(../images/icon_top_x.png) center no-repeat;
	background-size: 30px;
	height: 50px;
}
.sec p{
	line-height: 2.5;
	text-align: left;
	text-align: justify;
	word-break: break-all;
	color: #adadad;
	/* color: rgba(255,255,255,0.7); */
}
.top_text{
	max-width: 950px;
    font-size: 110%;
	margin: 0 auto;
	text-align: center;
	padding: 46px 0 40px;
	line-height: 2.3;
    font-weight: 300;
}
.top_text strong{
	color: #006a90;
	font-weight: 500;
}
.tsume_mae{
	display:inline-block;
	text-indent: -0.4em;
}
.tsume_ato{
	letter-spacing: -0.4em;
}

.txtS {
	font-size: 19px;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	body{
		font-size:13px;
	}
	img{
		max-width:100%;
		height:auto;
	}
	.sec_h{
		max-height: 400px;
		background-attachment:initial;
	}
	.sec_bg{
		max-height: 400px;
		background-attachment:initial;
	}
	.sec h2{
	}
	h3.toph3 {
	font-size: 25px;
	margin-top: 40px;
}
	.sec .sec_tit{
		position: absolute;
		left: 50%;
		right: auto;
		top: 50%;
		text-align: center;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		margin:0;
		padding: 20px 24px;
		width: auto;
		min-width: 0;
		font-size: 150%;
        font-weight: 200;
	}
	.sec p{
		line-height: 1.9;
		font-size:96%
	}
	.top_text{
		width:82%;
        font-size: 120%;
		text-align:justify;
		padding:26px 0;
		box-sizing:border-box;
	}
}



/*-----------------------------------------------------------------------------* news */
#news{
	background: #f5f4f1;
	/* height:120px; */
	padding: 40px 30px;
}
#news .sec_content{
	text-align: center;
	max-width: 800px;
	position:relative;
	border:rgba(0,0,0,0.2) 1px solid;
	border-width: 0 1px;
	padding:0;
    max-width: 800px;
    margin: 0 auto;
}

#news #top_news_body{
	display:block;
	text-align:left;
	vertical-align:top;
	color: #ccc;
	margin-left:24%;
	border-left:rgba(0,0,0,0.2) 1px solid;
	padding:5px 10px 5px 5%;
}
#news .news-date{
	padding:0 0.5em 0 0;
	color: #5574b5;
	font-size: 90%;
}
#news #top_news_body a,#news #top_news_body p{
	display:block;
	padding: 7px 0 7px;
	font-size: 16px;
    font-weight: 300;
}
#news #top_news_body p{
	color: #666;
	line-height: 1.5;
}
#news #top_news_body a:hover{
	text-decoration:underline;

}

#news #top_news_body .date{
	display:inline-block;
	margin-right:5px;
	color:#999;
}

#news #top_news_btn{
	display:block;
	margin:-15px 0 0;
	vertical-align: top;
	position:absolute;
	left:5%;
	top:50%;
	width:14%;
}
#news #top_news_btn h2{
	text-align:center;
	font-weight:normal;
	margin: 0;
	font-size: 13px;
	padding: 0 0 3px;
	letter-spacing: 2px;
}
#news #btn_fb{
	background:url(../images/btn_fb.png) center center no-repeat;
	background-size: auto 30px;
	padding: 40px 70px;
	border-left: #5c5a59 1px solid;
	border-right: #5c5a59 1px solid;
	display: block;
}
#news #btn_fb span{
	visibility:hidden;
}


@media screen and (max-width:767px) {
	#news{
		height: auto;
		padding:0;
	}
	#news.top_sec{
		margin-bottom:0;
	}
	#news .sec_content{
		padding:12px;
		border: none;
	}
	#news.top_sec .top_sec_inner{
	}
	#news #top_news_body{
		width:auto;
		max-width:none;
		height:auto;
		padding:0;
		margin-left: 0;
		border: none;
	}
	#news #top_news_body .date{
		margin-right:5px;
		font-size:12px;
	}
	#news #top_news_body h3{
		display:inline;
		font-size:12px;
	}
	#news #top_news_body a,#news #top_news_body p{
		margin: 0;
		line-height:1.5;
		font-size:16px;
		border-top: rgba(0,0,0,0.3) 1px dotted;
	}
	#news #top_news_btn{
	position: static;
	text-align: center;
	margin: 0 auto;
	width: auto;
	letter-spacing: 3px;
	}
}


/*-----------------------------------------------------------------------------* sec */

#sec2{
	background-image: url(../images/top_first.jpg);
}

#sec3{
	background-image: url(../images/top_second.jpg);
}
#sec4{
	background-image: url(../images/top_third.jpg);
	margin-top: 40px;
}
#sec5{
	background-image: url(../images/top_main.jpg);
	max-height: none;
}

#sec3 .sec_tit {
    font-size: 185%;
    text-align: left;
    letter-spacing: 4px;
    padding: 50px 35px;
    width: 50%;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(107, 157, 195, 0.3);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    text-align: right;
	color: #006a90;
}
#sec3 .sec_tit strong, #sec4 .sec_tit strong{
	color:#006a90;
	font-weight: 300;
}
#sec4 .sec_tit {
  position: absolute;
  top: 50%;
  left: inherit;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  line-height: 1.8;
  padding: 60px 35px;
  width: 50%;
  margin: 0;
  box-shadow: 0 4px 20px rgba(56,96,30,0.3);
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
	#sec2 .sec_tit span{
		white-space:nowrap;

	}
	.sec .sec_tit .top_x{background-size: 20px;height: 30px;}

	#sec3{
		margin-top:26px;		
	}
	#sec3 .sec_tit{
		text-align: right;
		font-size: 150%;
		letter-spacing: 1px;
		position: absolute;
		left: 0;
		right: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin:0;
		padding: 20px 24px;
		width: auto;
		min-width: 0;
	}
	#sec4{
		margin-top:26px;		
	}
	#sec4 .sec_tit{
		text-align: left;
		font-size: 150%;
		letter-spacing: 1px;
		position: absolute;
		right: 0;
		left: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin:0;
		padding: 20px 24px;
		width: auto;
		min-width: 0;
	}
	
}

#top_form_btn{
	display: block;
	margin: 30px auto 0px;
	max-width: 400px;
}

.panels{
	background: none;
	padding: 0;
	margin: 0 auto;
}
.home .panel{
	width: 350px;
	background:url(../images/top_bnr_1.jpg) center no-repeat #fff;
}
.home .panel_link{
	height: auto;
    padding-top: 297px;
}
.home .panel_title {
    padding: 10px 0;
    font-weight: 200;
}
.home #pan_ortho1{
	background: rgb(45 183 189 / 20%) url(../images/top_bnr_3n.jpg);
background-blend-mode: color-burn;
background-size: 100% auto;
}
.home #pan_ortho2{
	background: rgb(22 174 218 / 12%) url(../images/top_bnr_2n.jpg);
background-blend-mode: color-burn;
background-size: 100% auto;
}
.home #pan_ortho3{
	background-image:url(../images/top_bnr_6.jpg);
	background-size: 100% auto;
}
.home #pan_ortho4{
	background: rgb(202 171 37 / 23%) url(../images/top_bnr_4n.jpg);
background-blend-mode: color-burn;
background-size: 100% auto;
}
.home #pan_ortho5{
	background: rgb(19 140 192 / 11%) url(../images/top_bnr_1n.jpg);
background-blend-mode: color-burn;
background-size: 100% auto;
}
.home #pan_ortho6{
	background: rgb(119 120 145 / 10%) url(../images/top_bnr_5n.jpg);
background-blend-mode: color-burn;
background-size: 100% auto;
}

.home #pan_ortho7{
	background-image:url(../images/top_bnr_7.jpg);
	background-size: 100% auto;
}
.home #pan_ortho7_2{
	background-image: url(../images/top_bnr_7_2n.jpg);
background-size: 100% auto;
}
.home #pan_ortho8{
    background-image: url("../images/top_bnr_8n.jpg");
    background-size: 100% auto;
}
.home #pan_ortho9{
	background-image:url(../images/top_bnr_9.jpg);
	background-size: 100% auto;
}
.home #pan_ortho10{
	background: rgb(171 195 128 / 23%) url(../images/top_bnr_6n.jpg);
background-blend-mode: color-burn;
background-size: 100% auto;
}
.home #pan_ortho1 .panel_title{
	background-color: rgba(45, 183, 189, 0.6);
}
.home #pan_ortho2 .panel_title{
	background-color: rgba(64, 182, 217, 0.8);
}
.home #pan_ortho3 .panel_title{
	background-color: rgba(171,195,128,0.5);
}
.home #pan_ortho4 .panel_title{
	background-color: rgba(213,166,13,0.5);
}
.home #pan_ortho5 .panel_title{
	background-color: rgba(0,73,104,0.5);
}
.home #pan_ortho6 .panel_title{
	background-color: rgba(119,120,145,0.5);
}
.home #pan_ortho7 .panel_title{
	background-color: rgba(0,0,0,0.3);
}
.home #pan_ortho7_2 .panel_title{
	background-color: rgba(0,0,0,0.3);
}
.home #pan_ortho8 .panel_title{
	background-color: rgba(0,0,0,0.3);
}
.home #pan_ortho9 .panel_title{
	background-color: rgba(0,0,0,0.3);
}
.home #pan_ortho10 .panel_title{
	background-color: rgb(171 195 128 / 80%);
}
.home #pan_ortho11 .panel_title{
	background-color: rgba(0,0,0,0.3);
}

@media screen and (max-width:767px) {
	#top_form_btn{
		padding:20px 0;
		letter-spacing:1px;
		width: auto;
		max-width: 400px;
	}
	.panels{
		/* max-width: 400px; */
		padding: 0 2%;
	}
	.home .panel{
		width: auto;
		display: inline-block;
		width: 46%;
		box-sizing: border-box;
		height: auto;
		background-position:center center;
		margin: 0 2% 16px;
	}
	.home .panel_link{
		height: auto;
		padding-top: 100%;
	}
	.home .panel_title {
		font-size:13px;
		letter-spacing: 1px;
		margin: 0;
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		padding:7px
	}
}


/*-----------------------------------------------------------------------------* main_v */

#sec1{
	background-image: url(../images/top_main.jpg);
	background-position: center top 40px;
	background-attachment:fixed;
	max-height: none;
}
.iOS #sec1{
	background-attachment:initial;
}
#sec1 #top_title{
	text-align: right;
    font-size: 170%;
    letter-spacing: 3px;
    font-weight: normal;
    /* padding: 15px 24px; */
    /* width: 36%; */
    max-width: 750px;
    min-width: 355px;
    text-shadow: 0 3px 4px rgba(27,80,110,0.3);
    color: #fff;
    box-shadow: 0 4px 20px rgba(99,78,30,0.3);
    margin: 167px auto 0;
    background: #fff;
}
#sec1 #top_title a{
    display: block;
}
#sec1 #top_title img{
	width: 750px;
}
.slider-inner {
}
#slider1 {
  width: 100%;
}
#slider2 {
  width: 100%;
}
#slider3 {
  width: 100%;
}



@media screen and (max-width:767px) {
	#sec1{
      background-image: url(../images/top_main-850.jpg);
      background-position: center center;
      background-size:cover;
      height: 417px;
	}
	#sec1 #top_title{
      width: 90%;
      min-width: 0;
      padding: 0px;
      letter-spacing: 2px;
      margin-top: 25px;
 }
    #slider1 {
    }
    #slider2 {
    }
    #slider3 {
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list{
          height: auto;
    }
   
}
@media screen and (max-width:630px) {
    #sec1{
      height: 380px;
    }
}
@media screen and (max-width:580px) {
    #sec1{
      height: 330px;
    }
    
}
@media screen and (max-width:480px) {
 
    #sec1{
      background-image: url(../images/top_main-640.jpg);
      background-position: center center;
      background-size:cover;
      height: 280px;
	}
    
}
@media screen and (max-width:375px) {
    #sec1{
      height: 230px;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list,
    #slider1,#slider2,#slider3 {
        width: 100%;
        height: auto !important;
    }
    
    
}
@media screen and (max-width:320px) {
    /*#sec1 #top_title{
      margin-top: 119px;
    }*/
    .slick-slider .slick-track,
    .slick-slider .slick-list,
    #slider1,#slider2,#slider3 {
      width: 100%;
      height: auto !important;
  }
}


/*--20200915 フッターバナー改変*/

.flex-container.top_bnrs {
    padding: 30px 0;
    margin: 60px auto 0;
	background: #f9f9fa;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
.top_bnrs .bnr {
  display: block;
  width: 300px;
  margin-right: 20px;
}
.top_bnrs .bnr > img {
	display: inline-block;
	width: 100%;
	border: 1px solid #d9d9d9;
}
 @media screen and (max-width:767px) {
.top_bnrs {
  padding: 30px 20px 30px;
  width: auto;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.top_bnrs .bnr {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
.top_bnrs .bnr img {
  display: block;
  width: 96%;
  margin: 0 auto;
  height: auto;
}

 }

/*20210309*/
/*--------------------------------------
---------------orthoページメリット系リスト------*/

.top-txt-block {
    width: 70%;
    margin: 0 auto 40px;
}

.top-txt-block p {
    overflow: hidden;
    line-height: 2.3;
    margin: 16px auto 0;
        margin-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.9;
    letter-spacing: 0.05rem;
    font-size: 1.05rem;
}

.top-txt-block strong {
    font-weight: 500;
    color: #006a90;
}

.alignctr {
    margin: 20px auto;
    text-align: center;
}

.sec_body ol.ortho-list,
ol.ortho-list {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0.5em 1em;
    background: #f9f9fb;
    margin: 20px auto 15px;
    width: 80%;
    box-sizing: border-box;
    margin-bottom: 40px;
	color: #006a90;
    font-weight: 300;
}
.sec_body li.ortho-list__item,
li.ortho-list__item {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 38px;
  text-align: left;
  font-size: 18px;
}
.sec_body li.ortho-list__item:before,
li.ortho-list__item:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #006a90;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.page-child .sec_body ul.ortho-list-checked {
}
.page-child .sec_body li.checked__item {
  padding: 5px 0 5px 34px;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 17px;
  text-align: left;
  line-height: 1.8;
}
.page-child .sec_body li.checked__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: url(./images/check-icon.png) no-repeat;
  background-size:28px auto;
  left: 0;
}
@media screen and (max-width: 767px) {
	.sec_h {
    max-height: 300px;
    background-attachment: initial;
}
	.sec_body ol.ortho-list,
	ol.ortho-list {
    width: 96%;
}
	.top-txt-block {
    width: 96%;
    margin: 0 auto 10px;
}
		.top-txt-block p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.8;
}
	.alignctr {
    margin: 10px auto;
    text-align: center;
}
}




