/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}
img {
    width: 100%;
    height: auto;
}
p {
    color: #353535;
    font-family: 'Hiragino Kaku Gothic Pr6N', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.53;
}
p span {
    color: #0059ba;
}

/* mochikata */
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex.center {
  justify-content: center;
  align-items: center;
}
header {
  width: 100%;
  height: 50px;
  background: #fff;
}
header img {
  position: relative;
  width: 70px;
}
.mainvisual {
  width: 100%;
  height: 72vw;
}
.video {
  width: 100vw;
  height: 56vw;
  position: relative;
}
.video .pv_youtube {
	width: 100%;
	height: 100%;
}
.video .pv_play {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
    background: url(../img/ippo_cover.jpg) center center / cover no-repeat;
	cursor: pointer;
}
.video .pv_play.off {
	display: none;
	transition: 0.3s;
}
.video .pv_btn {
    width: 80px;
}
.point{
background: url(../img/bg1.jpg);
padding-top:35px;

}
       
.point01{
color:#505456;
font-family: "HiraginoSansPr6N", sans-serif;
font-size:19px;
margin-left:13px;
}

.content_box{
	display:flex;
	flex-direction:row;
}

.point_img{
	width:100px;
	height:112px;
	margin-left:13px;
	margin-right:35px;
	margin-top:15px;
}

.point02{
	width:224px;
	height:88px;
	padding-top:23px;
}
.p_content{
color:#505456;
font-family: "TBUDRGoStd Bold", sans-serif;
font-size:15px;
}

.p_text{
color:#505456;
font-family: "TBUDRGoStd Bold", sans-serif;
font-size:15px;
}

.eraser_img{
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
}

.arrow_img{
	width:28px;
	height:29px;
	position:relative;
	left:175px;	
	bottom:135px;
}


.totop {
    width: 24vw;
    margin-left: 38vw;
    margin-bottom: 30px;
    margin-top:30px;
}
.totop img {
    width: 12px;
    margin-bottom: 8px;
    margin-left: calc(50% - 6px);
}
.totop p {
    font-size: 3vw;
    letter-spacing: 0.1em;
    text-align: center;
}
.toippo {
    height: 57.6vw;
    background: url(../img/bg_ippo.jpg) center center / cover no-repeat;
}
.toippo .btn_toippo {
    width: 84vw;
    height: 16vw;
    border-radius: 10000px;
    background-color: #fc5045;
}
.toippo a {
    position: relative;
}
.toippo a::after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 14px;
    background: url(../img/btn_toippo.png) center center / cover no-repeat;
    right: 4.8vw;
}
.toippo .btn_toippo p {
    color: #fff;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
}
footer {
    flex-direction: column;
    padding: 40px 0 8px 0;
}
footer a {
    width: 10.9vw;
    margin-bottom: 30px;
}
footer small {
    color: #afabab;
    font-size: 1.8vw;
    font-weight: bold;
    letter-spacing: 0.02em;

}










/* // */
