/*.slick01 {
  max-width: 100% !important;
}


.slick01 .img-slide-pc {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}*/

.home-title-01{
  font-family: 'Noto Serif JP', serif;
    display:inline-block;
    position:relative;
    margin:0 auto 40px;
    line-height:1.6;
 
    font-size:37px;
    color:#85BCB9;
    letter-spacing: 0.2em;
    font-weight: 400;
}

.home-title-01 i{
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    display:block;
    font-size:15px;
    color:#666;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    letter-spacing: 0.1em;
}



.home-title-02{
  font-family: 'Noto Serif JP', serif;
    display:inline-block;
    position:relative;
    margin:0 auto 16px;
    line-height:1.6;
 
    font-size:28px;
    color:#85BCB9;
    letter-spacing: 0.2em;
    font-weight: 400;

      text-shadow    : 
       2px  2px 1px rgba(255,255,255,0.9),
      -2px  2px 1px rgba(255,255,255,0.9),
       2px -2px 1px rgba(255,255,255,0.9),
      -2px -2px 1px rgba(255,255,255,0.9),
       2px  0px 1px rgba(255,255,255,0.9),
       0px  2px 1px rgba(255,255,255,0.9),
      -2px  0px 1px rgba(255,255,255,0.9),
       0px -2px 1px rgba(255,255,255,0.9);  
}

.home-title-02 i{
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    display:block;
    font-size:13px;
    color:#666;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    letter-spacing: 0.1em;
}




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

.home-title-01{
    margin:0 auto 30px;
    line-height:1.3;
    font-size:26px;
    color:#85BCB9;
    letter-spacing: 0.2em;
    font-weight: 400;
}

.home-title-01 i{
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    display:block;
    font-size:14px;
    color:#666;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    letter-spacing: 0.1em;
}


.home-title-02{

    margin:0 auto 16px;
    line-height:1.4;
 
    font-size:24px;
    color:#529e9a;
    letter-spacing: 0.2em;
    font-weight: 400;




}

.home-title-02 i{
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    display:block;
    font-size:13px;
    color:#666;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    letter-spacing: 0.1em;
}

}





















.home-slide-pc-wrap {
	background:#f4f4f4;
}

.home-slide-pc-wrap .carousel{
	max-width: 1800px;
	margin:0 auto;
}

/*お知らせアコーディオン
---------------------------------------------------------*/

/* corona
---------------------------------------------------------*/
.home-covid-link {
	display: block;
	width: 60%;
  max-width: 950px;
  padding: 22px 0 20px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 0;
  position: relative;
  font-size: 17px;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 16px;
    top: 16px;
}





.home-covid-area {
  width: 90%;
  max-width: 950px;
  padding: 30px 0 25px;
  margin: 0 auto 0 auto;
  border: 1px solid rgba(23,88,115,0.30);
  background: #f7f7f7;
  position: relative;
}

.corona-title {
  color: #3e484e;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.home-covid-area{
  padding: 20px 0 20px;
  margin: 0 auto 50px auto;
}
.corona-title {
  font-size: 16px;
  letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

	.home-covid-link {
	display: block;
	width: 100%;
  max-width: 950px;
  padding: 16px 16px 16px 16px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  font-size: 16px;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 10px;
    position: absolute;
    right: 12px;
    top: 7px;
}



.home-covid-area{
  width: 95%;
  padding: 1.7% 0 1.5%;
  margin: 1% auto 1% auto;
}
.corona-title {
  font-size: 15px;
  letter-spacing: .1em;
}
}



















.home-open-area  {
  background: #FAF7EF url(../_images/xd/izuta-section2-bg-img.png) no-repeat top center;
  background-size: contain;
  padding-top: 300px;
}



@media only screen and (max-width: 767px) {
  .home-open-area  {
  padding-top: 60px;
}
}


.home-video-area  {
  background: #f4f4f4 url(../_images/xd/izuta-section3-bg.jpg) no-repeat center center;
  background-size: cover;
}



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

}




.home-concept-area {
  background-image: url(../_images/psd/BG-assets/home-bg-01.jpg), url(../_images/psd/BG-assets/home-bg-02.jpg);
  background-position: top left, bottom right;
  background-size: 80% auto, 60% auto;
  background-repeat: no-repeat, no-repeat;
}

