@charset 'utf-8';

/*-------------------------------------------------------------

 共通CSS

-------------------------------------------------------------*/
body{
	font-size: 16px;
	min-width: 1000px;
	color:#000;
	margin: 0;
    font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, sans-serif;
}
img{
	width: 100%;
	max-width: 100%;
}
a{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	margin: 0;
	color:#000;
}

.row{ margin: 0; }

/* 明朝体 */
.serif{ font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
/* ゴシック体 */
.gothic{ font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/* 文字装飾 */
.red{ color:#f00; } /* 赤文字 */
.green{ color:#3e9f38; } /* 緑文字 */
.bold{ font-weight: bold; } /* 太文字 */
.line{ text-decoration: line-through; } /* 取消線 */
.small{ font-size: 14px; } /* 小さめ文字 */
.txt_center{ text-align: center; } /* 文字中央 */

/* リンク装飾 */
a.link, a.link:active{
	color: #3e9f38;
	cursor: pointer;
	text-decoration: none;
	border-bottom: dashed 1px #3e9f38;
}
a.link:hover{
	color: #3e9f38;
	border-bottom: 0px;
}
/* リンクが貼ってある画像は透過する */
a img:hover{
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.jump_button {
	width:300px;
	margin:20px auto;
}
.jump_button a {
	display:block;
	padding:1em;
	background:orange;
	text-align:center;
	font-weight:700;
	font-size:1.2em;
	border-radius:7px;
}
.jump_button a:hover {
	opacity:0.7;
}

/* clear */
.clear { clear: both; }

/* pc/sp切り替え */
.pc_view{ display:inline-block;}
.sp_view{ display:none;}

/* pc/sp 改行 */
.br_pc { display:block; }
.br_sp { display:none; }

@media screen and (max-width:1000px) {
	html{ height:100%; }
	body{
		min-width: 100%;
		height:100%;
	}
}

@media screen and (max-width: 768px) {
	html{ height:100%; }
	body{
		min-width: 100%;
		height:100%;
	}
	.pc_view{ display:none;}
	.sp_view{ display:block;}

	.br_pc { display:none; }
	.br_sp { display:block; }
}

/*-------------------------------------------------------------
  余白
-------------------------------------------------------------*/
.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }
.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb80{ margin-bottom: 80px; }
.mb100{ margin-bottom: 100px; }
.mb130{ margin-bottom: 130px; }

/*-------------------------------------------------------------
  wrapper
-------------------------------------------------------------*/
#wrapper {
  width:100%;
  overflow:hidden;
}

/*-------------------------------------------------------------
  section
-------------------------------------------------------------*/
section {
	width: 100%;
	margin: 0;
}

/*************************************
* クリアフィックス
*************************************/
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {clear:both;}
.cf 	  {zoom:1;}


/*-------------------------------------------------------------

ヘッダー

-------------------------------------------------------------*/

header {
	width:100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 99;
}

header .container {
    width: 90%;
/*    max-width: 1000px; */
    margin: 0 auto;
    padding: 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header .wrp-logo {
    padding: 10px 0;
/*    width: 295px;
/*    float: left; */
    width: 30%;
}

header .wrp-logo a {
  display: flex;
}

header .wrp-logo img {
    max-width: 100%;
    height: auto;
}

header .wrp-logo .fx-cc {
    display: flex;
    align-items: center;
}

header .wrp-logo img {
    width: auto;
}

header .wrp-logo h1 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
header .wrp-logo h1 small {
  font-size: 12px;
  color: #b4acac;
  display: block;
  letter-spacing: 0.8px;
}

.f-cg {
    font-family: 'Century Gothic';
}

header .container .menu {
/*	float: right;
	width: 615px; */
    width: 65%;
    margin-left: 5%;
}

header .container .menu .top_sub {
	width: 685px;
	float: right;
	margin: 0 0 30px 0;
}

header .acc {
	float: left;
	font-size: 14.5px;
	margin: 6px 0 0 0;
}

header .acc ul {
	margin: 0 ;
	padding: 0 ;
}

header .acc ul li {
    list-style: none;
	display: inline-block;
	margin: 0 3px 0 0;
}

header .acc ul li.md {
    background: #e7e7e7;
    padding: 1px 4px;
}

header .acc ul li.bg {
    background: #1d9de8;
    color: #fff;
    font-size: 20px;
    padding: 1px 6px;
    margin: 0 10px 0 0;
}

header .acc ul li.white {
    border: 1px solid #000;
    padding: 1px 4px;
    font-size: 14px;
}

header .acc ul li.blue {
    background: #89deff;
    padding: 2px 6px;
    font-size: 14px;
}

header .acc ul li.yellow {
    background: #faffb1;
    padding: 2px 6px;
    font-size: 14px;
}

header .acc ul li.black {
    background: #000000;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
}

header .b_con {
    display: flex;
    float: right;
}

header .b_con p {
	background: #188acd;
	width: 155px;
}

header .b_con p:first-child {
	margin: 0 10px 0 0;
}

header .b_con p a {
	display: block;
	color: #fff;
	padding: 7px 16px;
}

header nav {
    text-align: center;
/*    margin: 20px 0 0 0; */
}
header nav ul{
	margin: 0 ;
	padding: 0 ;
}
header nav li {
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 9px;
    font-size: 15px;
}
header nav a{
	text-decoration: none;
	color: #333;
}
header nav a.current{
	color: #00B0F0;
	border-bottom:2px solid #00B0F0;
}
header nav a:hover{
	color:#F7CB4D;
	border-bottom:2px solid #F7CB4D;
}

/*-------------------------------------------------------------

メイン画像(静止画)

-------------------------------------------------------------*/

.main_img {
    background: url(../img/img_main.jpg) bottom center;
    width: 100%;
    margin: 0 auto;
    height: 650px;
    background-size: cover;
    position: relative;
}

.main_img .inner {
	width: 1000px;
	margin: 0 auto;
}

.main_img .inner h2 {
  font-size: 30px;
  padding: 50px 0 0 0;
  color: #fff;
}

.main_img .inner h2 span {
  font-size: 100px;
  display: block;
  line-height: 100px;
  letter-spacing: 9px;
  color:#ffd700;
  margin-top: 50px;
}

.main_img .inner h2 div {
  text-align: right;
  margin: -27px 0 0 0;
  font-size: 27px;
}

.main_img .inner .point {
  position: absolute;
  bottom: 65px;
}

.main_img .inner .point .circle {
    background: #fff;
    border-radius: 105px;
    width: 210px;
    height: 210px;
    float: left;
    text-align: center;
    margin: 0 0 0 40px;
    box-shadow: 1px 5px 6px 1px #8c7928;
}

.main_img .inner .point .circle:first-child {
    margin: 0;
}

.main_img .inner .point .circle .intxt {
    margin: 62px 0 0 0;
}

.main_img .inner .point .circle .mt78 {
    margin: 78px 0 0 0;
}

.main_img .inner .point .circle .intxt p {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 22px;
}

.main_img .inner .point .circle .intxt span {
  font-size: 2.2rem;
  color: #ee6300;
  font-weight: bold;
}


/*-------------------------------------------------------------

base_inner

-------------------------------------------------------------*/

.base_inner {
	width: 1000px;
	margin: 0 auto;
}

/*-------------------------------------------------------------

btn_more

-------------------------------------------------------------*/

.btn_more_l {
	background: #188acd;
	float: left;
}

.btn_more_r {
	background: #188acd;
	float: right;
}

.btn_more_l a, .btn_more_r a {
	color: #fff;
	padding: 13px 23px;
	display: block;
}

.btn_more_l a:after, .btn_more_r a:after {
    content: ">";
    margin: 0 0 0 20px;
}


/*-------------------------------------------------------------

section1

-------------------------------------------------------------*/

.sc1 {
	background: #ffe9bf;
}

.sc1 .inner {
   width: 1000px;
   margin: 0 auto;
   padding-bottom: 30px;
}

.sc1 .inner .s_wp {
	width:100%;
    padding-top: 80px;
    margin: 0 0 50px 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
}
/* 
.sc1 .doctor_t ,
.sc1 .doctor_s ,
.sc1 .doctor_m {
    display: flex;
    width: 50%;
	box-sizing: border-box;
}

.sc1 .doctor_t img,.sc1 .doctor_s img, .doctor_m img {
    width: auto;
}
.sc1 .doctor_t div ,
.sc1 .doctor_s div ,
.sc1 .doctor_m div {
	flex:1;
}
.sc1 .doctor_t div:last-of-type ,
.sc1 .doctor_s div:last-of-type ,
.sc1 .doctor_m div:last-of-type {
	padding-top:50px;
}
.sc1 .doctor_s div:first-of-type {
	padding:3px;
}

.sc1 .doctor_t p ,
.sc1 .doctor_s p ,
.sc1 .doctor_m p {
    margin: 0 ;
    font-weight: bold;
    font-size: 16px;
}
*/
.sc1 .doctor_box{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
	box-sizing: border-box;
}
.sc1 .doctor_box .doctor_img{
    width: 100%;
    text-align: center;
}
.sc1 .doctor_box .doctor_img img{
    width: auto;
    max-width: 100%;
}
.sc1 .doctor_box p{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.sc1 .info a {
    color: red;
    text-decoration: underline;
}

.sc1 .info {
    margin: 0 0 48px 0;
    line-height: 27px;
}

.sc1 .i_ct {
    display: flex;
    padding: 0 0 50px 0;
}

.i_ct .txt {
    width: 53%;
    margin: 0;
    padding: 30px 0 0 0;
    line-height: 27px;
}

.txt p {
    margin: 0 0 30px 0;
}

.sc1 .i_ct .pic img {
    width: auto;
}

.sc1 .i_ct .pic {
    width: 45%;
}

/*-------------------------------------------------------------

section_outline

-------------------------------------------------------------*/
.sc_outline{
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}
.sc_outline .inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.sc_outline h2 {
    font-size: 2.3rem;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 7px;
    color: #fc9700;
}
.sc_outline .sub_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 22px 0;
}
.sc_outline h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    display: inline-block;
    width: 60px;
    height: 6px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #fc9700;
}
.sc_outline .outline_box{
    width:100%;
    margin: 50px 0 100px 0;
}
.sc_outline .outline_box .h3box{
    width: 100%;
    background-color: #ffcf21;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom:20px;
}
.sc_outline .outline_box .h3box h3{
    width:100%;
    border-left: 5px solid #fff;
    padding-left: 15px;
    box-sizing: border-box;
}
.sc_outline .outline_box h4{
    width:100%;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffcf21;
}
.sc_outline .outline_box img.originalsize{
    max-width:100%;
    width: auto;
}
.sc_outline .outline_box p{
    line-height: 27px;
}
.sc_outline .outline_box ul.list_style{
    width:100%;
    list-style:  none;
    margin:  0;
    padding: 0;
}
.sc_outline .outline_box ul.list_style li{
    width:100%;
    margin-bottom: 10px;
}
.sc_outline .outline_box ul.list_style li:last-child{
    margin-bottom: 0;
}
.sc_outline .outline_box ul.list_style li:before{
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #ffcf21;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}
.sc_outline .outline_box ol.list_no_style{
    width:100%;
    margin: 10px 0;
    padding: 0;
}
.sc_outline .outline_box ol.list_no_style li{
    margin-bottom: 10px;
    line-height: 27px;
    margin-left: 1.5em;
}

.sc_outline .outline_box .frame_box{
    width: 100%;
    margin: 15px 0;
    padding: 15px;
    border: dashed 1px #ffcf21;
    box-sizing: border-box;
}
.sc_outline .outline_box .photo_box{
	float: right;
	width: 30%;
    padding-left: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.sc_outline .outline_box .photo_box_s{
	display:none;
}
.sc_outline a.linkbtn{
    color: #000;
    background-color: #ffcf21;
    padding: 1px 10px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
}
.sc_outline a.linkbtn:hover{
    background-color: #ffe893;
}
.sc_outline a.linkline{
    color: #b36200;
    text-decoration: underline;
}
.sc_outline a.linkline:hover{
    text-decoration: none;
}
.sc_outline .outline_info{
    margin-top: 30px;
    border: 3px solid #ffe893;
    padding: 20px;
}
.sc_outline .mb15{
    margin-bottom: 15px;
}

@media screen and (max-width: 585px) {
    .sc_outline{
        width: 96%;
        margin: 0 auto;
    }
    .sc_outline .outline_box{
        margin: 30px 0 60px 0;
    }
    .sc_outline .outline_box .photo_box .txt{
        width: 100%;
    }
    .sc_outline .outline_box .photo_box .photo{
        width: 100%;
        padding-left: 0px;
    }
	.sp_none {
		display:none ! important;
	}
	.sc_outline .outline_box .photo_box_s{
		display:block;
        width: 96%;
        margin: 1em auto 0;
	}
}

/*-------------------------------------------------------------

section2

-------------------------------------------------------------*/

.sc2 {
    background: url(../img/bg_content1.png) center;
    height: 656px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.sc2 h2 {
    position: absolute;
    top: 55px;
    left: 4%;
    font-size: 52px;
    text-align: center;
    line-height: 68px;
}

.sc2 h2 span {
    font-size: 64px;
}

.sc2 .right_box {
    position: absolute;
    right: 45px;
    top: 240px;
    width: 600px;
}

.sc2 .right_box .content {
    background: rgb(255,255,255);
    filter: alpha(opacity=92);
    background: rgba(255,255,255,0.92);
    padding: 22px 35px;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
}

.sc2 .right_box .link {
    text-align: right;
    margin: 28px 25px 0 0;
}

.sc2 .right_box .link a {
    background: #c25b00;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    transition: 0.2s;
}

.sc2 .right_box .link a:hover {
    background: #ff3b00;
}

/*-------------------------------------------------------------

section3

-------------------------------------------------------------*/

.sc3 {
    background: url(../img/bg_content2.png) right no-repeat;
    height: 656px;
    width: auto;
    position: relative;
}

.sc3 h2 {
    position: absolute;
    top: 50px;
    left: 4%;
    font-size: 52px;
    text-align: center;
    line-height: 68px;
}

.sc3 h2 span {
    font-size: 64px;
}

.sc3 .left_box {
    position: absolute;
    left: 95px;
    top: 202px;
    width: 700px;
}

.sc3 .left_box .content {
    background: rgb(255,255,255);
    filter: alpha(opacity=92);
    background: rgba(255,255,255,0.92);
    padding: 22px 35px;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
}

.sc3 .link {
    text-align: right;
    margin: 28px 25px 0 0;
    position: absolute;
    right: 60px;
    bottom: 100px;
}

.sc3 .link a {
    background: #c25b00;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    transition: 0.2s;
}

.sc3 .link a:hover {
    background: #ff3b00;
}

/*-------------------------------------------------------------

section4

-------------------------------------------------------------*/

.sc4 {
    background: url(../img/bg_content3.png) right no-repeat;
    height: 656px;
    width: auto;
    position: relative;
}

.sc4 h2 {
    position: absolute;
    top: 80px;
    left: 6%;
    font-size: 52px;
    text-align: center;
    line-height: 68px;
}

.sc4 h2 span {
    font-size: 64px;
}

.sc4 .left_box {
    position: absolute;
    left: 95px;
    top: 240px;
    width: 700px;
}

.sc4 .left_box .content {
    background: rgb(255,255,255);
    filter: alpha(opacity=92);
    background: rgba(255,255,255,0.92);
    padding: 22px 35px;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
}

.sc4 .link {
    text-align: right;
    margin: 28px 25px 0 0;
    position: absolute;
    right: 60px;
    bottom: 100px;
}

.sc4 .link a {
    background: #00973c;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    transition: 0.2s;
}

.sc4 .link a:hover {
    background: #cfac02;
}

/*-------------------------------------------------------------

section5

-------------------------------------------------------------*/

.sc5 {
    background: url(../img/bg_content4.png) left no-repeat;
    height: 656px;
    width: auto;
    position: relative;
}

.sc5 h2 {
    position: absolute;
    top: 85px;
    right: 6%;
    font-size: 52px;
    text-align: center;
    line-height: 68px;
}

.sc5 h2 span {
    font-size: 64px;
}

.sc5 .right_box {
    position: absolute;
    right: 140px;
    top: 260px;
    width: 600px;
}

.sc5 .right_box .content {
    background: rgb(255,255,255);
    filter: alpha(opacity=92);
    background: rgba(255,255,255,0.92);
    padding: 22px 35px;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
}

.sc5 .link {
    text-align: left;
    position: absolute;
    bottom: 90px;
    left: 6%;
}

.sc5 .link a {
    background: #00973c;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    transition: 0.2s;
}

.sc5 .link a:hover {
    background: #cfac02;
}

/*-------------------------------------------------------------

section6

-------------------------------------------------------------*/

.sc6 {
  background: #ffe9bf;
}

.sc6 .info_wrapper {
    padding: 150px 0 0 0;
    width: 98%;
    max-width: 725px;
    margin: 0 auto 35px;
    line-height: 28px;
}

.sc6 .info_wrapper h2 {
    font-size: 2.3rem;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 7px;
    color: #fc9700;
}

.sc6 .info_wrapper .sub_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 22px 0;
}

.sc6 .info_wrapper h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    display: inline-block;
    width: 60px;
    height: 6px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #fc9700;
}

.sc6 .s_list{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.sc6 .s_list .s_list_box{
    /* width : 20% ; */
    width : 25% ;
}
.sc6 .s_list .s_list_box img{
    width: 100%;
}
.sc6 .s_list .s_list_box p{
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

/*
.sc6 .s_list {
    width: 98%;
    max-width: 1510px;
    margin: 0 auto 50px;
}

.sc6 .s_list li {
	position:relative;
    width: 16%;
    float: left;
    min-height: 220px;
    list-style: none;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 19px;
}

.sc6 .s_list li:hover {
    opacity: 0.7;
}

.sc6 .s_list li a {
    padding: 135px 0 0 16px;
    display: block;
}

.sc6 .s_list li div {
	position:absolute;
	bottom:0;
	height:auto;
}

.sc6 .s_list .n7 a, .sc6 .s_list .n8 a, .sc6 .s_list .n9 a, .sc6 .s_list .n10 a, .sc6 .s_list .n12 a {
    padding: 152px 0 0 16px;
    display: block;
}

.sc6 .s_list li a:hover {
    color: #ec6d28;
}

.sc6 .s_list li div span {
    font-size: 14px;
    margin-bottom: -7px;
    display: block;
	line-height:1.1;
}

.sc6 .s_list .n1 {
  background: url(../img/img_tomizawa.jpg) center no-repeat;
}

.sc6 .s_list .n2 {
  background: url(../img/img_masuda.jpg) center no-repeat;
}

.sc6 .s_list .n3 {
  background: url(../img/img_fukuoka.jpg) center no-repeat;
}

.sc6 .s_list .n4 {
  background: url(../img/img_matsushita.jpg) center no-repeat;
}

.sc6 .s_list .n5 {
  background: url(../img/img_matsui.jpg) center no-repeat;
}

.sc6 .s_list .n6 {
  background: url(../img/img_hatake.jpg) center no-repeat;
}

.sc6 .s_list .n7 {
  background: url(../img/img_hasegawa.jpg?20200817) center no-repeat;
}

.sc6 .s_list .n8 {
  background: url(../img/img_tsutani.jpg?20200817) center no-repeat;
}

.sc6 .s_list .n9 {
  background: url(../img/img_nakano.jpg?20200817) center no-repeat;
}

.sc6 .s_list .n10 {
  background: url(../img/img_hiramatsu.jpg?20200817) center no-repeat;
}

.sc6 .s_list .n11 {
  background: url(../img/img_satou.jpg?20200817) center no-repeat;
}

.sc6 .s_list .n12 {
  background: url(../img/dr_tanaka2.jpg) center no-repeat;
}
*/
.sc6 .sub_list {
  width: 98%;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 130px;
}

.sc6 .sub_list li a:hover {
    color: #ec6d28;
}

.sc6 .sub_list li {
	box-sizing: border-box;
	position:relative;
  width: 20%;
  min-height: 220px;
  float: left;
  list-style: none;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 18px;
    line-height: 19px;
/*	height:100px; */
	border-right:1px solid #dcdcdc;
}
.sc6 .sub_list li.ex {
	line-height:15px;
}
.sc6 .sub_list li span {
    font-size: 15px;
    font-weight: initial;
    display: block;
	line-height:1;
}
.sc6 .sub_list li.s1 {
  background: url(../img/dr_fukuda2.jpg) center no-repeat;
}
.sc6 .sub_list li.m_dr {
  background: url(../img/m_dr.jpg) center no-repeat;
}
.sc6 .sub_list li.f_dr {
  background: url(../img/f_dr.jpg) center no-repeat;
}

.sc6 .sub_list li a {
    padding: 135px 0 0 16px;
    display: block;
}

.sc6 .sub_list li div {
	position:absolute;
	bottom:0;
	height:auto;
    /*margin: 135px 0 0 16px;*/
}


/*-------------------------------------------------------------

section7

-------------------------------------------------------------*/

.sc7 {
  background: url(../img/bg_news.jpg) bottom center;
  background-size: cover;
  height: 600px;
  padding: 145px 0 0 0;
}

.sc7 .nw_wrapper {
    width: 95%;
    max-width: 900px;
    height: 430px;
    margin: 0 auto;
    padding: 40px 50px 30px;
    background: rgb(255, 255, 255);
    filter: alpha(opacity=70);
    background: rgba(255, 255, 255, 0.7);
}

.sc7 .nw_wrapper h2 {
    text-align: center;
    color: #ff7b2e;
    font-size: 2.2rem;
    letter-spacing: 7px;
    margin-bottom: 30px;
}

.sc7 .nw_wrapper .inner {
    height: 330px;
    overflow-y: scroll;
}

.sc7 .nw_wrapper .inner dl {
    color: #000;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.sc7 .nw_wrapper .inner dl dt {
    width: 130px;
    float: left;
}

.sc7 .nw_wrapper .inner dl dd {
    width: 80%;
    max-width: 700px;
    float: left;
    margin: 0 0 0 10px;
}
.sc7 .nw_wrapper .inner dl dd a {
    color: #b36200;
    text-decoration: underline;
}
.sc7 .nw_wrapper .inner dl dd a:hover {
    text-decoration: none;
}

.sc7 .nw_wrapper .inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.sc7 .nw_wrapper .inner::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 3px #aaa inset;
}

.sc7 .nw_wrapper .inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #a9a9a9;
}


/*-------------------------------------------------------------

section8

-------------------------------------------------------------*/

.sc8 {
    padding: 100px 0;
}

.sc8 .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.sc8 .inner h2 {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 6px;
    margin-bottom: 20px;
}

.sc8 .inner p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 40px;
}
.sc8 .inner .con_btn {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    background: #ffcf21;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
}
.sc8 .inner .con_btn a {
    color: #c36f1d;
    text-decoration: underline;
}
.sc8 .inner .b_pd {
    padding: 20px 0px;
    font-size: 1.5rem;
}

@media screen and (max-width: 930px) {
    .sc8 .inner .con_btn {
        width: 100%;
        margin: 10px auto;
        padding: 10px;
        font-size: 1.0rem;
    }
}

/*-------------------------------------------------------------

footer

-------------------------------------------------------------*/

footer {
    background: #c36f1d;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}


.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}



/*-------------------------------------------------------------

sp

-------------------------------------------------------------*/

@media screen and (min-width: 1030px) {
  .pc_none {
      display: none;
  }
}

@media screen and (max-width: 1029px) {
  .pc_none {
      display: block;
      margin: 0 0 -7px 0;
  }
  header .container .menu {
      display: none;
  }
  header .wrp-logo {
    width: 100%;
    }
  .main_img {
        background: none;
        width: 100%;
        height: auto;
    }
  .main_img .inner {
      width: 100%;
  }
  .main_img .inner h2 span {
      font-size: 8vw;
      line-height: 87px;
  }
  .main_img .inner h2 {
        font-size: 2vw;
        width: 88%;
        position: absolute;
        margin: 0 0 0 30px;
  }
  .sc1 .inner {
      width: 98%;
      margin: 0 auto;
   }
   .sc1 .i_ct {
      display: block;
      width: 95%;
      margin: 0 auto;
   }
   .i_ct .txt {
        width: 100%;
   }
   .sc1 .i_ct .pic {
      width: 100%;
      text-align: center;
    }
    .main_img .inner .point .circle {
        width: 180px;
        height: 180px;
        box-shadow: none;
    }
    .main_img .inner .point .circle .intxt {
        margin: 50px 0 0 0;
    }
    .main_img .inner .point {
        position: inherit;
        bottom: 0;
        width: 91%;
        margin: 0 auto;
    }
    .sp_pointw {
        width: 100%;
        background: #ffc181;
        padding: 30px 0;
    }



    /*-----------------------sc1------------------------*/
/*    .sc1 .doctor_t ,
    .sc1 .doctor_s ,
    .sc1 .doctor_m {
        display: block;
        text-align: center;
    }
	.sc1 .doctor_t div:last-of-type ,
	.sc1 .doctor_s div:last-of-type ,
	.sc1 .doctor_m div:last-of-type {
		padding-top:5px;
	}
    .sc1 .doctor_t p ,
    .sc1 .doctor_s p ,
    .sc1 .doctor_m p {
        margin: 0;
    }
*/
    /*-----------------------sc2------------------------*/
    .sc2 {
        background: none; 
        height: auto; 
    }
    .sc2 .right_box {
        position: inherit;
        right: 0;
        top: 0;
        width: 100%;
    }
    .sc2 .right_box .link {
        margin: 28px 25px 45px 0;
    }

    /*-----------------------sc3------------------------*/
    .sc3 {
        background: none;
        height: auto;
    }
    .sc3 .left_box {
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
    }
    .sc3 .link {
        text-align: right;
        margin: 28px 25px 45px 0;
        position: inherit;
        right: 0;
        bottom: 0;
    }
    /*-----------------------sc4------------------------*/
    .sc4 {
        background: none;
        height: auto;
    }
    .sc4 .left_box {
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
    }
    .sc4 .link {
        text-align: right;
        margin: 28px 25px 45px 0;
        position: inherit;
        right: 0;
        bottom: 0;
    }
    /*-----------------------sc5------------------------*/
    .sc5 {
        background: none;
        height: auto;
    }
    .sc5 .right_box {
        position: inherit;
        right: 0;
        top: 0;
        width: 100%;
    }
    .sc5 .link {
        text-align: left;
        position: inherit;
        bottom: 0;
        left: 0;
        margin: 28px 0 45px 25px;
    }
    /*-----------------------sc7------------------------*/
    .sc7 .nw_wrapper {
        width: 91%;
        padding: 40px 3% 30px;
    }
}

@media screen and (max-width: 930px) {
    .main_img .inner .point .circle:nth-child(2n+1) {
        clear: both;
    }
    .main_img .inner .point {
        width: 98%;
        max-width: 440px;
        margin: 0 auto;
    }
    .main_img .inner .point .circle:nth-child(3) {
        margin: 0;
    }
    .main_img .inner .point .circle {
        margin: 0 0 20px 40px;
    }
}

@media screen and (max-width: 769px) {
    .sc7 .nw_wrapper .inner dl dd {
        width: 96%;
    }
}

@media screen and (min-width: 613px) and ( max-width:819px) {
    .sc6 .sub_list li:nth-child(4n+1) {
        clear: both;
    }
    .sc6 .sub_list li {
        width: 25%;
    }
}

@media screen and (min-width: 446px) and ( max-width:612px)  {
    .sc6 .sub_list li:nth-child(3n+1) {
        clear: both;
    }
    .sc6 .sub_list li {
        width: 33%;
    }
    .sub_list ul {
        padding: 0;
    }
}

@media screen and (max-width: 445px) {
    .sc6 .sub_list li:nth-child(2n+1) {
        clear: both;
    }
    .sc6 .sub_list li {
        width: 45%;
        padding: 0 0 0 3%;
    }
    .sub_list ul {
        padding: 0;
    }
}

@media screen and (min-width:655px) and ( max-width:1029px) {
    /*-----------------------sc6------------------------*/
    /* .sc6 .s_list li:nth-child(4n+1) {
        clear: both;
    }

    .sc6 .s_list li {
        width: 24%;
    } */
    .sc6 .s_list{
        width: 96%;
        flex-wrap: wrap;
    }
    .sc6 .s_list .s_list_box{
        width : 25%;
        margin-bottom: 10px;
    }
    .sc6 .s_list .s_list_box p{
        width: 100%;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }
    
}

@media screen and (min-width: 446px) and ( max-width:654px) {
    /*-----------------------sc6------------------------*/
    /* .sc6 .s_list li:nth-child(3n+1) {
        clear: both;
    }

    .sc6 .s_list li {
        width: 33%;
    }

    .sc6 .s_list ul {
        padding: 0;
    } */
    .sc6 .s_list{
        width: 96%;
        flex-wrap: wrap;
    }
    .sc6 .s_list .s_list_box{
        width : 33.33333% ;
        width : -webkit-calc(100% / 3) ;
        width : calc(100% / 3) ;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 445px) {
    /*-----------------------sc6------------------------*/
    /* .sc6 .s_list li div {
        margin: 130px 0 0 16px;
        font-size: 17px;
    }
    .sc6 .s_list li:nth-child(2n+1) {
        clear: both;
    }

    .sc6 .s_list li {
        width: 50%;
    }

    .sc6 .s_list ul {
        padding: 0;
    }*/
    .sc6 .s_list{
        width: 96%;
        flex-wrap: wrap;
    }
    .sc6 .s_list .s_list_box{
        width : 50% ;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 739px) {
    .sc2 h2 span, .sc3 h2 span, .sc4 h2 span, .sc5 h2 span {
        font-size: 8vw;
    }
    .sc2 h2 {
        top: 55px;
        left: 2%;
        font-size: 6vw;
        line-height: 8vw;
    }
    .sc3 h2 {
        top: 55px;
        left: 2%;
        font-size: 6vw;
        line-height: 8vw;
    }
    .sc4 h2 {
        top: 55px;

        left: 2%;
        font-size: 6vw;
        line-height: 8vw;
    }
    .sc5 h2 {
        top: 55px;
        right: 2%;
        font-size: 6vw;
        line-height: 8vw;
    }
}

@media screen and (max-width: 585px) {
	.sc1 .inner .s_wp {
	    padding-top: 80px;
	    margin: 0 0 50px 0;
		box-sizing: border-box;
		display: block;
	}
/*	.sc1 .doctor_t ,
	.sc1 .doctor_s ,
	.sc1 .doctor_m {
	    width: 50%;
		margin:0 auto;
	}
	.sc1 .doctor_t div:last-of-type ,
	.sc1 .doctor_s div:last-of-type ,
	.sc1 .doctor_m div:last-of-type {
		padding-bottom:50px;
	}

    .sc1 .doctor_t p ,
    .sc1 .doctor_s p ,
    .sc1 .doctor_m p {
        margin: 10px 0 0 0;
    }
*/
    .sc1 .doctor_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .sc1 .info {
        margin: 0 auto 30px auto;
        line-height: 27px;
        width: 96%;
    }
    .main_img .inner h2 span {
        font-size: 8vw;
        line-height: 10vw;
        margin-top: 10px;
    }
    .main_img .inner h2 div {
        margin: -14px 0 0 0;
        font-size: 3vw;
    }
    .main_img .inner h2 {
        padding: 2% 0 0 0;
    }
    .sc2 .right_box .content {
        padding: 22px 2%;
    }
    .sc3 .left_box .content {
        padding: 22px 2%;
    }
    .sc4 .left_box .content {
        padding: 22px 2%;
    }
    .sc5 .right_box .content {
        padding: 22px 2%;
    }
    header .wrp-logo h1 {
        font-size: 14px;
    }
    header .wrp-logo h1 small {
        font-size: 11px;
    }
    .sc8 .inner p {
        font-size: 4vw;
    }
    .sc8 .inner .cl_btn a {
        padding: 20px 10px;
        font-size: 4vw;
    }
    .sc8 .inner .b_pd {
        font-size: 4vw;
    }
    .sc2 h2 {
        top: 27px;
    }
    .sc3 h2 {
        top: 32px;
    }
    .sc4 h2 {
        top: 30px;
    }
    .sc5 h2 {
        top: 32px;
    }
    .sc6 .info_wrapper {
        padding: 90px 0 0 0;
    }
}

@media screen and (max-width: 408px) {
    .main_img .inner .point .circle {
        width: 150px;
        height: 150px;
    }
    .main_img .inner .point .circle .intxt p {
        font-size: 16px;
        line-height: 13px;
    }
    .main_img .inner .point .circle .intxt {
        font-size: 13px;
    }
    .main_img .inner .point .circle {
        margin: 0 0 20px 3%;
    }
    .main_img .inner .point {
        max-width: 320px;
    }
    .main_img .inner .point .circle .intxt {
        margin: 35px 0 0 0;
    }
}