@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family:'Kiwi Maru', 'Zen Maru Gothic','Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	/*フォント指定*/
	font-size: 16px;
	line-height: 2;	
	font-weight:bold;
	background-color: #efefef;
}


@media screen and (min-width: 991px){   
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 991px){   
  .br-pc { display:none; }
  .br-sp { display:block; }
}



.title {
    background-image: url(../img/bgimg.webp);    /* 背景画像指定 */
    background-size:  cover;                /* 画像のサイズ指定 */
	text-align: center;
	margin-bottom: 55px;
}
.title p {
	margin: 0px;
	padding: 0px;
}
.main-title img {
	padding-top: 30px;
}
@media screen and (max-width: 768px) {
.main-title img {
	width: 95%;
}
}
.sub-title img {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
.sub-title img {
	width: 80%;
}
}

.contents {
	text-align: center;
}
.pamphlet img {
	width: 90%;
}
.button-01 {
	margin-bottom: 60px;
}
.button-01 a {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #01713f;
  font-weight: 700;
  border: solid 3px #01713f;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  max-width: 70%;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
.button-01 a {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #01713f;
  font-weight: 700;
  border: solid 3px #01713f;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  max-width: 80%;
  text-align: center; 
  padding: 10px 40px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
}

.button-01 a:hover {
  color: #01713f;
  background: initial;
  transition: all 0.3s;
}

.button-02 {
	margin-bottom: 100px;
}

.button-02 a {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0e6eb8;
  font-weight: 700;
  border: solid 3px #0e6eb8;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  max-width: 70%;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
.button-02 a {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0e6eb8;
  font-weight: 700;
  border: solid 3px #0e6eb8;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  max-width: 80%;
  text-align: center; 
  padding: 10px 40px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
}

.button-02 a:hover {
  color: #0e6eb8;
  background: initial;
  transition: all 0.3s;
}

.illust {
	text-align: center;
	padding-bottom: 50px;
}
.illust img {
	width: 7%;
	/*width: 55%;*/
	/*width: 7%;*/
}
@media screen and (max-width: 768px) {
.illust img {
	width: 15%;
	/*width: 80%;*/
	/*width: 20%;*/
}
}