@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;font-size: 100%;
	background: transparent;
	}


h1,h2,h3{font-weight:normal;}

/**/
a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


*{
padding:0;
margin:0;
font-size:15px;
border:0;
text-decoration:none;
font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

body{
font-size:17px;
font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
color:#000000;
line-height:180%;padding:0;
margin:0;-webkit-text-size-adjust: 100%;
}
#header{
  height:500px;
}
.header_nav {
    display: flex;
    padding: 10px;
    margin:0 auto;
    width: 80%;
    align-items: center;
}
.form_link {
    padding: 10px 40px;
    background: #FFEB3B;
    border-radius: 30px;
    font-size: 14px;
    height: 30px;
    margin-left: auto;
}
.form_link a{
  color: #000;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
}
.form_link a:hover{
  color: #DB166C;
}
.tophead{
  background: url(../images/lp3/fuji.JPG) 0 0 no-repeat;
  background-size: cover;
  width:100%;
  position: relative;
  height: 100%;
}
.tophead:before{
  content:'';
  display: block;
  padding-top:50%;
  position: absolute;
}
.tophead_block{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tophead_text{
	width: 100%;
  text-align: center;
}
.tophead_text p:last-child{
  font-size:calc(150vw * .03126);
  margin-top: 30px;
}
.tophead_text p span{
  font-size: 24px;
}
.tophead_text img{
  max-width: 80%;
}
.w1000{
	width: 70%;
	margin: 0 auto;
  max-width: 1500px;
}
#promotion h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 50px 0;
    line-height: normal;
}
.pr_list {
    display: flex;
    justify-content: space-around;
}
.pr_list li{
	width: 30%;
	text-align: center;
}
.pr_list li p {
    width: 85%;
    margin: 30px auto 0;
		line-height: 2;
    text-align: left;
}
.pr_list_title{
		background: linear-gradient(transparent 60%, #ff0 0%);
		font-size: 24px;
    margin-top: 35px;
}
.point_list_img img {
    width: 50%;
}
.type {
    position: absolute;
    z-index: 1;
    /* top: 50%;
    right: 0; */
    width: 100%;
    /* transform: translate(0%, -30%); */
}
img.fleft {
    width: 20%;
}
.modelbox {
    position: relative;
    font-size: 31px;
    padding-top: 40px;
    margin-bottom: 150px;
}
/* #feature .background{
	  padding: 50px 0 200px 0;
} */
h3.model {
    border-bottom: 0;
    text-align: left;
    font-weight: bold;
    line-height: 160%;
    display: block;
    font-size: calc(3.6vw + -14.2px);
    margin-top: 0;
    margin-bottom: 30px;
}
.modelbox ul{
    display: none;
}
.modelbox li {
    border: 3px solid #E5166C;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 26px;
    /* background: #F8F9EA url(../images/lp/check1.png) no-repeat 20px 0%; */
    width: 80%;
    padding-left: 70px;
    font-size: 18px;
}
.allow{
		background: #fff;
}
.allow h2{
		content: "";
		position: relative;
	  background: #fff;
	  padding: 50px 0;
	  text-align: center;
		font-size: 45px;
		font-weight: bold;
		color: #DB166C;
}
.allow h2::after{
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: -160px;
		left: 0;
		right: 0;
		margin: auto;
		border: 100px solid transparent;
		border-top: 60px solid #fff;
}

.can_be_p{
		display: flex;
		justify-content: center;
		padding-top: 100px;
		color: #fff;
    max-width: 890px;
    margin: 0 auto;
}
.can_be_p:first-child{
	padding-top: 130px;
}
.can_be_p:last-child{
	padding-bottom: 130px;
}
.can_be_img{
		width: 20%;
}
.can_be_img img{
		width: 100%;
}
.can_be_text{
		width: 80%;
		padding:30px;
}
.can_be_text h3{
		font-size: 46px;
		margin-bottom: 5px;
		font-weight: bold;
    line-height: 1;
}
.can_be_text p{
		font-size: 24px;
    margin:20px auto;
}
.p_number{
		font-size: 54px;
}
#example{
		display: flex;
	  flex-wrap: wrap;
	  justify-content: space-around;
		padding: 180px 0 70px 0;
}
.event{
    display: flex;
    flex-wrap: nowrap;
    width:100%;
    padding-bottom: 10%;
}
.event_img{
    position: relative;
    width: 45%;
    overflow: hidden;
}
.event:nth-child(odd) img{
    width:100%;
    position: absolute;
    left: -50px;
}
.event:nth-child(even) img{
    width:100%;
    position: absolute;
    right: -50px;
}
.event_text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 55%;
}
.event_text:nth-child(even) div{
    width:100%;
    padding: 30px;
    background: #fff;
    border-radius:6px 0 0 6px;
    border-left: solid 10px #ffc06e;
}
.event_text:nth-child(odd) div{
    width:100%;
    padding: 30px;
    background: #fff;
    border-radius:0 6px 6px 0;
    border-right: solid 10px #ffc06e;
}
.event_text h4{
    font-size: 36px;
}
.event_text p{
    font-size: 24px;
    margin-top: 20px;
}
.event_text a{
    font-size: 18px;
    display: block;
    text-align: right;
}
.example_block{
		width: 35%;
    background: #fff;
    margin-bottom: 80px;
    padding: 40px;
}
.example_img{
		text-align: center;
}
.example_img img{
		width: 100%;
}
.example_text{
		font-weight: bold;
}




