@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;
}
@font-face {
  font-family: 'futura';
  src:url(./Futura-Dem.otf);
  font-weight: normal;
  font-style: normal;
}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}


.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/

/*-----------        -----------------*/
header{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}
#fv .fixedcontainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fv{
	padding: 150px 0;
	background: url(../img/fv-back.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.fv_points .fixedcontainer{
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
}
.fv_points .fixedcontainer>div{
	width: 190px;
	margin: 0 30px;
}
.btn_lists .fixedcontainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn{
	width: 320px;
	padding: 15px 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.btn4{
	width: 500px;
}
.btn1{
    background: rgb(51,51,51);
    background: linear-gradient(90deg, rgba(0,113,188,1) 0%, rgba(41,171,226,1) 100%);
}
.btn2{
    background: rgb(51,51,51);
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(118,118,118,1) 100%);
}
.btn3{
    background: rgb(223,90,1);
    background: linear-gradient(90deg, rgba(223,90,1,1) 0%, rgba(213,13,29,1) 100%);
}

.btn4{
    background: rgb(223,90,1);
    background: linear-gradient(90deg, rgba(223,90,1,1) 0%, rgba(213,13,29,1) 100%);
}

.btn::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 30px;
	background: #d50d1d;
	transition: .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn:hover::before {
	width: 100%;
}
.btn3::before {
	background: #333;
}

.btn4::before {
	background: #333;
}
.btn span{
	position: relative;
	z-index: 1;
}
.btn img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.medal{
	text-align: center;
	margin: 80px 0;
}
.reason_one{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.reason_one>div{
	width: 50%;
}
.reason_img{
	text-align: center;
}
.reason_content{
	text-align: left;
}
.reason_content h3{
	font-size: 32px;
	margin-bottom: 40px;
}
.reason_content p strong{
	color: #d50d1d;
}
.reason_one:nth-child(2n){
	flex-direction: row-reverse;
}
.sec{
	padding: 120px 0;
}
/*#schedule{
	padding-top: 0;
}*/
#reason{
	background: url(../img/back-reason.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.title{
	text-align: center;
	margin-bottom: 80px;
	letter-spacing: 2px;
}
.title .en{
	display: block;
	font-family: 'futura';
	font-size: 24px;
	color: #d50d1d;
	margin-bottom: 20px;
	position: relative;
}
.title .en:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #d50d1d;
}
.title .jp{
	display: block;
	line-height: 1;
	font-size: 40px;
}
.title .jp span{
	font-size: 64px;
}
.price_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.price_list>div{
	width: 480px;
}
#price{
	background: url(../img/back-price.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.title2{
	text-align: center;
	font-size: 32px;
}
.title2 span{
	display: inline-block;
	position: relative;
	padding: 0 50px;
}
.title2 span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 29px;
	height: 37px;
	background: url(../img/title-left.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.title2 span:after{
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 29px;
	height: 37px;
	background: url(../img/title-right.svg) no-repeat;
	background-position: center;
	background-size: contain;
}
.price_sub_txt{
	text-align: center;
	margin-bottom: 50px;
}
.price_sub_ttl{
	margin-bottom: 20px;
}
.price_plan_list{
	display: flex;
	justify-content: space-around;
}
.price_plan_list .btn{
	font-size: 18px;
	width: 430px;
	border-radius: 60px;
}
.banner{
	text-align: center;
	margin-top: 60px;
}
.buy1_list{
	display: flex;
	justify-content: center;
	align-items: center;
}
.buy1_list>div{	
	padding: 65px 0;
	margin: 0 40px;
	width: 300px;
	text-align: center;
	color: #fff;
}
.buy1_list h3{
	font-family: 'futura';
	font-size: 64px;
	margin-bottom: 30px;
	line-height: 1;
}
.buy1_list p{
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: bold;
}
.buy1_one{
	background-color: #d50d1d;
}
.buy1_two{
	background-color: #ed1c24;
}
.feature1{
	/*background: url(../img/pattern.png);*/
	padding-top: 120px;
}
.feature2{
	background-color: #f2f2f2;
	margin-top: -150px;
	padding: 230px 0 120px;
}
.feature_cta{
	display: flex;
	justify-content: space-between;
}
.feature_cta2{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.feature_in{
	display: flex;
	margin: 50px 0;
	justify-content: space-between;
}
.feature_div{
	width: 480px;
	background: #fff;
	padding: 40px;
	position: relative;
}
.feature_div:before{
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #d50d1d transparent transparent transparent;
}
.feature_ttl{
	text-align: right;
	font-size: 20px;
	color: #d50d1d;
	font-family: 'futura';
	margin-bottom: 30px;
}
.feature_ttl span{
	font-size: 36px;
	margin-left: 10px;
}
.feature_list li{
	padding-left: 30px;
	position: relative;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
}
.feature_list li:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	background: url(../img/checkbox.svg) no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
	top: 5px;
}
.coupon{
	padding-top: 120px;
}
.coupon_link{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
}
.coupon_link a{
	color: #0071bc;
	text-decoration: underline;
}
.flow_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.flow_list_item {
	position: relative;
	width: 27%;
	max-width: 270px;
}
.flow_list_box {
	margin-bottom: 30px;
	padding: 25px 20px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
}
.flow_list_num {
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 54px;
	font-weight: bold;
	line-height: 1;
	color: #d50d1d;
	font-family: 'futura';
}
.flow_list_box_ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.flow_list_img img {
	width: 84px;
}
.flow_list_ttl {
	font-weight: bold;
	margin-bottom: 15px;
}
.flow_list_arw {
	margin-top: 65px;
}
.flow_list_arw img {
	width: 24px;
}
#flow{
	background: url(../img/back-flow.png) no-repeat;
	background-size: cover;
	background-position: center;
}
#voice{
	background: url(../img/back-voice.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.voice_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.voice_box:nth-child(2n){
	flex-direction: row-reverse;
}

.voice_content {
	width: calc(100% - 250px);
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.voice_content:before{
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 80px;
	left: -12px;
	-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.voice_box:nth-child(2n) .voice_content:before{
	left: auto;
	right: -12px;
}
.voice_ttl {
	margin-bottom: 20px;
	font-size: 24px;
	color: #d50d1d;
}
.voice_ttl.small {
	font-size: 20px;
}
.voice_txt {
	margin-bottom: 10px;
}
.voice_img {
	width: 210px;
	text-align: center;
}
.voice_img p{
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}
footer{
	padding: 20px 0;
	text-align: center;
	background: #808080;
	color: #fff;
}
a.arrowLink{
	color: #0071bc;
	text-decoration: underline;
}
.occupation_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.occupation_list2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.occupation_list3{
	margin-bottom: 50px;
}

.occupation_list li{
	width: 320px;
	margin-top: 20px;
}
.occupation_list li a{
	display: block;
	font-size: 17px;
}

.occupation_list2 li{
	width: 320px;
	margin-top: 20px;
}
.occupation_list2 li a{
	display: block;
}

.occupation_list3 li{
	width: 260px;
	margin-top: 20px;
}

.occupation_list3 .btn{
	width: 250px;
}