@charset "UTF-8";
/*-----全体------*/
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
html{
	font-size: 62.5%;
}
body{
	position: relative;
}
h1,h2,h3,p,a,button,dl,small{
	font-family: 'Noto Sans JP', sans-serif;
}
h1{
	font-size: 3.8rem;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}
h2{
	font-size: 1.6rem;
    font-weight: 500;
	color: #cc0026;
	margin-top: 10px;
}
h3{
	font-size: 2.0rem;
    font-weight: 400;
	color: #cc0026;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
h4{
	font-family: 'Raleway', sans-serif;
	font-size: 9.0rem;
    font-weight: 100;
	color: #e9e9e9;
	margin-bottom: 10px;
	z-index: 1;
}
h4::after{
	content: "";
    border: solid 1px #e9e9e9;
    width: 50%;
    display: block;
    position: absolute;
    left: 0;
}
h5{
	font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background-color: #cc0026;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 2.5;
	margin: 10px auto 16px;
}
p,dt,dd{
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: 1px;
    line-height: 1.8;
	color: #2B3A4C;
	font-feature-settings: "palt";
}
a{
	display: block;
}
.title{
	display: flex;
    flex-direction: column;
}
.features,.services_contents,.services .title,.flow,.faq,.contact_contents,.common_inner{
	max-width: 1180px;
    max-width: 118rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-bottom: 100px;
    box-sizing: border-box;
}

#pagetop{
	display: block;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 10;
	cursor: pointer;
}
#pagetop img{
	width: 60px;
}

/*-----header------*/
.header.change-color {
	backdrop-filter: blur(12px);
    background-color: rgba(255,255,255,0);
	height: 100px;
	transition: 0.5s;
	-webkit-backdrop-filter: blur(10px);
}
/*-----header_トグル------*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0px;
	width: 50px;
	height: 30px;
	border-radius: 50px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	pointer-events: auto;
}
.menu-trigger span {
	left: 10px;
	width: 30px;
	height: 2px;
	background-color: #333333;
	border-radius: 4px;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
	background-color: #333333;
}
.menu-trigger.active span:nth-of-type(2) {
	transform: translateY(-4px) rotate(45deg);
	background-color: #333333;
}	
.menu-trigger.active span:nth-of-type(3) {
	display: none;
}
header {
	position: fixed;
    z-index: 3;
    width: 100%;
	top: 0;
}
.nav_menu{
	font-weight: 500;
    font-size: 1.4rem;
    color: #2B3A4C;
    position: absolute;
    display: flex;
    max-width: 85%;
    justify-content: space-between;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
header nav,header nav ul{
	display: flex;
	align-items: center;
}
header li{
	margin-right: 1.6rem;
}
header li:last-of-type{
	margin-right: 0px;
	margin-left: 10px;
}
.nav_menu .logo{
	margin: 30px 0px 30px 0px;
}
.logo img{
	height: 40px;
}


/*-----main------*/
main{
	position: relative;
}

/*-----top_kv------*/
.top_kv{
	height: 700px;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 1350px;
    margin: auto;
}
.top_kv::after{
	content: "";
	background-image: url("../img/top.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    position: absolute;
    width: 60%;
    right: 0;
}
.top_kv_box{
	z-index: 1;
	max-width: 1200px;
    max-width: 120rem;
    padding-right: 80px;
    padding-right: 8rem;
    padding-left: 80px;
    padding-left: 8rem;
}
.top_kv_box p{
	font-size: 1.4rem;
    margin: 20px auto 50px;
	letter-spacing: 0;
}
.top_kv_box a,.contact_contents a{
	display: contents;
}
.top_kv_box .red{
    color: #cc0026;
}
.contact_btn{
	background-color: #cc0026;
    border: none;
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
	display: flex;
    align-items: center;
	cursor: pointer;
	cursor: hand;
	letter-spacing: 0.5px;	
}
.contact_btn::after{
	content: "";
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    display: block;
    margin-left: 6px;
}
.contact_btn:hover{
   box-shadow: 0px 10px 20px 0px rgb(43 10 23 / 23%);
}

.under_line{
	display: inline-block;
	position: relative;
 	text-decoration: none;
	padding-bottom: 5px;
    box-sizing: border-box;
}
.under_line:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #cc0026;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.under_line:hover:before {
	transform: scale(1);
}

