@charset "UTF-8";
/*--------------------common--------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Sawarabi+Mincho&display=swap');
html {
  font-size: 62.5%;
	font-weight:300;
}
.spon {
  display: none;
}
.pcon {
  display: block;
}
@media all and (max-width: 750px) {
  .spon {
    display: block;
  }
  .pcon {
    display: none
  }
  img {
    width: 100%;
  }
}
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
  }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .txt_in {
    padding-left: 1em;
    text-indent: -1em;
  }
  .txt_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .tac {
    text-align: center;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .sp_br {
    display: none;
  }
  @media all and (max-width: 750px) {
    .sp_br {
      display: block;
    }
  }

  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
  }
  #pagetop img {
    width: 63px;
  }
  @media all and (max-width: 750px) {
    #pagetop {
      width: 15%;
      bottom: 2%;
      right: 3%;
      z-index: 10;
    }
    #pagetop img {
      width: 100%;
    }
  }

  /*background*/
  .img_bg {
    background-image: url("../img/bg_common.png");
  }
  .gr_bk {
    background-color: rgba(196, 219, 181, 0.2);
  }

  /*font*/
  body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐ ゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem; /* 17px*/
    line-height: 1.8;
  }
  @media all and (max-width: 750px) {
    body {
      font-size: 5vw; /* 17px*/
      line-height: 1.8;
    }
  }

  .inner01 {
    width: 820px;
    margin: 0 auto;
  }
  .inner02 {
    width: 1000px;
    margin: 0 auto;
  }

  @media all and (max-width: 750px) {
  .inner01 {
    width: 90%;
  }
   .inner02 {
    width: 90%;
  }
  }


  /*--------------------header--------------------*/
  header.pcon {
	width: 100%;
    height: 600px;
    background: url(../img/mainvisual_bg.png) center top no-repeat;
    background-size: auto 100%;
    margin: 0 auto;
    text-align: center;  
  }
header.pcon img {
	text-align: center;
	margin-top: 60px;
  }

	@media all and (max-width: 750px) {
header.spon  {
	margin-bottom: 0;
}
header.spon img {
	vertical-align: bottom;
}
		
  
	  }


  /*--------------------contents common--------------------*/
  .a_bn {
    text-align: center;
    margin-bottom: 80px;
  }
  @media all and (max-width: 750px) {
  .a_bn {
      text-align: center;
      margin-bottom: 10%;
    }
	}


  h1 {
    font-size: 3.5rem; /* 35px*/
	line-height:1.2; 
	text-align: center;
	margin-bottom: 50px;
  }
  h2 {
    font-size: 2.5rem; /* 30px*/
	line-height:1.6; 
	text-align: center;
	margin-bottom: 50px;
  }
  h3 {
    font-size: 3.5rem; /* 35px*/
	border-left: solid 10px #dc3e16; 
	line-height: 1.2;	
	font-weight: 500;
	 padding: 5px 0 5px 20px;
  }
  h3 p {
    font-size: 2.8rem; /* 28px*/
  }

  div.h3_deco{
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
	  margin-bottom: 30px;
}
  h4 {
    font-size: 3.0rem; /* 30px*/
	  text-align: center;
	  line-height: 1.2;
	  margin-bottom:50px;
  }
  h5 {
    font-size: 1.9rem; /* 19px*/
	padding-bottom:15px;
  }


  @media all and (max-width: 750px) {
h1{
	font-size: 8vw; 
	line-height:1.2; 
	margin-bottom: 5%;
	  }
h2{
	font-size: 6vw; 
	line-height:1.2; 
	margin-bottom: 10%;
	  }
  h3 {
    font-size: 8vw; 	
	 padding: 1% 0 1% 5%;
  }
  h3 p {
    font-size: 6vw;
  }

  div.h3_deco{
	padding-bottom: 2%;
}
  h4 {
    font-size: 6vw;
	  margin-bottom:10%;
  }
	  
h5 {
    font-size: 5vw; /* 19px*/
	padding-bottom:3%;
  }
}




  /*--------------------btn--------------------*/
  .btn {
    display: block;
	width: 670px;
    height: 74px;
	border-radius: 37px;
    margin: 0 auto 50px;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-decoration: none;
	background-color: #dc3e16;
  }
  .btn p {
    display: inline-block;
	vertical-align: middle;
	font-size: 2.0rem;
	font-weight: 600;
	padding-top: 16px;
  }

.btn_02.spon{
	display:none;
}


 .btn_02 {
	width:780px;
	 position: relative;
  }