.home-txt3 {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: normal;
  line-height: 1.6;
}

.home-concept-area p {
  font-size: 17px;
}



@media only screen and (max-width: 767px) {
  .home-txt3 {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: normal;
  line-height: 1.6;
}
.home-concept-area p {
  font-size: 16px;
}

}


.home-feature-area {
  background: url(../_images/xd/izuta-section6-bg.jpg) no-repeat center center;

  background-size: cover;
}


.feature-box-all {
  padding: 220px 16px 20px;
  text-align: center;
}

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

.feature-box-all {
  padding: 120px 16px 20px;
  text-align: center;
}
}

.feature-box-01 {
  background: url(../_images/psd/BG-assets/home-bg-a.png) no-repeat top center;
  background-size: contain;
}

.feature-box-02 {
  background: url(../_images/psd/BG-assets/home-bg-b.png) no-repeat top center;
  background-size: contain;
}

.feature-box-03 {
  background: url(../_images/psd/BG-assets/home-bg-c.png) no-repeat top center;
  background-size: contain;
}


.home-menu-area {

  background:#C8E2F5;
}




.menu-list {
  background:#fff;
  background:#fff url(../_images/xd/izuta-logomark.png) no-repeat bottom right;
  background-size: 50%;
  padding:80px 100px;
}


@media only screen and (max-width: 767px) {
.menu-list {
  background:#fff;
  background:#fff url(../_images/xd/izuta-logomark.png) no-repeat bottom right;
  background-size: 50%;
  padding:30px 10px;
}


}





.home-recruit-area {

    /*background: linear-gradient(to bottom, #fff 0%, #fff 50%, #D1E7F7 50%, #D1E7F7 100%);*/

background:#D1E7F7;

}



.home-dr-area {
  background:#fff url(../images/psd/bg1-assets/home-dr-bg1.jpg) right top no-repeat;
  background-size: 1300px auto;
  padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
}

.home-dr-area::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 70%;
    max-width: 1045px;
    height: 100%;
    left: 0;
    top: 0;
    /*-webkit-transform: translateY(-5%);
    transform: translateY(-5%);*/
    background: url(../images/psd/bg1-assets/home-dr-bg2.png) no-repeat left top;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
  .home-dr-area {
     padding-top: 30px;
    padding-bottom: 30px;
  background:#f4f4f4;
  background-size: contain;
}
.home-dr-area::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 70%;
    max-width: 1045px;
    height: 100%;
    left: 0;
    top: 0;
    /*-webkit-transform: translateY(-5%);
    transform: translateY(-5%);*/
    background: none;
    background-size: contain;
}
}





.home-dr-area .dr_img {
  width: 100%;
  max-width: 440px;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  margin-bottom: 60px;
}
.home-dr-area .dr_img div {
  width: 40%;
  max-width: 172px;
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}
.home-dr-area .dr_img dl {
  width: 60%;
  padding-bottom: 1.0em;
  position: relative;
  z-index: 0;
}
.home-dr-area .dr_img dt,
.home-dr-area .dr_img dd {
  padding-left: 10%;
}
.home-dr-area .dr_img dt {
  font-size: 180%;
  letter-spacing: .15em;
  line-height: 1.2em;
  padding-bottom: .3em;
  margin-bottom: .5em;
  position: relative;
}
.home-dr-area .dr_img dt::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #bca038;
}
.home-dr-area .dr_img dt span {
  font-size: 70%;
  margin-right: .5em;
}
.home-dr-area .dr_img dd {
  font-size: 120%;
  letter-spacing: .25em;
  line-height: 1.2em;
}

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


  .home-dr-area .dr_img {
  width: 100%;
  max-width: 440px;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  margin-bottom: 20px;
}
.home-dr-area .dr_img dt {
  font-size: 150%;
  letter-spacing: .15em;
  line-height: 1.2em;
  padding-bottom: .3em;
  margin-bottom: .5em;
  position: relative;
}
.home-dr-area .dr_img dd {
  font-size: 100%;
  letter-spacing: .05em;
  line-height: 1.2em;
}
}


