/*========= じわっと出現 ===============*/

.blur{
	animation-name:blurAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

/*-----features------*/
.features .title,.flow .title,.faq .title{
	margin-bottom: 3rem;
}
.features_contents{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.features_contents_box{
	text-align: center;
    width: 30%;
}
.features_contents_box img{
	width: 34%;
    height: auto;
}
.features p{
	letter-spacing: 0;
	text-align: justify;
}

/*-----services------*/
.services{
	position: relative;
}
.services .title{
	margin-bottom: 6rem;
}
.services_contents{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
}
.services_contents_box_p{
	display: contents;
    text-align: center;
}
.services_contents_box_p p{
	width: 100%;
	background-color: #f3f3f3;
	margin-bottom: 0.5rem;
    padding: 0.5rem;
    box-sizing: border-box;
}
.services_contents::before{
	content: "";
    background-color: #f3f3f3;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
	bottom: 0;
}
.services_contents_box{
	width: 32%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgb(23 12 12 / 8%);
    text-align: justify;
	margin-bottom: 2rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.services_contents_box h3{
	margin-bottom: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_contents_box img{
	height: 4rem;
}
.etc{
	width: 100%;
}

/*-----flow------*/
.flow_contents_box img{
	height: 70px;
}
.flow_contents_box{
	width: 12%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_contents_box p{
	font-size: 1.4rem;
	letter-spacing: 0;
}
.flow_contents{
	display: flex;
    justify-content: space-between;
	position: relative;
}
.flow_contents::before{
	content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    margin: auto;
    background-color: #cc0026;
    top: 95px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}

/*-----faq------*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 0px;
    cursor: pointer;
    border-bottom: 1px solid #cc0026;
}	
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 5px;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #cc0026;
    border-right: 1px solid #cc0026;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
}
.qa-list dl dt::before {
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '';
}
.qa-list dl dd::before {
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: '';
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
}
.qa-list dl dd p {
    margin: 30px 0 0;
	color: #666666;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

/*-----contact------*/
.contact{
	background-color: #cc0026;
	padding: 40px 0px 30px;
}
.contact_contents{
	margin-bottom: auto;
}
.contact_contents .title,.contact .title h2,.contact  h4,.contact_contents p,small{
	color: #fff;
}
.contact h4::after{
	border: solid 1px #ffffff;
}
.contact_contents p{
	text-align: center;
	margin: 0px auto 30px;
	font-weight: 400;
}
.contact_contents button{
	margin: auto;
    background-color: #ffffff;
    border: none;
    color: #cc0026;
    padding: 0px 50px;
    border-radius: 50px;
    font-size: 16px;
    height: 70px;
}
.contact_contents button::after{
	border-color: #cc0026 #cc0026 transparent transparent;
}
.contact_contents .title{
	margin-bottom: 50px;
}
small{
	font-size: 1.2rem;
	display: block;
    text-align: center;
    margin-top: 80px;
}

/*-----pc　1450px------*/
@media screen and (max-width: 1450px){
	
}

/*-----pc　1280px------*/
@media screen and (max-width: 1280px){

}

/*-----ipad air　横　1181px------*/
@media screen and (max-width: 1181px){
	
}

/*-----ipad mini　横　1025px------*/
@media screen and (max-width: 1025px){
	.top_kv::after {
		background-position: top 0px right -6rem;
		height: 60rem;
	}
	.top_kv_box {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.flow_contents_box p {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

/*-----ipad　縦------*/
@media screen and (max-width: 821px) {
	h4{
		font-size: 7rem;
	}
	#pagetop{
		right: 10px;
	}
	.nav_menu{
		max-width: 90%;
   		align-items: center;
	}
	.top_kv{
		height: 900px;
		display: block;
		padding-top: 150px;
		position: relative;
	}
	.top_kv_box {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.top_kv::after{
		position: absolute;
		width: 100%;
		background-position: center;
		top: 37rem;
		z-index: -1;
		height: 700px;
		right: 3rem;
	}
	.services_contents_box h3{
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}


/*-----ipad mini 縦------*/
@media screen and (max-width: 770px) {
	h1 {
		font-size: 2.8rem;
	}
	h4{
		font-size: 6rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 0px;
	}
	.qa-list dl::before {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	.qa-list dl dt {
		font-size: 14px;
	}
	.qa-list dl dt::before {
		font-size: 14px;
		top: 3px;
		left: 5px;
		content: '';
	}
	.qa-list dl dd::before {
		font-size: 14px;
		top: 5px;
		left: 5px;
		content: '';
	}
	.qa-list dl dd {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
	.services_contents::before {
		height: 85%;
	}
	.services .title {
		margin-bottom: 4.3rem;
	}
	.services_contents_box h3 {
		font-size: 1.6rem;
	}
	.services_contents_box {
		width: 48.5%;
   		margin-bottom: 1rem;
	}
	.services_contents_box_p p{
		font-size: 1.2rem;
    	letter-spacing: 0;
	}
}

/*-----iPhoneX_12pro XR------*/
@media screen and (max-width: 599px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	h1 {
		letter-spacing: 0;
		font-size: 2.8rem;
		line-height: 1.6;
		margin-bottom: 1rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	h3{
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	h4::after{
		width: 80%;
	}
	.top_kv_box,.services,.flow, .faq, .contact_contents, .common_inner{
		padding-right: 2rem;
		padding-left: 2rem;
	}
	header nav{
		display: none;
		width: 100%;
		position: absolute;
		background-color: #fffffff0;
		padding: 80px 20px 20px;
		box-sizing: border-box;
		left: 0;
		top: 0;
	}
	.nav_menu .logo {
		margin: 0px 0px 0px 0px;
		z-index: 1;
	}
	.nav_menu{
		position: relative;
		padding: 20px;
	}
	header nav ul{
		flex-direction: column;
	}
	header li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.header.change-color{
		height: auto;
	}
	.top_kv{
		padding-top: 100px;
		height: 700px;
	}
	.top_kv::after {
		top: 38rem;
		height: 45rem;
		background-size: contain;
		right: 1.3rem;
	}
	.top_kv_box p {
		margin: 0rem auto 3rem;
	}
	.service_contents_box {
		width: 48%;
		margin-right: 4%;
	}
	.services_contents_box h3 {
		text-align: justify;
	}
	.service_contents_box:nth-child(3n){
		margin-right: 4%;
	}
	.service_contents_box:nth-child(2n){
		margin-right: 0%;
	}
	.service_contents_box p{
		font-size: 1.4rem;
	}
	.etc {
		width: 48.5%;
		text-align: justify;
		display: flex;
		align-items: flex-end;
		padding-bottom: 1rem;
	}
	.features_contents_box{
		width: 100%;
		margin-bottom: 2rem;
	}
	.features_contents_box_img{
		display: flex;
		justify-content: space-between;
	}
	.features_contents_box_img img {
		width: 30%;
	}
	.features_contents_box h3 {
		margin-bottom: 0.5rem;
	}
	.features_contents_box:last-of-type{
		margin-bottom: 0;
	}
	.features_contents_box_img_p{
		width: 68%;
		text-align: justify;
	}
	.features_contents::before{
		height: 80%;
	}
	.services .title,.services_contents {
		padding-left: 0;
		padding-right: 0;
	}
	.flow_contents{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.flow_contents_box {
		width: 25%;
	}
	.flow_contents::before{
		display: none;
	}
	.flow_contents_box p {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.flow_contents_box:nth-child(n+5){
		margin-top: 20px;
	}
	.qa-list dl dd p {
		font-size: 1.4rem;
	}
}

/*-----iPhoneSE------*/
@media screen and (max-width: 376px) {
	h1{
		letter-spacing: 2px;
	}
}