.btn_02 img{
	position: absolute;
	bottom:0;
	left:40px;
	display: inline-block;
  }
.btn_02 p{
	position: absolute;
    bottom: 13px;
    left: 260px;
    line-height: 1.2;
    text-align: left;
  }
  .btn_03 {
	width:370px;
	margin-bottom: 10%;
	  
  }

  @media all and (max-width: 750px) {
    .btn {
      width: 95%;
    height: 50px;
	border-radius: 25px;
    }
	  
	.btn p {
	  font-size: 1.6rem;
		padding-top: 10px;
		display: inline-block;
  }
    .btn.small {
      width: 80%;
    }
    .btn_detail.small {
      width: 60%;
    }

.btn_02.spon{
	display:block;
}	  
.btn_02.pcon{
	display:none;
}
.btn_02 {
    height: 110px;
	border-radius: 25px;
    margin: 0 auto 50px;
    text-align: center;
    vertical-align: middle;
  }
.btn_02 p{
    position: static;
  }
	
.btn_02 img{
	position: absolute;
	width: 20%;
	bottom:0;
	left:25px;
  }
.btn_02 p:nth-child(2){
	position: absolute;
    line-height: 1.2;
    bottom: 15px;
    left: 30%;
  }	
	  
	  
  }




 /*--------------------mainimage--------------------*/
  .hero img {
    width: 100%;
  }
  .hero {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  @media all and (max-width: 750px) {
    .hero {

      margin-bottom: 10%;
    }
  }





  /*--------------------contents--------------------*/
#contents{
	width: 100%
}
 @media all and (max-width: 750px) {
#contents{
	width: 100%;
	margin: 0 auto;
}	  
}

  /*--------------------cont01--------------------*/
#cont01{
	background-color: #f6f6f6;
		padding-top: 80px;
	padding-bottom: 50px;
}
#cont01>div{	
	width: 1100px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;

}
#cont01>div>div{
	margin-top: auto;
	vertical-align: bottom;
}
#cont01>div>div:nth-child(1),#cont01>div>div:nth-child(3){
	width: 200px;
	text-align: center;
}

#cont01>div>div:nth-child(2){
	width: 670px;
}
#cont01>div>div:nth-child(2) p{
	padding-bottom:50px;
	font-size:1.5rem;
}

@media all and (max-width: 750px) {
#cont01{
		padding-top: 10%;
	padding-bottom: 10%;
}
#cont01>div{
	display: block;
	width:100%;
}
#cont01>div>div:nth-child(2){
	margin:0 auto;
}
#cont01>div>div:nth-child(2) p{
	padding-bottom:5%;
	font-size:5vw;
}
#cont01>div>div:nth-child(2){
	width: 90%;
}
#cont01>div>div:nth-child(4){
	display: flex;
	text-align: center;
}
#cont01>div>div:nth-child(4) img{
	width: 60%;
}
	
}

/*--------------------cont02--------------------*/
  #cont02 {

	background-image: url("../img/bg_img.png");
	  background-size:cover;
	height:auto;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 70px;
	  
  }
#compare ul{
	list-style: none;
	line-height: 1.2;
}
#compare li{
	display: table;
	margin-bottom: 20px;
}
#compare li div{
	display: table-cell;
	text-align: center;
	padding: 10px 0;
	vertical-align: middle;
}

#compare li div:nth-child(2) img{
	vertical-align: middle;
}

#compare li div:nth-child(1){
	background-color: #fff;
	width:370px;
}

#compare li div:nth-child(3){
	background-color: #f9edd7;
	width:370px;
	font-weight:600 ;
}

#compare li:first-child{
	font-size: 2.4rem;
}
#compare li:nth-of-type(n+2) {
	font-size: 1.9rem;
}

#compare li:first-child div:nth-child(1){
	color: #004b75;
	font-weight:600 ;
}
#compare li:first-child div:nth-child(3){
	color: #dc3e16;
	font-weight:600 ;
}
 @media all and (max-width: 750px) {
#cont02{
	padding-top: 10%;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
#compare li:first-child{
	font-size: 5vw;
}
#compare li:nth-of-type(n+2) {
	font-size: 4vw;
}
	 
#compare li div:nth-child(1){
	width:47%;
}
#compare li div:nth-child(2){
	width:6%;
}
#compare li div:nth-child(3){
	width:47%;
}


}

  /*--------------------cont03--------------------*/

