@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: 1.8rem;
    font-weight: 400;
    color: #000;
    letter-spacing: .15em;
    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;
}
h6{
	font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
	color: #2B3A4C;
}
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;
	margin-bottom: 60px;
}
.service_contents,.title,.issue_contents,.flow_contents,.qa-list,.contact_contents,.common_inner{
    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/kv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    position: absolute;
	width: 50%;
    right: 0;
    background-position: center;
}
.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;
}
.top_kv_box a,.contact_contents a{
	display: contents;
}
.top_kv_box .red{
	font-family: 'Inter', sans-serif;
    font-weight: 700;
	color: #cc0026;
	font-size: 7rem;
}
.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;
}

/*-----service------*/
.service{
	position: relative;
}
.service .title,.issue .title,.flow .title{
	margin-bottom: 60px;
}
.service_contents{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
}
.service_contents::before{
	content: "";
    background-color: #f3f3f3;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
	bottom: 0;
}
.service_contents p{
	margin-bottom: 4rem;
}
.service_contents_box{
	width: 48%;
    background-color: #fff;
    padding: 50px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgb(23 12 12 / 8%);
    text-align: center;
	margin-bottom: 40px;
}
.service_contents_box h3{
	margin-bottom: 40px;
}
.service_contents_box_img{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service_contents_box_img img{
    width: 100%;
}

/*-----issue------*/
.issue_contents_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 4rem;
}
.issue_contents_box_lineup{
	width: 18%;
    background-color: #fff;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgb(23 12 12 / 8%);
    text-align: justify;
    margin-bottom: 40px;
}
.issue_contents_box_lineup img{
	width: 100%;
}

/*-----flow------*/
.flow_contents_box img{
	height: 70px;
}
.flow_contents_box{
	width: 22%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_contents_box p{
	font-size: 1.4rem;
	text-align: justify;
}
.flow_contents{
	display: flex;
    justify-content: space-between;
	position: relative;
}
.flow_contents::before{
	content: '';
    position: absolute;
    width: 75%;
    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;
}
.flow_contents_box h6{
	margin-bottom: 1rem;
}

/*-----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;
}
.faq .title{
	margin-bottom: 30px;
}

/*-----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;
	padding: 0;
}
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){
	.top_kv::after{
		background-position: top 0px right -100px;
	}
}

/*-----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 -150px;
		height: 680px;
	}
}

/*-----ipad　縦------*/
@media screen and (max-width: 821px) {
	h1{
		font-size: 2.4rem;
	}
	h4{
		font-size: 7rem;
	}
	#pagetop{
		right: 10px;
	}
	.nav_menu{
		max-width: 92%;
   		align-items: center;
	}
	header .contact_btn{
		padding: 1.4rem 1.8rem;
	}
	.top_kv{
		height: 900px;
		display: block;
		padding-top: 150px;
		position: relative;
	}
	.top_kv::after{
		position: absolute;
		width: 100%;
		background-position: center;
		top: 350px;
		z-index: -1;
		height: 750px;
	}
	.nav_menu {
		font-size: 1.2rem;
	}
	header li:last-of-type {
		margin-left: 0px;
	}
	header li {
		margin-right: 1rem;
	}
	.top_kv_box{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.issue_contents_box{
		justify-content: flex-start;
	}
	.issue_contents_box_lineup {
		width: 31%;
		margin-right: 2.6rem;
	}
	.issue_contents_box_lineup:nth-last-child(3n){
		margin-right: 0rem;
	}
}


/*-----ipad mini 縦------*/
@media screen and (max-width: 770px) {
	h1 {
		font-size: 2.8rem;
	}
	h4{
		font-size: 6rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	.nav_menu {
		max-width: 95%;
	}
	.issue_contents_box_lineup {
		width: 30%;
		margin-right: 3.5rem;
	}
	.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::before {
		top: 3px;
		left: 5px;
		content: '';
	}
	.qa-list dl dd::before {
		top: 5px;
		left: 5px;
		content: '';
	}
	.qa-list dl dd {
		margin: 10px 0 0;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
}

/*-----iPhoneX_12pro XR------*/
@media screen and (max-width: 599px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	h1{
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	h2 {
		font-size: 1.4rem;
	}
	h3{
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	h4 {
		font-size: 5rem;
		font-weight: 300;
	}
	h4::after{
		width: 80%;
	}
	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;
		width: 90%;
	}
	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: 350px;
		height: 450px;
	}
	.top_kv_box {
		padding-right: 20px;
		padding-right: 2rem;
		padding-left: 20px;
		padding-left: 2rem;
	}
	.top_kv_box p {
		margin: 1rem auto 2rem;
		letter-spacing: 0;
	}
	.top_kv_box .red{
		font-size: 4.6rem;
		letter-spacing: 1px;
	}
	.service_contents, .title, .issue_contents, .flow_contents, .qa-list, .contact_contents, .common_inner{
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.service_contents_box {
		width: 100%;
		padding: 2rem;
	}
	.service_contents_box p{
		font-size: 1.4rem;
	}
	.service_contents::before{
		height: 60%;
	}
	.issue_contents_box_lineup {
		width: 100%;
		margin-right: 0;
		display: flex;
		align-items: center;
		margin-bottom: 1rem;
	}
	.issue_contents_box_lineup img {
		width: auto;
		height: 50px;
	}
	.issue_contents_box_lineup p{
		line-height: 1.5;
	}
	.service .title, .issue .title, .flow .title {
		margin-bottom: 3rem;
	}
	.flow_contents{
		flex-wrap: wrap;
	}
	.flow_contents_box {
		width: 46%;
	}
	.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;
	}
	.service_contents{
		padding-bottom: 2rem;
	}
}

/*-----iPhoneSE------*/
@media screen and (max-width: 376px) {
	.top_kv_box .red {
		font-size: 4.4rem;
	}
}