.acd-check{
    display: none;
}
.acd-label{
    background: #eee;

    display: block;
    margin-bottom: 1px;
    padding: 16px;
    position: relative;
    margin-top: 10px;
    border-radius: 6px;
}
.acd-label:after{
    background: #999;
    box-sizing: border-box;
     content: '\f13a';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
}
.acd-content{
    border: 1px solid #eee;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 16px;
    transition: .5s;
    visibility: hidden;
    border-radius: 6px;
}
.acd-check:checked + .acd-label:after{
    content: '\e820';
}
.acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: 16px 16px 0;
    visibility: visible;
}









/*bnr*/



.bnr-area {

	width: 100%;
	box-sizing: border-box;
	
	
	padding: 35px 8%;
	color: #fff;
	position: relative;
}

.bnr-area dl,
.bnr-area dd {
	margin:0;
}

.bnr-area dt {
	font-size: 120%;
	letter-spacing: .3em;
	line-height: 2.0em;
	margin-bottom: 1.0em;


}


.com_btn1 a {
    display: inline-block;
    text-align: center;
    padding: .8em 2.0em .8em;
    background: #c79e3b;
    border-radius: 50px;
    color: #fff;
    font-size: 90%;
    letter-spacing: .4em;
    line-height: 1.0em;
    position: relative;
}

@media only screen and (max-width: 767px) {
.bnr-area  {

	padding: 6%;
}
.bnr-area dt {
	font-size: 16px;
	letter-spacing: .0em;
	line-height: 1.8em;


	margin-bottom: .5em;
}


.com_btn1 a {
    display: inline-block;
    text-align: center;
    padding: .5em 1.0em .5em;
    background: #c79e3b;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1.0em;
    position: relative;
}
}




.bnr-implant {
	background: #f4f4f4 url(../images/yamazaki-psd-assets/bnr-implant.jpg) no-repeat right center;
	background-size: cover;
}

.bnr-invisa {
	background: #f4f4f4 url(../images/yamazaki-psd-assets/bnr-invisa.jpg) no-repeat right center;
	background-size: cover;
}





.feature-area {
	padding:60px 0;
	background:#fff;

	min-height: 550px;
}

.feature-title {

	color: #65533C;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1.8em;
    margin-bottom: 16px;
    font-family: 'Noto Serif JP', serif;

    text-shadow    : 
       2px  2px 3px rgba(255, 255, 255, 0.8),
      -2px  2px 3px rgba(255, 255, 255, 0.8),
       2px -2px 3px rgba(255, 255, 255, 0.8),
      -2px -2px 3px rgba(255, 255, 255, 0.8),
       2px  0px 3px rgba(255, 255, 255, 0.8),
       0px  2px 3px rgba(255, 255, 255, 0.8),
      -2px  0px 3px rgba(255, 255, 255, 0.8),
       0px -2px 3px rgba(255, 255, 255, 0.8);
}



.feature-area p {
	font-size: 15px;
	text-shadow    : 
       2px  2px 3px rgba(255, 255, 255, 0.8),
      -2px  2px 3px rgba(255, 255, 255, 0.8),
       2px -2px 3px rgba(255, 255, 255, 0.8),
      -2px -2px 3px rgba(255, 255, 255, 0.8),
       2px  0px 3px rgba(255, 255, 255, 0.8),
       0px  2px 3px rgba(255, 255, 255, 0.8),
      -2px  0px 3px rgba(255, 255, 255, 0.8),
       0px -2px 3px rgba(255, 255, 255, 0.8);
}


.feature-01-wrap {
	background: #fff url(../images/yamazaki-psd-2-assets/home-feature-01.jpg) no-repeat left center;
	background-size: contain;
}

.feature-02-wrap {
	background: #fff url(../images/yamazaki-psd-2-assets/home-feature-02.jpg) no-repeat right center;
	background-size: contain;
}

.feature-03-wrap {
	background: #fff url(../images/yamazaki-psd-2-assets/home-feature-03.jpg) no-repeat left center;
	background-size: contain;
}







/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.feature-area {
	padding:0 0 20px;
	min-height: none;
}