#cont03{
	margin-bottom: 100px;
}

#cont03>div:nth-child(2) p{
	margin: 0 auto 30px;
	padding:12px 0;
	display: block;
	width:630px;
	background-color: #f9edd7;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight:700;
	color: #dc3e16;
	text-align: center;
	border-radius: 10px;
}
#cont03>div:nth-child(2) div{
	margin: 0 auto;
}
#cont03>div:nth-child(2) img{
	margin: 0 auto;
}

 @media all and (max-width: 750px) {
#cont03{
	margin-bottom: 15%;
}
#cont03>div:nth-child(2) p{
	margin: 0 auto 5%;
	font-size:5vw;
	width:90%;
	padding: 5% 5%;
}
}
  
  /*--------------------cont04--------------------*/

#cont04{
	margin-bottom: 100px;
}
#cont04>div:nth-child(2),#cont04>div:nth-child(3),#cont04>div:nth-child(5){
	display: flex;
    justify-content: space-between;
	margin-bottom:50px;
}


#cont04>div:nth-child(5)>div>div>img{
	vertical-align: top;
}
#cont04>div:nth-child(5)>div>div>p{
	color: #fff;
	background-color: #000;
	padding: 10px 0;
}
#cont04>div:nth-child(2),#cont04>div:nth-child(3),#cont04>div:nth-child(5){
	margin-bottom:5%;
}

#cont04>div:nth-child(3)>div{
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
}

#cont04>div:nth-child(5)>div{
	width:222px;
}
#cont04>div:nth-child(5) p{
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
}
#cont04>div:nth-child(5) ul{

	list-style: none;
}
#cont04>div:nth-child(5) li{
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1em; 
    text-indent: -1em;
	font-size:1.4rem ;
	border-bottom: dotted 1px #989798;
}
#cont04>div:nth-child(5) li:last-child{
	border-bottom: none;
}

#cont04>div:nth-child(5) li:before {
    content: "● ";
    color: #00aedb;
}

@media all and (max-width: 750px) {
#cont04{
	margin-bottom: 20%;
}
#cont04>div:nth-child(2),#cont04>div:nth-child(5){
	display: block;
}	
#cont04>div:nth-child(5)>div{
	width:100%;
	margin-bottom: 20px;
}
#cont04>div:nth-child(3)>div{
	width:30%;
	font-size: 4vw;
	}	
	#cont04>div:nth-child(5) li{
		font-size: 4.5vw;
	}	
	
}




/*--------------------cont05--------------------*/
#cont05>div:nth-child(2),#cont05>div:nth-child(3){
	display: flex;
    justify-content: space-between;
	margin-bottom: 5%;
}

#cont05>div:nth-child(2)>div:first-child{
width: 520px;
}
#cont05>div:nth-child(2)>div:last-child{
width: 480px;
}
#cont05>div:nth-child(3){
	margin-bottom: 12%;
}
#cont05>div:nth-child(3)>div{
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
}
#cont05>div.eventInfo {
	text-align: center;
}
#cont05>div.eventInfo>div {
	margin: 0 auto 30px auto;
	width: 40%;
	display: inline-block;
	text-align: left;
}
#cont05>div.eventInfo>div ul{
	list-style: none;
	margin: 15px 30px 30px 20px;
}
#cont05>div.eventInfo>div li:before{
    content: "■ ";
}

@media all and (max-width: 750px) {
#cont05>div:nth-child(2){
	display: block;	
}
#cont05>div:nth-child(2)>div:first-child{
width: 100%;
}
#cont05>div:nth-child(2)>div:last-child{
width: 100%;
}
#cont05>div:nth-child(3){
	display: flex;
    flex-wrap : wrap;
}
#cont05>div:nth-child(3)>div{
	width:48%;
	}
#cont05>div:nth-child(3)>div>p{
	font-size: 4vw;
	}
#cont05>div:nth-child(3)>div:first-child,#cont05>div:nth-child(3)>div:nth-child(2){
		margin-bottom: 10px;
	}
#cont05>div.eventInfo>div {
	margin: 0 auto 50px auto;
	width: 100%;
	display: block;
}
}


  /*--------------------cont06--------------------*/
#cont06{
	background-color: #e5e5e5;
	padding-top: 70px;
	padding-bottom: 50px;
}
#cont06>div{
	background-color: #fff;
	padding: 50px 30px 30px 30px;
}


@media all and (max-width: 750px) {
#cont06>div{
	padding: 10% 0 5%;
}
}

  