@charset "UTF-8";

/*******************************************************************
リセットCSS
********************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
input,label{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
@media screen and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
table {
width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
/*******************************************************************
                  　　　　　common
********************************************************************/
html,
body {
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  color:#333;
  background: #fff;
  letter-spacing: 0.02em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

*{
	box-sizing: border-box;
}

a{
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
}
a:hover{
  opacity: .8;
}
button{
  outline:none;
}

@media screen and (min-width: 1025px){
  a[href^="tel:"] {
      pointer-events: none;
  }
}
button{
  border: none;
  background: none;
}

img{
  max-width: 100%;
  height: auto;
}

/*******************************************************************
                  　　ここらからコンテンツのCSS
********************************************************************/
.show-sp{
	display: none;
}
@media screen and (max-width:767px){
	.show-sp{
		display: inherit;
	}
}

.header-corp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}
@media screen and (max-width:1024px){
	.header-corp{
		font-size: 1.4rem;
	}
}
@media screen and (max-width:767px){
	.header-corp{
		padding: 10px 0 5px;
	}
}
.header-corp-logo{
	padding: 0 10px;
}
@media screen and (max-width:1024px){
	.header-corp-logo{
		padding: 0 10px;
		max-width: 120px;
	}
}
.header-corp-text{
	display: flex;
	height: 100%;
}
.header-link{
	padding: 20px 0;
}
@media screen and (max-width:767px){
	.header-link{
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.header-link a{
		background-color: #D9D9D9;
		border-radius: 160px;
		display: block;
		padding: 21px 30px;
		font-size: 1.4rem;
		font-weight: bold;
		position: relative;
	}
	.header-link a::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 9.5px 0 9.5px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
	}
	.header-link ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-link ul li{
		margin-bottom: 15px;
		}
	.header-link ul li:nth-child(1){
		width: 100%;
	}
	.header-link ul li:nth-child(2),.header-link ul li:nth-child(3){
		width: 48%;
	}
}

.header-btn a{
	color: #fff;
	background: rgba(206, 0, 0, 1);
	border-radius: 22px;
	text-align: center;
	padding: 10px 60px;
	font-weight: bold;
	margin: 11px 10px 11px 32px;
	position: relative;
	display: block;
}
.header-btn a::before{
	content: "";
	width:10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	right: 19px
}
.mainvisual{
	background-image: url(../img/referral/pc_2000.png);
	background-size: cover;
	background-position: center;
	text-align: center;
}
@media screen and (max-width:767px){
	.mainvisual{
		background: none;
		width: 100%;
	}
	.mainvisual img{
		width: 100%;
	}
}
.introduction{
	width: 100%;
	padding: 100px 20px;
	margin: auto;
	max-width: 745px;
}
@media screen and (max-width:767px){
	.introduction{
		padding: 50px 20px;
	}
}
.introduction-btn a{
	font-weight: bold;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.7);
	border-radius:54px;
	text-align: center;
	padding: 32px 0;
	display: block;
	background: rgba(206, 0, 0, 1);
}
.introduction-btn a::after{
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	content: "";
	border: 3px solid #fff;
	border-radius: 100vh;
}
.introduction-btn a::before{
	content: "";
	width:18px;
	height: 18px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 44px;
	right: 42px
}
@media screen and (max-width:767px){
	.introduction-btn a{
		font-size: 2.5rem;
	}
}
.introduction p{
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}
@media screen and (max-width:767px){
	.introduction p{
		text-align: left;
	}
}
.privilege{
	background-color: #FDBF09;
}
.privilege-wrap{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}
@media screen and (min-width:768px){
	.privilege-flex{
		display: flex;
		justify-content: space-between;
	}
	.privilege-content{
		padding-top: 100px;
		width: 45%;
		max-width: 550px;
	}
}
@media screen and (max-width:767px){
	.privilege-content{
		padding: 50px 0 0;
	}
}

.privilege-text{
	font-size: 1.6rem;
	padding: 10px 0 100px 0;
}
@media screen and (max-width:767px){
	.privilege-text{
		padding: 10px 40px 50px;
	}
}
.method{
	background-color: #EFEFEF;
}
.method-wrap{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 0 20px 90px;
}
.headline{
	text-align: center;
	padding: 70px 0;
}
.headline-text{
	font-size: 46px;
	font-weight: bold;
	background:linear-gradient(transparent 70%, #FFC400 0%);
}
@media screen and (max-width:767px){
	.headline-text{
		font-size: 3rem;
	}
}
@media screen and (min-width:768px){
	.method-flex{
		background-color: #fff;
		border-radius: 40px;
		display: flex;
		justify-content: space-between;
	}
	.method-img{
		padding: 17px 59px 18px 50px;
	}
	.method-explanation{
		background-color: #FFF6DD;
		border-radius: 30px;
		width: 100%;
		max-width: 830px;
		margin: 37px 50px 37px 0;
		text-align: left;
		position:relative;
		display: flex;
		align-items: center;
		padding: 10px 40px;
	}
	.method-explanation p{
		font-size: 19px;
	  width:100%;
	}
}
@media screen and (max-width:767px){
	.method-flex{
		background-color: #fff;
		border-radius: 40px;
		padding: 30px;
	}
	.method-img{
		padding: 0 50px 20px;
	}
	.method-explanation{
		background-color: #FFF6DD;
		border-radius: 30px;
		width: 100%;
		text-align: left;
		align-items: center;
		padding: 20px;
	}
	.method-explanation p{
		font-size: 19px;
	  width:100%;
	}
}
.arrow{
	margin: 10px auto;
	text-align: center;
	line-height: 1;
}
.faq, .requirements{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}
.faq-chart{
	width: 100%;
}
.faq-chart th, .faq-chart td, .requirements-chart th, .requirements-chart td{
	padding: 16px 50px;
	display: block;
	text-align: left;
	font-size: 1.6rem;
}
.faq-chart th, .requirements-chart th{
	background-color: #D4D4D4;
}
.faq-chart td, .requirements-chart td{
	background-color: #F1F1F1;
}
.fontsize-30{
	font-size: 3rem;
}
@media screen and (max-width:767px){
	.faq-chart th, .faq-chart td, .requirements-chart th, .requirements-chart td{
		padding: 16px 30px;
		display: block;
		text-align: left;
		font-size: 1.6rem;
	}
}
footer{
	background-color: #000;
	text-align: center;
	padding: 5px 0;
}
footer small{
	color: #fff;
}
@media screen and (max-width:767px){
	footer small{
		font-size: 1.1rem;
	}
}
@media screen and (max-width:767px){
	.show-pc{
		display: none !important;
	}
	.header-corp-logo{
		padding: 0;
		margin: auto;
	}

}