.feature-title {

    font-size: 20px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.8em;
    margin-bottom: 5px;
    margin-top: 16px;
    text-shadow    : none;
}

.feature-01-wrap,
.feature-02-wrap,
.feature-03-wrap {
	background: none;
}


}






















/*お知らせ
---------------------------------------------------------*/
.blog-link-index {
  border-top: dotted 1px rgba(0,0,0,0.2);
  padding: 0;
  padding-top:8px;
}

.blog-link-index li {
  padding: 1.0em 0;
  border-bottom: dotted 1px rgba(0,0,0,0.2);
  list-style: none;
}
.blog-link-index dl {
  margin-bottom: 0;
}
.blog-link-index li dt {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #999;
  letter-spacing: .1em;
  line-height: 1.2em;
  margin-bottom: .5em;
  font-size: 14px;
  float: left;
  margin-top: 6px;
}
.blog-link-index li dd {
  color: #4c3d40;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.8em;
  margin-bottom: 0;
  position: relative;
  padding-left: 8em;
}
.blog-link-index li dd::before {
  font-family: 'dental';
  content: '\f105';
  font-weight: normal;
  position: absolute;
  left: 7em;
  top: 0;
}
.blog-link-index li p {
  color: #666666;
  font-size: 90%;
  letter-spacing: .15em;
  line-height: 1.8em;
  margin-bottom: 0;
}

.blog-link-index .more {
  margin-top: 1.5em;
  text-align: right;
  font-size: 90%;
  letter-spacing: .3em;
  line-height: 1.2em;
}
.blog-link-index .more a {
  color: #1e1200;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.blog-link-index {
  
}

.blog-link-index h2 {
  font-size: 160%;
  letter-spacing: .1em;
  margin-bottom: 0;
}

.blog-link-index li {
  font-size: 90%;
  padding: 1.5em 0;
}

.blog-link-index .more {
  letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.blog-link-index {
  
}
.blog-link-index .w1240 {
  display: block;
}
.blog-link-index .w1240 > div {
  width: 100%;
  max-width: 100%;
}
.blog-link-index .w1240 .box_l {
  margin-bottom: 10%;
}

.blog-link-index h2 {
  font-size: 140%;
  margin-bottom: 0;
}

.blog-link-index li {
  padding: 1.0em 0;
}

.blog-link-index li dt {
  margin-bottom: .2em;
  font-size: 13px;
}
.blog-link-index li dd {
  letter-spacing: .1em;
  line-height: 1.6em;
  margin-bottom: .2em;
  font-size: 15px;
  padding-left: 7em;
}
.blog-link-index li p {
  letter-spacing: .05em;
  line-height: 1.6em;
}

.blog-link-index .more {
  margin-top: 1.0em;
  letter-spacing: .1em;
}
.blog-link-index li dd::before {
  font-family: 'dental';
  content: '\f105';
  font-weight: normal;
  position: absolute;
  left: 6.3em;
  top: 0;
}
}