.step_title,.s_c_title {
    font-size: 45px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
		color: #DB166C;
    /* margin-bottom: 70px; */
}
#step p{
    font-size: 32px;
    text-align: center;
    margin:30px 0 30px 0;
}
/* .step_text {
    font-size: 24px;
    text-align: center;
    margin: 0 0 60px 0;
		color: #DB166C;
} */
.s_c_title span {
    font-size: 24px;
}
.item {
	  display: flex;
	  flex-wrap: nowrap;
	  margin:100px 0;
    /* height :fill-available; */
    /* height :-moz-available; */
    /* height :-webkit-fill-available; */
    height: 100%;
}
.item:nth-child(even) {
  	flex-direction: row-reverse;
}
.item-image {
	  width: 50%;
		/* background: #999; */
    display: flex;
    align-items: center;
}
.item-image img {
	  width: 100%;
	  /* height: 100%; */
	  object-fit: cover;
}
.svg{
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}
.svg-image{
  width: 100%;
  /* position: absolute; */
}
.svg-image img{
  width: 100%;
  height:auto;
}
.item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.item-text p:first-child {
    font-size: calc(2.1vw + 19px);
    text-align: center;
		font-weight: bold;
		color: #fff;
		margin: 20px;
}
.item-text p{
    text-align: center;
		font-size:calc(2.1vw + -1.9px);
		color: #fff;
}

#mail_form{
  margin-top: 65px;
}
#mail_form h2{
  font-size: 45px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  color: #DB166C;
}

div#wpcf7-f706-o1.wpcf7 {
    margin: 0 auto;
    /* background: #DB166C; */
    width: 70%;
    padding: 40px;
}
.wpcf7-form p {
  margin: 15px 0 15px 0;
}
label,.red{
  color: #DB166C;
  font-size: 24px;
  font-weight: bold;
}
.wpcf7-form-control-wrap{
  width: 100%;
  display: block;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 1em;
    width: 96%;
    border-radius: 12px;
    border: 3px solid #a3a3a3;
}
#submit{
  padding:10px 50px;
  border-radius: 12px;
  background: #DB166C;
  color: #fff;
  top: 3px;
  box-shadow: 0 5px 0 #a5006a;
  transition: all .3s;

}
#submit:hover{
  /* background: #DB166C; */
  /* border:1px solid #fff; */
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: none;
}
.submit_button{
  text-align: center;
}
#footer{color:#ffffff;background:#E5166C;padding-top:30px;padding-bottom:65px;margin-top:60px;}
#footer a{color:#fff;}
.w1000_f{
  width: 82%;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.text_s {
    float: left;
    display: block;
    width: 40%;
}
.cl{
  clear: both;
}
.foot_l{float:left;display:block;width:25%;}
.foot_n{float:left;display:block;width:35%;font-size: calc(0.6vw + 9.2px);}

.foot_n span{font-size:calc(4.4vw + -1.5px);font-weight:bold;margin-top:20px;    display: block;}

.foot_r{float:left;display:block;width:354px;}

.site{font-size:13px;line-height: 150%;text-align: right;word-break: keep-all;}
.copy{font-size:11px;}

/*****ツイッター*****/
.voice{
  background: #DB166C;
  padding: 120px 0;
}
.tweet{
  width: 75%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.twitter-tweet{
  padding:10px;
}
/*****全体適用*****/
.background{
		background: #F9F9F9;
	  padding: 100px 0 150px 0;
}
.background_red{
		background: #DB166C;
}
.br{
  display: none;
}
.nobr{
  display: block;
}
.contact{
  width:100%;
  background: #ffcc00;
  height: 100px;
  text-align: center;

}
@media (max-width: 960px) {
    #promotion h2{
        font-size: 28px;
    }
    .pr_list h4{
        font-size: 18px;
        margin-top: 10px;
    }
    .pr_list li p{
        font-size: 16px;
        margin: 10px auto;
        width: 90%;
    }
    .can_be_text h3{
        font-size: 34px;
    }
    .event{
        display: flex;
        flex-wrap: nowrap;
        width:100%;
        padding-bottom: 100px;
    }
    .event_img{
        position: relative;
        width: 45%;
        overflow: hidden;
    }
    .event:nth-child(odd) img{
        width:100%;
        position: absolute;
        left: -50px;
        /* transform: translate(0,-50%); */
    }
    .event:nth-child(even) img{
        width:100%;
        position: absolute;
        right: -50px;
        /* transform: translate(0,-50%); */
    }
    .event_text{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 55%;
    }
    .event_text:nth-child(even) div{
        width:100%;
        padding: 30px;
        background: #fff;
        border-radius:6px 0 0 6px;
        border-left: solid 10px #ffc06e;
    }
    .event_text:nth-child(odd) div{
        width:100%;
        padding: 30px;
        background: #fff;
        border-radius:0 6px 6px 0;
        border-right: solid 10px #ffc06e;
    }
    .event_text h4{
        font-size: 36px;
    }
    .event_text p{
        font-size: 24px;
        margin-top: 20px;
    }
    .event_text a{
        font-size: 18px;
        display: block;
        text-align: right;
    }
    /******ツイッター******/
    .tweet{
      justify-content: center;
    }

}
