
body {
	margin: 0;
	padding: 0;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

.bk_col {
    width: 100%;
    background-color: #fef9f2;
    padding: 2% 0;
    margin: 0 auto;
	position: relative;
	z-index: auto;
}

.bk_col_ppr {
    width: 100%;
    background-color: #cdcbf2;
    padding: 3% 0;
    margin: 0 auto;
	position: relative;
	border-top: solid 2px #0046b4;
}

.bk_col_ylw {
    width: 100%;
    background-color: #f9ebab;
    padding: 3% 0;
    margin: 0 auto 5%;
	position: relative;
	border-top: solid 2px #0046b4;
	border-bottom: solid 2px #0046b4;
}


.visual{
    width: 100%;
    margin: 0 auto;
	position: relative;
}

.visual_m3{
    width: 100%;
    margin: 3% auto;
	position: relative;
}

.brand_logo {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 3% 0;
}


.st_wrapper a { 
	cursor: pointer;
}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto 3%;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	position: relative;
	overflow: hidden;
	color: #0046b4;
}

.wrap_content {
	width: 700px;
	padding: 10px 0 50px;
	margin: 0 auto;	
	text-align: center;
	position: relative;
	z-index: 3;
}


.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 6% auto 2%;
	text-align: center;
}

.st_wrapper h2 {
	font-family: "Outfit", sans-serif;
	font-size: 33px;
	font-weight: 600;
	margin: 5% auto 3%;
	text-align: center;
}

.st_wrapper h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 1% auto 2%;
	text-align: center;
}

.st_wrapper p{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 1% auto;
}

.ttl {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: -15px;
	left: 0;
}

.ttl span {
	background-color: #0046b4;
	padding: 5px 30px;
	border-radius: 50px;
}

.ttl_r {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: -15px;
	left: 0;
}

.ttl_r span {
	background-color: #f23532;
	padding: 5px 30px;
	border-radius: 50px;
}


.sub {
	font-family: "Outfit", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4em;
	margin:1% auto;
	text-align: center;
}

.txt {
	width: 70%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	margin: 2% auto;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
}

.blk {
	color: #fff;
	background-color: #000;
	padding: 3px 10px;
}

.u_line {
	text-decoration: underline;
}

.Lead {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 2% auto;
}

.w_90 {
	width: 94%;
	margin: 5% auto 0;
}

.w_60 {
	width: 50%;
	margin: 5% auto 0;
}

.bdr {
	border-bottom: solid 2px #0046b4;
	margin: 2% 0 6%;
}


.bdr_box {
	padding: 2px 10px;
	border: solid 2px #0046b4;
}

.box_content {
	border: solid 4px #0046b4;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 6% 3%;
	margin: 8% auto 12%;
	position: relative;
	background-color: #fff;
}

.bk_org {
	background-color: #fadfbe;
}

.nov_txt {
	width: 40%;
	position: absolute;
	bottom: -10%;
	right: -5%;
}

.sns_box {
	width: 80%;
	max-width: 500px;
	margin: 6% auto 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
	gap: 10%;
}

.icon {
	width: 20%;
}

.icon_new {
	width: 13%;
	position: absolute;
	top: 0;
	left: 0;
}


.footerlogo {
	width: 60%;
	max-width: 500px;
	margin: 16% auto 4%;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}	

.M5 {
	margin: 5% auto;
}

.M10 {
	margin: 10% auto;
}

.Sml {
	font-size: 13px;
	margin: 2% auto;
}

.triangle {
  margin: 5% auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #000;
  border-bottom: 0;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	cursor: pointer;
}


/* Button 1 */
.btn-1 {
	min-width: 30%;
	margin: 3% auto 5%;
    padding: 2px 5px;
	line-height: 1.6em;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	color: #fff;
	background-color: #000;
	box-shadow: 4px 4px 0 #a9a8a8;
	z-index: 4;
    text-decoration: none;
}

.btn-2 {
	min-width: 60%;
	margin: 2% auto;
    padding: 8px;
	line-height: 1.6em;
	font-weight: 500;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	box-shadow: 4px 4px 0 #a9a8a8;
    text-decoration: none;
}


.arrow_r {
  position: relative;
}

.arrow_r:after {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.btn_link {
	width: 80%;
	margin: 4% auto;
}

/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 11px;
	}
	
	.st_wrapper h1 {
		font-size: 18px;
        line-height: 1.5em;
        margin: 6% auto 4%;
	}
	
	.st_wrapper h2 {
		font-size: 26px;
		margin: 5% auto 6%;
	}
	
	.st_wrapper h3 {
		font-size: 18px;
		margin: 3% auto 2%;
	}
	
	.wrap_content {
    	width: 94%;
		padding: 10px 0 20px;
	}
	
	.ttl {
		font-size: 14px;
		top: -10px;
	}
	
	.sub {
		font-size: 16px;
		line-height: 1.7em;
	}
	
	.txt {
		width: 90%;
        padding: 8px;
        font-size: 14px;
		line-height: 1.8em;
	}
	
	
	.Lead {
		font-size: 14px;
		line-height: 1.7em;
	}
	
	.box_content {
		padding: 5% 2%;
		border: solid 3px #0046b4;
		border-radius: 15px;
	}
	
	.ttl, .ttl_r {
		font-size: 13px;
	}
	
	.w_60 {
		width: 60%;
	}
	
	.icon_new {
		width: 20%;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}			
	
	.Sml {
		font-size: 10px;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 40%;
		margin: 7% auto;
		font-size: 18px;
		position: relative;
	}
	
    .btn-2 {
        width: 85%;
        margin: 3% auto;
        font-size: 16px;
	}
	
	
	.arrow_r:after {
	    width: 12px;
   	 	height: 12px;
    	right: 15px;
	}
	

	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}