/*10の安心
---------------------------------------------------------*/
.reason-area {
  position: relative;
  background-image: url(../images/bg/bg_paper.jpg);
  background-size: 250px;
}
.reason-area::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/psd/bg1-assets/reason-bg1.png), url(../images/psd/bg1-assets/reason-bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 370px 2050px, 370px 2050px;
  text-align: center;
}
.reason-area::after {
  content: "";  /* 影 */
  position: absolute;
  z-index: 1;
  z-index: 0;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  opacity: 0.2;
}
.reason-area .bg {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.reason-area h2 {
  
  margin: auto;
  text-align: center;
}
.reason-area .torikumi {
  padding: 0 3%;
}
.reason-area .item_list {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.reason-area .item_list li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3%;
  margin-bottom: 80px;
}
.reason-area .item_list h3 {
  font-size: 200%;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.reason-area .item_list h3 small {
  font-size: 70%;
}
.reason-area .item_list h3 .num-txt {
  display: block;
  line-height: 1.0em;
  width: 100%;
  max-width: 100px;
  margin: 0px auto 10px;
  position: absolute;
  font-size: 280%;
  font-weight: 700;
  opacity: 0.7;
    color: rgba(255,255,255,0.5) !important;
    /*text-stroke: 1px rgba(0,0,0,0.2) !important;
    -webkit-text-stroke: 1px rgba(0,0,0,0.2) !important;*/
    z-index: -1;
    font-style: normal;
}
.reason-area .item_list h3 .no::after {
  font-family: 'hasegawa';
  content: '\E814';
  position: absolute;
  left: calc(100% + .4em);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60%;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.0em;
}
.reason-area .item_list h3 .color-txt {
  position: relative;
}
.reason-area .item_list h3 .color-txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -8px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
/* IE10 */
@media all and (-ms-high-contrast:none) {
.reason-area .item_list h3 .color-txt::before {
  bottom: 0px;
}
}
/* IE11 */
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .reason-area .item_list h3 .color-txt::before {
  bottom: 0px;
}
}
.reason-area .item_list li:nth-child(1) h3 .color-txt {color: #f29b91;}
.reason-area .item_list li:nth-child(1) h3 .num-txt {text-stroke: 1px #f29b91; -webkit-text-stroke: 1px #f29b91;}
.reason-area .item_list li:nth-child(1) h3 .no::after {color: #f29b91;}


.reason-area .item_list li:nth-child(2) h3 .color-txt {color: #83c896;}
.reason-area .item_list li:nth-child(2) h3 .num-txt {text-stroke: 1px #83c896; -webkit-text-stroke: 1px #83c896;}
.reason-area .item_list li:nth-child(2) h3 .no::after {color: #83c896;}

.reason-area .item_list li:nth-child(3) h3 .color-txt {color: #faa81f;}
.reason-area .item_list li:nth-child(3) h3 .num-txt {text-stroke: 1px #faa81f; -webkit-text-stroke: 1px #faa81f;}

.reason-area .item_list li:nth-child(3) h3 .no::after {color: #faa81f;}

.reason-area .item_list li:nth-child(4) h3 .color-txt {color: #edcd00;}
.reason-area .item_list li:nth-child(4) h3 .num-txt {text-stroke: 1px #edcd00; -webkit-text-stroke: 1px #edcd00;}

.reason-area .item_list li:nth-child(4) h3 .no::after {color: #edcd00;}

.reason-area .item_list li:nth-child(5) h3 .color-txt {color: #83c896;}
.reason-area .item_list li:nth-child(5) h3 .num-txt {text-stroke: 1px #83c896; -webkit-text-stroke: 1px #83c896;}

.reason-area .item_list li:nth-child(5) h3 .no::after {color: #83c896;}

.reason-area .item_list li:nth-child(6) h3 .color-txt {color: #8883d7;}
.reason-area .item_list li:nth-child(6) h3 .num-txt {text-stroke: 1px #8883d7; -webkit-text-stroke: 1px #8883d7;}

.reason-area .item_list li:nth-child(6) h3 .no::after {color: #8883d7;}

.reason-area .item_list li:nth-child(7) h3 .color-txt {color:#a7c21f;}
.reason-area .item_list li:nth-child(7) h3 .num-txt {text-stroke: 1px#a7c21f; -webkit-text-stroke: 1px#a7c21f;}

.reason-area .item_list li:nth-child(7) h3 .no::after {color:#a7c21f;}

.reason-area .item_list li:nth-child(8) h3 .color-txt {color: #f29b91;}
.reason-area .item_list li:nth-child(8) h3 .num-txt {text-stroke: 1px #f29b91; -webkit-text-stroke: 1px #f29b91;}

.reason-area .item_list li:nth-child(8) h3 .no::after {color: #f29b91;}

.reason-area .item_list li:nth-child(9) h3 .color-txt {color: #FF7F00;}
.reason-area .item_list li:nth-child(9) h3 .num-txt {text-stroke: 1px #FF7F00; -webkit-text-stroke: 1px #FF7F00;}

.reason-area .item_list li:nth-child(9) h3 .no::after {color: #FF7F00;}

.reason-area .item_list li:nth-child(10) h3 .color-txt {color: #923582;}
.reason-area .item_list li:nth-child(10) h3 .num-txt {text-stroke: 1px #923582; -webkit-text-stroke: 1px #923582;}

.reason-area .item_list li:nth-child(10) h3 .no::after {color: #923582;}

.reason-area .item_list .txt {
  font-size: 110%;
  letter-spacing: normal;
  line-height: 1.9em;
}
/* 個別設定 */
.reason-area .item_list li:nth-child(3) .img_item {
  margin-top: 2.0em;
}
.reason-area .item_list li:nth-child(9) .txt {
  position: relative;
  z-index: 1;
}
.reason-area .item_list li:nth-child(9) .img_item {
  margin-top: -2.0em;
  position: relative;
  z-index: 0;
}

.reason-area .torikumi {
  font-size: 160%;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.6em;
}

/* 微調整 (1500px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.reason-area .bg {
  background: rgba(255,255,255,0.6);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.reason-area .bg {
  padding: 8% 0;
  background: rgba(255,255,255,0.8);
}
.reason-area .item_list {
  margin-top: 4%;
}
.reason-area .item_list li {
  margin-bottom: 6%;
}
.reason-area .item_list h3 {
  font-size: 160%;
  margin-bottom: .2em;
}
.reason-area .item_list h3 .num-txt {
  width: 22%;
}
.reason-area .item_list .txt {
  font-size: 100%;
}
.reason-area .item_list .txt br {
  display: none;
}
}

/* スマホ以上
------------------------------------------*/
@media only screen and (min-width: 768px) {
.reason-area .sp_img,
.reason-area .sp_link {
  display: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.reason-area::before {
  display: none;
}
.reason-area .bg {
  padding: 10% 0 6%;
  background: none;
}
.reason-area h2 {
  width: 60%;
  padding: 0 3%;
}

.reason-area .item_list {
  margin-top: 3%;
  display: block;

}
.reason-area .item_list li {
  width: 100%;
  padding: 6% 3%;
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
}
.reason-area .item_list h3 {
  position: relative;
  font-size: 130%;
  line-height: 1.4em;
  text-align: left;
  padding-left: 20%;
  min-height: 2.0em;
  margin-bottom: .4em;
}
.reason-area .item_list h3 small {
  font-size: 70%;
}
.reason-area .item_list h3 .num-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 17%;
  margin: 0;
  font-size: 250%;
}
.reason-area .item_list h3 .no::after {
  display: none;
}
.reason-area .item_list h3 .color-txt {
  position: relative;
}
.reason-area .item_list h3 .color-txt::before {
  display: none;
}

.reason-area .item_list li > div {
  _zoom: 1;
  overflow: hidden;
}

.reason-area .item_list .txt {
  font-size: 100%;
  line-height: 1.6em;
  text-align: left;
}

.reason-area .item_list .sp_img {
  border-radius: 10%;
  overflow: hidden;
  width: 36%;
  max-width: 179px;
  margin-left: 3%;
  margin-bottom: .5em;
  float: right;
}
.reason-area .item_list .txt br {
  display: none;
}
.reason-area .item_list .img_item {
  display: none;
}

.reason-area .item_list .sp_link {
  display: block;
  margin-top: .5em;
  border: solid 1px #666;
  padding: .6em .6em;
  padding-right: 2.0em;
  border-radius: 3px;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4em;
  text-align: left;
}
.reason-area .item_list .sp_link::before {
  font-family: 'hasegawa';
  content: '\e80c';
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reason-area .item_list li:nth-child(1) .sp_link {
  background: #FEF0F3;
  color: #f29b91;
  border-color: #f29b91;
}
.reason-area .item_list li:nth-child(2) .sp_link {
  background: #EEF8FA;
  color: #83c896;
  border-color: #83c896;
}
.reason-area .item_list li:nth-child(3) .sp_link {
  background: #F7F9DF;
  color: #faa81f;
  border-color: #faa81f;
}
.reason-area .item_list li:nth-child(4) .sp_link {
  background: url(../images/top/img_yobo_r_sp.jpg) no-repeat right center;
  background-size: auto 100%;
  color: #edcd00;
  border-color: #edcd00;
}
.reason-area .item_list li:nth-child(4) .sp_link dt {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2em;
  margin-bottom: .2em;
}
.reason-area .item_list li:nth-child(4) .sp_link dd {
  font-weight: bold;
  color: #444;
}
.reason-area .item_list li:nth-child(5) .sp_link {
  background: #EDEFF4;
  color: #83c896;
  border-color: #83c896;
}
.reason-area .item_list li:nth-child(6) .sp_link {
  background: #FFEFE5;
  color: #f29b91;
  border-color: #f29b91;
}
.reason-area .item_list li:nth-child(7) .sp_link {
  background: #ECF8F8;
  color:#a7c21f;
  border-color:#a7c21f;
}
.reason-area .item_list li:nth-child(8) .sp_link {
  background: #F7F9DF;
  color: #f29b91;
  border-color: #f29b91;
}
.reason-area .item_list li:nth-child(10) .sp_link {
  background: #FEF0F0;
  color: #923582;
  border-color: #923582;
}
.reason-area .item_list li .sp_link strong {
  font-size: 150%;
  font-weight: normal;
  margin-right: .2em;
}
.reason-area .item_list li .sp_link.bnr_item {
  padding: 0;
  border: none;
}

.reason-area .torikumi {
  margin-top: 8%;
  font-size: 120%;
}
}



.home-slide-wrapper {
  position: relative;
}


/*m_info
---------------------------------------------------------*/
#m_info{
  position:absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom:70px;
  max-width: 1260px;
  padding: 0 2%;
  width: 96%;
  text-align: left;
}
#m_info .inbox{
  width: 45%;
  max-width: 700px;}
#m_info .bgbox{
  background:rgba(255,255,255,1);
  padding:25px;
  border-radius: 10px;
}
#m_info .timetable{
  margin-bottom:15px;
}
#m_info .timetable p{
  margin-top: 8px;
  font-weight: bold;
  font-size:90%;
  letter-spacing: 0.14em;
  line-height: 1.8em;
}
#m_info .timetable p span{
  color:#6ac4ca;
  padding-right: 0.2em;
}
#m_info li{
  float:left;
  width: 32.333%;
  margin-right: 1.5%;
}
#m_info li:last-child{
  margin-right: 0;
}
#m_info .info_night{
  background:#43b8d1;
  border-radius: 5px;
  text-align: center;
  color:#ffffff;
  padding: 10px 3%;
  width: 94%;
  max-width: 360px;
  position:relative;
  line-height: 1em;
  margin-bottom:15px;
}
#m_info .info_night::before{
  position:absolute;
  display: block;
  content: "";
  right: -3px;
  top: -3px;
  width: 7%;
  max-width: 28px;
  height: 24px;
  background:url(../images/com_icon_night@2x.png) no-repeat right top;
  background-size:100% auto;
}
#m_info .info_night small,
#m_info .info_night span{
  vertical-align:middle;
  font-weight: bold;
}
#m_info .info_night small{
  lette-spacing:0.05em;
  padding-right: 0.2em;
}
#m_info .info_night span{
  letter-spacing: 0.13em;
font-size:100%;}
#m_info .info_night .col_y{
  vertical-align:middle;
  color:#f5e828;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#m_info .bgbox{
  padding:25px 20px 20px 20px;
}
#m_info .timetable{
  margin-bottom:15px;
}
#m_info .timetable p{
  font-size:1.4vw;
  letter-spacing: 0.1em;}
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#m_info{
  bottom:-30px;
} 
#m_info .info_night{
  padding: 7px 3%;
  margin-bottom:10px;
}
#m_info .info_night small{
  font-size:70%;
}
#m_info .info_night span{
  letter-spacing: 0.05em;
font-size:80%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#m_info{
  position:static;
  margin: 0 auto;
  padding:6% 5% 0 5%;
  width: 90%;
  background: #fff9db;
}
#m_info .inbox{
  width: 100%;
  margin: 0 auto;}
#m_info .bgbox{
  padding:7% 5% 5% 5%;
}
#m_info .timetable{
  margin-bottom:3%;
}
#m_info .timetable p{
  margin-top: 1.5%;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-size:3.1vw;
}
#m_info .info_night{
  padding: 3% 3%;
  margin-bottom:4%;
}
#m_info .info_night small{
  font-size:2.9vw;
}
#m_info .info_night span{
  letter-spacing: 0.05em;
  font-size:3.6vw;}
}



