@charset "utf-8";
.bg_color01 {
  background: #eee;
}
.bg_color02 {
  background: #000;
}
.bg_color03 {
  background: #fff;
}
.bg_color04 {
  background-image: linear-gradient(-45deg, #3cc, #39f);
}
.tx_w0 {
  display: inline-block;
  width: auto;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1em !important;
    line-height: 1.5em;
    font-weight: normal;
  }
	.p_ti4{
		width: 5em;
		display: inline-block
	}
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/top/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
	.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .sec_em3 {
    padding: 2em 0;
  }
  .sec_topem3 {
    padding: 3em 0 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {

  }
  .flex_low {
border: 1px solid #000;
	  position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h2box {
    margin: 0 0 .5em;
	  padding: 1% 4%!important;
    text-align: right;
    width: 92%;
    background: #339;
	  color:#fff;
  }

  .box55 {
    margin: 0;
    padding: 0;
    width: 100%;
	  height: 200px;
    box-sizing: border-box;
  }
  .box45 {
    margin: 0;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
  }
	.box45 h3 {
    border-top: 1px solid #ccc;
  }
  .box40 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box45img01 {
    background: url("../images/top/img01b.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .box60 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
.section1{ 
    background:#fff;
	padding: 0px 0 30px;
	position: relative;
	z-index: 0;
	}　
	.section1::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background:#fff;
}

	.section2{ 
		padding: 0 0 50px;
		position: relative;
  z-index: 0;
	}
.section2::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background-image: linear-gradient(-45deg, #6cf, #09f);
}
  .box33 {
    margin: 0 1.5% 3em!important;
    padding: 0;
    width: 97%;
    height: auto;
    position: relative;
    border: 1px solid #000;
	  box-sizing: border-box;
  }
	.box33:last-child {
    margin: 0 1.5%!important;
    padding: 0;
    width: 97%;
    height: auto;
    position: relative;
    border: 1px solid #000;
	  box-sizing: border-box;
  }
  .box33 h3 {
	  padding-top:.5em; 
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    display: block;
  }
	.box33 h4 {
    width: 100%;
    background: #fff;
    line-height: 1.2em;
    display: block;
		color:#999;
  }
  .box33 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    height: 7em;
    display: block;
    padding: 3% 2%;
    box-sizing: border-box;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    background: #339;
	  border: 1px solid #339;
  }
  .btn-click a {
    font-size: 1em;
    color: #000 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ccc;
    display: block;
  }
  .btn-click:hover a {
    color: #fff!important;
    display: block;
  }
.btn-click2 {
    width: 94%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    background: #fff;
	border: 1px solid #339;
	position: absolute;
	bottom:-20px;
	left:3%;
	z-index: 3;
	
  }
  .btn-click2 a {
    font-size: 1em;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click2 {
    width: 100%;
    height: 50px;
    border: 50px solid #339;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click2:hover .eff-click2 {
    border: 0 solid #339;
    display: block;
  }
  .btn-click2:hover a {
    color: #339!important;
    display: block;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1em !important;
    line-height: 1.5em;
    font-weight: normal;
  }
	.p_ti4{
		width: 5em;
		display: inline-block
	}
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/top/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
	.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .sec_em3 {
    padding: 2em 0;
  }
  .sec_topem3 {
    padding: 3em 0 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {

  }
  .flex_low {
border: 1px solid #000;
	  position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h2box {
    margin: 0 0 .5em;
	  padding: 1% 4%!important;
    text-align: right;
    width: 92%;
    background: #339;
	  color:#fff;
  }

  .box55 {
    margin: 0;
    padding: 0;
    width: 100%;
	  height: 200px;
    box-sizing: border-box;
  }
  .box45 {
    margin: 0;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
  }
	.box45 h3 {
    border-top: 1px solid #ccc;
  }
  .box40 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box45img01 {
    background: url("../images/top/img01b.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .box60 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
.section1{ 
    background:#fff;
	padding: 0px 0 30px;
	position: relative;
	z-index: 0;
	}　
	.section1::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background:#fff;
}

	.section2{ 
		padding: 0 0 50px;
		position: relative;
  z-index: 0;
	}
.section2::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background-image: linear-gradient(-45deg, #6cf, #09f);
}
  .box33 {
    margin: 0 1.5% 3em!important;
    padding: 0;
    width: 97%;
    height: auto;
    position: relative;
    border: 1px solid #000;
	  box-sizing: border-box;
  }
	.box33:last-child {
    margin: 0 1.5%!important;
    padding: 0;
    width: 97%;
    height: auto;
    position: relative;
    border: 1px solid #000;
	  box-sizing: border-box;
  }
  .box33 h3 {
	  padding-top:.5em; 
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    display: block;
  }
	.box33 h4 {
    width: 100%;
    background: #fff;
    line-height: 1.2em;
    display: block;
		color:#999;
  }
  .box33 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    height: 7em;
    display: block;
    padding: 3% 2%;
    box-sizing: border-box;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    background: #339;
	  border: 1px solid #339;
  }
  .btn-click a {
    font-size: 1em;
    color: #000 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ccc;
    display: block;
  }
  .btn-click:hover a {
    color: #fff!important;
    display: block;
  }
.btn-click2 {
    width: 94%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    background: #fff;
	border: 1px solid #339;
	position: absolute;
	bottom:-20px;
	left:3%;
	z-index: 3;
	
  }
  .btn-click2 a {
    font-size: 1em;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click2 {
    width: 100%;
    height: 50px;
    border: 50px solid #339;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click2:hover .eff-click2 {
    border: 0 solid #339;
    display: block;
  }
  .btn-click2:hover a {
    color: #339!important;
    display: block;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1em !important;
    line-height: 1.5em;
    font-weight: normal;
  }
	.p_ti4{
		width: 5em;
		display: inline-block
	}
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/top/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
	.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .sec_em3 {
    padding: 3em 0;
  }
  .sec_topem3 {
    padding: 3em 0 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    position: relative;
    
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h2box {
    margin: 0 0 .5em;
	  padding: 1% 4%!important;
    text-align: right;
    width: 92%;
    background: #339;
	  color:#fff;
  }

  .box55 {
    margin: 0;
    padding: 0;
    width: 55%;
    box-sizing: border-box;
  }
  .box45 {
    margin: 0;
    padding: 1em;
    width: 45%;
    box-sizing: border-box;
  }
	.box45 h3 {
    border-top: 1px solid #ccc;
  }
  .box40 {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .box45img01 {
    background: url("../images/top/img01b.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .box60 {
    margin: 0;
    padding: 0;
    width: 49%;
  }
.section1{ 
    background:#fff;
	padding: 0px 0 30px;
	position: relative;
	z-index: 0;
	}　
	.section1::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background:#fff;
}

	.section2{ 
		padding: 0 0 50px;
		position: relative;
  z-index: 0;
	}
.section2::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background-image: linear-gradient(-45deg, #6cf, #09f);
}
  .box33 {
    margin: 1% !important;
    padding: 0;
    width: 31%;
    height: auto;
    position: relative;
    border: 1px solid #000;
  }
  .box33 h3 {
    width: 100%;
    background: #fff;
    line-height: 1.3em;
    display: block;
  }
	.box33 h4 {
    width: 100%;
    background: #fff;
    line-height: 1.2em;
    display: block;
		color:#999;
  }
  .box33 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    height: 7em;
    display: block;
    padding: 3% 2%;
    box-sizing: border-box;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    background: #339;
	  border: 1px solid #339;
  }
  .btn-click a {
    font-size: 1em;
    color: #000 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ccc;
    display: block;
  }
  .btn-click:hover a {
    color: #fff!important;
    display: block;
  }
.btn-click2 {
    width: 94%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    background: #fff;
	border: 1px solid #339;
	position: absolute;
	bottom:-20px;
	left:3%;
	z-index: 3;
	
  }
  .btn-click2 a {
    font-size: 1em;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click2 {
    width: 100%;
    height: 50px;
    border: 50px solid #339;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click2:hover .eff-click2 {
    border: 0 solid #339;
    display: block;
  }
  .btn-click2:hover a {
    color: #339!important;
    display: block;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1em !important;
    line-height: 1.6rem;
    font-weight: normal;
  }
	.p_ti4{
		width: 5em;
		display: inline-block
	}
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/top/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
	.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .sec_em3 {
    padding: 3em 0;
  }
  .sec_topem3 {
    padding: 3em 0 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h2box {
    margin: 0 0 .5em;
	  padding: 1% 4%!important;
    text-align: right;
    width: 92%;
    background: #339;
	  color:#fff;
  }

  .box55 {
    margin: 0;
    padding: 0;
    width: 55%;
    box-sizing: border-box;
  }
  .box45 {
    margin: 0;
    padding: 1em;
    width: 45%;
    box-sizing: border-box;
  }
	.box45 h3 {
    border-top: 1px solid #ccc;
  }
  .box40 {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .box45img01 {
    background: url("../images/top/img01b.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .box60 {
    margin: 0;
    padding: 0;
    width: 49%;
  }
.section1{ 
    background:#fff;
	padding: 0px 0 30px;
	position: relative;
	z-index: 0;
	}　
	.section1::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background:#fff;
}

	.section2{ 
		padding: 0 0 50px;
		position: relative;
  z-index: 0;
	}
.section2::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background-image: linear-gradient(-45deg, #6cf, #09f);
}
  .box33 {
    margin: 1% !important;
    padding: 0;
    width: 31%;
    height: auto;
    position: relative;
    border: 1px solid #000;
  }
  .box33 h3 {
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    display: block;
  }
	.box33 h4 {
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    display: block;
		color:#999;
  }
  .box33 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    height: 7em;
    display: block;
    padding: 3% 2%;
    box-sizing: border-box;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    background: #339;
	  border: 1px solid #339;
  }
  .btn-click a {
    font-size: 1.2em;
    color: #000 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ccc;
    display: block;
  }
  .btn-click:hover a {
    color: #fff!important;
    display: block;
  }
.btn-click2 {
    width: 94%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    background: #fff;
	border: 1px solid #339;
	position: absolute;
	bottom:-20px;
	left:3%;
	z-index: 3;
	
  }
  .btn-click2 a {
    font-size: 1.2em;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click2 {
    width: 100%;
    height: 50px;
    border: 50px solid #339;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click2:hover .eff-click2 {
    border: 0 solid #339;
    display: block;
  }
  .btn-click2:hover a {
    color: #339!important;
    display: block;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1em !important;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/top/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
	.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 85%;
    height: auto;
  }
	.p_ti4{
		width: 5em;
		display: inline-block
	}
  .sec_em3 {
    padding: 3em 0;
  }
  .sec_topem3 {
    padding: 3em 0 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h2box {
    margin: 0 0 .5em;
	  padding: 1% 4%!important;
    text-align: right;
    width: 92%;
    background: #339;
	  color:#fff;
  }
 .box50 {
    margin: 0;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
  .box55 {
    margin: 0;
    padding: 0;
    width: 55%;
    box-sizing: border-box;
  }
  .box45 {
    margin: 0;
    padding: 1em;
    width: 45%;
    box-sizing: border-box;
  }
	.box45 h3 {
    border-top: 1px solid #ccc;
  }
  .box40 {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .box45img01 {
    background: url("../images/top/img01b.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .box60 {
    margin: 0;
    padding: 0;
    width: 49%;
  }
.section1{ 
    background:#fff;
	padding: 0px 0 30px;
	position: relative;
	z-index: 0;
	}　
	.section1::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background:#fff;
}

	.section2{ 
		padding: 0 0 50px;
		position: relative;
  z-index: 0;
	}
.section2::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background-image: linear-gradient(-45deg, #6cf, #09f);
}
  .box33 {
    margin: 1% !important;
    padding: 0;
    width: 31%;
    height: auto;
    position: relative;
    border: 1px solid #000;
  }
  .box33 h3 {
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    display: block;
  }
	.box33 h4 {
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    display: block;
		color:#999;
  }
  .box33 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    height: 7em;
    display: block;
    padding: 3% 2%;
    box-sizing: border-box;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    background: #339;
	  border: 1px solid #339;
  }
  .btn-click a {
    font-size: 1.2em;
    color: #000 !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #ccc;
    display: block;
  }
  .btn-click:hover a {
    color: #fff!important;
    display: block;
  }
.btn-click2 {
    width: 94%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    background: #fff;
	border: 1px solid #339;
	position: absolute;
	bottom:-20px;
	left:3%;
	z-index: 3;
	
  }
  .btn-click2 a {
    font-size: 1.2em;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click2 {
    width: 100%;
    height: 50px;
    border: 50px solid #339;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click2:hover .eff-click2 {
    border: 0 solid #339;
    display: block;
  }
  .btn-click2:hover a {
    color: #339!important;
    display: block;
  }
}