@charset "utf-8";
.main{
	background: url("../img/mainvisual.jpg") no-repeat center center;
	background-size: cover;
	min-height: 1080px;
	position: relative;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: 1.5s;
}
.main.on{
	opacity: 1;
}
.logo_circle{
	background: rgba(255,255,255,0.8);
	border-radius: 500px;
	width: 970px;
	height: 970px;
	position: absolute;
	top: -485px;
	left: -485px;
	opacity: 0;
	transition: 1s;
}
.logo_circle.on{
	opacity: 1;
}
.logo{
	padding-top: calc(50% + 80px);
	padding-left: calc(50% + 50px);
}
.sitelogo{
	width: 300px;
	text-align: center;
}
.sitelogo img{
	display: inline-block;
}
.sitelogo .logo_mark{
	width: 110px;
	margin-bottom: 35px;
}
.maim_sitetitle{
	max-width: 760px;
	width: 40%;
	position: relative;
	z-index: 10;
	margin-top: 9%;
	opacity: 0;
	transition: 1s;
}
.maim_sitetitle.on{
	opacity: 1;
}
.maim_sitetitle .servicelogo_label{
	background: #a83028;
	color: #FFF;
	font-size: 32px;
	line-height: 150%;
	padding: 15px;
	text-align: center;
}
.maim_sitetitle h1{
	margin: 5% 2.5%;
}
.main_readtext{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: 1s;
}
.main_readtext.on{
	opacity: 1;
}
.main_readtext p{
	font-family: 'Noto Serif JP';
	color: #FFF;
	font-size: 50px;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	display: inline-block;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

/* intro */
#intro{
	background: url("../img/bg_linetop.gif") repeat-x top center,url("../img/bg_linetop.gif") repeat-x bottom center,url("../img/bg_texture01.jpg") no-repeat top center;
	background-size: auto,auto,cover;
	padding: 100px 0;
	text-align: center;
}
.intro_text{
	font-size: 42px;
	font-weight: 500;
}
.intro_text small{
	font-size: 36px;
	font-weight: 500;
}

/* trouble */
.oversection{
	overflow: hidden;
}
#trouble{
	background: #efefef;
	position: relative;
}
#trouble::before{
	content: "";
	position: absolute;
	height: 150px;
	width: 100%;
	clip-path: polygon(0 0,50% 100%,100% 0);
	background-color: #efefef;
	left: 0;
	bottom: -150px;
}
.trouble_ttl{
	background: #247767;
	border-radius: 40px;
	max-width: 840px;
	width: 90%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 80px;
	text-align: center;
	position: relative;
}
.trouble_ttl::after{
	content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #247767 transparent transparent transparent;
  border-width: 20px 25px 0 25px;
}
.trouble_ttl h2{
	color: #FFF;
	font-size: 42px;
	font-weight: 500;
}
.trouble_caselist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.trouble_case{
	width: 48.828125%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.trouble_case:last-child{
	margin-bottom: 10px;
}
.trouble_icon{
	width: 30%;
	margin-right: 20px;
}
.trouble_case:nth-child(4) .trouble_icon img{
	margin-left: -5px;
}
.trouble_text{
	flex: 1;
	padding-top: 15px;
}
.trouble_text h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.trouble_text h3 strong{
	color: #a83028;
	font-size: 30px;
	font-weight: 500;
	line-height: 120%;
}
.trouble_bottom{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0 0;
	text-align: center;
	position: relative;
	margin-bottom: -130px;
	transition: 1.5s;
}
.trouble_bottom .trouble_image{
	width: 50%;
	max-width: 360px;
	display: inline-block;
	opacity: 0;
	transition: 1.5s;
}
.trouble_bottom .trouble_image.on{
	opacity: 1;
}
.trouble_bottom::before{
	background: url("../img/service_photo_left.png") no-repeat;
	background-size: auto 100%;
	content: "";
	display: block;
	width: 32.64285714285714%;
  aspect-ratio: 457 / 321;
	position: absolute;
	left: -50px;
	top: calc(50% - 80px);
}
.trouble_bottom::after{
	background: url("../img/service_photo_right.png") no-repeat;
	background-size: auto 100%;
	content: "";
	display: block;
	width: 28.21428571428571%;
  aspect-ratio: 395 / 491;
	position: absolute;
	right: -50px;
	top: 0;
}
.trouble_bottom::after,.trouble_bottom::before{
	transition: 1s;
	opacity: 0;
	z-index: 1;
}
.trouble_bottom.on::after,.trouble_bottom.on::before{
	opacity: 1;
}
.trouble_bottom.on::before{
	left: 0;
}
.trouble_bottom.on::after{
	right: 0;
}

/* safe */
#safe{
	background: url("../img/bg_texture02.jpg") no-repeat top center;
	background-size: cover;
	padding-top: 160px;
}
.safe_read{
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;
}
.safe_read strong{
	color: #d09a22;
	font-size: 48px;
	font-weight: 500;
	position: relative;
	z-index: 10;
}
.safe_read .btext01,.safe_read .btext02{
	display: inline-block;
	position: relative;
	margin: 0 8px;
}
.safe_read .btext01::after{
	content: "想い";
	color: #d09a22;
	font-size: 48px;
	position: absolute;
  inset: 0;
  z-index: 0;
	-webkit-text-stroke: 10px #FFF;
}
.safe_read .btext02::after{
	content: "経営をやり切る道筋";
	color: #d09a22;
	font-size: 48px;
	position: absolute;
  inset: 0;
  z-index: 0;
	-webkit-text-stroke: 10px #FFF;
}
.safe_head{
	text-align: center;
	margin-bottom: 50px;
}
.safe_ttllabel{
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding: 0 20px 0;
}
.safe_ttllabel::before{
	background: #d09a22;
	content: "";
	width: 3px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(-30deg);
}
.safe_ttllabel::after{
	background: #d09a22;
	content: "";
	width: 3px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(30deg);
}
.safe_head h2{
	font-size: 42px;
	font-weight: 500;
}
.safe_head h2 strong{
	color: #d09a22;
	font-size: 80px;
	font-weight: 600;
	margin: 0 5px;
	line-height: 100%;
}
.safe_point{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
.safe_point:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.safeicon{
	width: 8.7890625%;
}
.safettl{
	flex: 1;
	margin: 0 30px;
}
.safettl h3 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
}
.safettl h3 small{
	font-size: 20px;
	font-weight: 500;
	display: block;
}
.safeimg{
	width: 16.6015625%;
	text-align: right;
}
.safe_point:nth-child(2) .safeimg img,.safe_point:nth-child(3) .safeimg img{
	width: 85.29411764705882%;
	display: inline-block;
}

/* service */
#service{
	background: #f3f3f3;
}
.service_ttl{
	background: #0c5a82;
	border-radius: 40px;
	max-width: 840px;
	width: 90%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
}
.service_ttl::after{
	content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0c5a82 transparent transparent transparent;
  border-width: 20px 25px 0 25px;
}
.service_ttl h2{
	color: #FFF;
	font-size: 42px;
	font-weight: 500;
}
.service_read{
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}
.service_read span{
	font-size: 36px;
	font-weight: 500;
}
.service_read strong{
	color: #d09a22;
	font-size: 48px;
	font-weight: 500;
	position: relative;
	z-index: 10;
}
.service_read .stext01{
	display: inline-block;
	position: relative;
	margin: 0 8px;
}
.service_read .stext01::after{
	content: "新たな選択肢";
	color: #d09a22;
	font-size: 48px;
	position: absolute;
  inset: 0;
  z-index: 0;
	-webkit-text-stroke: 10px #FFF;
}
.service_info{
	margin: 50px 0;
}
.service_info h3{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;	
}
.service_infolist{
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_infolist ul li{
	color: #0c5a82;
	font-size: 24px;
	font-weight: 500;
}
.service_label{
	color: #FFF;
	font-size: 36px;
	background: #0c5a82;
	border-radius: 10px;
	max-width: 600px;
	width: 90%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 45px auto 0px;
	text-align: center;
	position: relative;
}
.service_btn{
	margin-top: 50px;
}

/* message */
#message{
	background: url("../img/bg_texture03.jpg") top center;
	background-size: 100% auto;
	padding-bottom: 0;
}
#message .section{
	padding-bottom: 0;
}
.message_head{
	text-align: center;
}
.message_head h2{
	color: #a83028;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px;
}
.message_head p{
	font-size: 18px;
	font-weight: 500;
	line-height: 200%;
}
.rep_container{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.rep_info{
	flex: 1;
}
.rep_info .repname{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.rep_info .repname small{
	font-size: 14px;
}
.rep_info p{
	font-size: 14px;
	font-weight: 500;
	line-height: 200%;
}
.rep_photo{
	width: 32.6171875%;
	margin-left: 20px;
}

/* section parts */
.section{
	padding: 80px 0;
}
.sv_btn {
  max-width: 380px;
  margin: 0 auto;
}
.sv_btn a {
  background: linear-gradient(176deg,#C24B4D 0%,#C24B4D 50%,#B31E21 50%,#B31E21 100%);
	font-size: 20px;
	font-weight: bold;
  display: block;
  padding: 13px 10px;
  border-radius: 10px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.sv_btn a:hover{
	opacity: 0.8;
}

/* footer */
footer{
	padding-bottom: 190px;
}
.corp{
	padding: 50px;
}
.corpinfo{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.corplogo{
	margin-right: 30px;
}
.corplogo img{
	height: 90px;
	width: auto;
}
.corpdata h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.corpdata h3 span{
	font-size: 15px;
	display: block;
}
.corpdata p{
	font-size: 14px;
	line-height: 180%;
}
.corpdata a{
	color: #000;
	text-decoration: none;
}
.corpdata a:hover{
	text-decoration: underline;
}
.cta{
	color: #FFF;
	font-weight: 500;
	background: #a83028;
	width: 100%;
	height: 170px;
	padding: 10px 20px 0 20px;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.cta p.center{
	font-size: 20px;
	margin-bottom: 15px;
}
.cta_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cta_left,.cta_right{
	width: 25.78125%;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
.cta_left{
	background: #FFF;
	color: #a83028;
	font-size: 24px;
	font-weight: 500;
}
.cta_right{
	background: #d09a22;
	color: #a83028;
	font-size: 24px;
	font-weight: 500;
}
.cta_right a{
	color: #FFF;
	display: block;
	text-decoration: none;
}
.cta_right a:hover{
	opacity: 0.8;
}
.cta_right .cta_mailtext{
	background: url("../img/ico_mail.svg") no-repeat left center;
	background-size: 25px auto;
	font-size: 18px;
	display: inline-block;
	padding-left: 40px;
	padding-bottom: 2px;
}
.cta_right p{
	margin-bottom: 5px;
}
.cta_center{}
.cta_center .cta_tel{
	font-size: 60px;
	font-weight: 500;
	line-height: 100%;
}
.cta_center .cta_tel small{
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	display: block;
}
	
@media screen and (max-width: 1920px){
	.maim_sitetitle .servicelogo_label{
		font-size: 1.65vw;
	}
}

@media screen and (max-width: 1100px){
	.rep_info {
		margin-bottom: 30px;
	}
	.rep_container {
		align-items: end;
	}
	
	footer{
		padding-bottom: 160px;
	}
	.cta {
		height: 160px;
	}
	.cta p.center {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.cta .inner{
		padding: 0;
	}
	.cta_left,.cta_right {
		font-size: 16px;
	}
	.cta_center .cta_tel {
		font-size: 48px;
	}
	.cta_center p{
		font-size: 14px;
	}
	.cta_right .cta_mailtext {
		background: url("../img/ico_mail.svg") no-repeat left center;
		background-size: 20px auto;
		font-size: 14px;
		display: inline-block;
		padding-left: 30px;
	}
}

@media screen and (max-width: 800px){
	.trouble_case {
		width: 100%;
		margin-bottom: 30px;
	}
	.trouble_case:last-child {
		margin-bottom: 30px;
	}
	.trouble_icon {
		width: 20%;
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px){
	.main{
		background: url("../img/mainvisual.jpg") no-repeat center center;
		background-size: cover;
		min-height: 540px;
	}
	.logo_circle{
		width: 440px;
		height: 440px;
		position: absolute;
		top: -220px;
		left: -220px;
	}
	.logo{
		padding-top: calc(50% + 30px);
		padding-left: calc(50% + 15px);
	}
	.sitelogo{
		width: 150px;
	}
	.sitelogo img{
		display: inline-block;
	}
	.sitelogo .logo_mark{
		width: 60px;
		margin-bottom: 15px;
	}
	.maim_sitetitle{
		width: 65%;
		margin-top: 10%;
		margin-left: 5%;
	}
	.maim_sitetitle .servicelogo_label{
		font-size: 13px;
		padding: 10px;
	}
	.maim_sitetitle h1{
		margin: 5% 2.5%;
	}
	.main_readtext{
		justify-content: flex-end;
		padding-right: 10%;
	}
	.main_readtext p{
		font-size: 25px;
	}
	
	/* intro */
	#intro{
		padding: 50px 0;
	}
	.intro_text{
		font-size: 22px;
	}
	.intro_text small {
		font-size: 18px;
	}
	
	/* trouble */
	.trouble_ttl{
		width: 100%;
		height: 60px;
		margin-bottom: 40px;
	}
	.trouble_ttl h2 {
		font-size: 22px;
	}
	.trouble_ttl::after {
		bottom: -15px;
		border-width: 15px 15px 0 15px;
	}
	.trouble_case {
		width: 100%;
		margin-bottom: 30px;
	}
	.trouble_icon {
		width: 20%;
		margin-right: 10px;
	}
	.trouble_text {
		padding-top: 0px;
	}
	.trouble_text h3 {
		font-size: 18px;
	}
	.trouble_text h3 strong {
		font-size: 22px;
	}
	.trouble_case:last-child {
		margin-bottom: 30px;
	}
	.trouble_bottom {
	  width: 90%;
		margin: 0 auto;
		padding-top: 40px;
		margin-bottom: -75px;
	}
	.trouble_bottom::before {
		top: calc(50% - -30px);
		width: 50%;
	}
	.trouble_bottom::after {
		top: calc(50% - 110px);
		width: 40%;
	}
	
	#trouble::before {
		height: 75px;
		bottom: -75px;
	}
	
	/* safe */
	#safe {
		padding-top: 80px;
	}
	.safe_read {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.safe_read strong {
		font-size: 24px;
	}
	.safe_read .btext01::after,.safe_read .btext02::after {
		font-size: 24px;
		-webkit-text-stroke: 5px #FFF;
	}
	.safe_ttllabel {
		font-size: 20px;
		padding: 0 15px 0;
	}
	.safe_ttllabel::before,.safe_ttllabel::after {
		height: 30px;
	}
	.safe_head h2 {
		font-size: 22px;
	}
	.safe_head h2 strong {
		font-size: 40px;
	}
	.safe_point{
		position: relative;
	}
	.safeicon {
		width: 15%;
	}
	.safettl {
		margin: 0 0 0 15px;
	}
	.safettl h3 {
		font-size: 22px;
	}
	.safettl h3 small {
		font-size: 15px;
	}
	.safeimg {
		width: 15%;
		position: absolute;
		left: 0;
		top: 22%;
	}
	.safe_point:nth-child(2) .safeimg img, .safe_point:nth-child(3) .safeimg img {
		width: 100%;
	}
	
	/* service */
	.service_ttl{
		width: 100%;
		height: 60px;
		margin-bottom: 40px;
	}
	.service_ttl h2 {
		font-size: 22px;
	}
	.service_ttl::after {
		bottom: -15px;
		border-width: 15px 15px 0 15px;
	}
	.service_read span {
		font-size: 20px;
	}
	.service_read {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.service_read strong {
		font-size: 24px;
	}
	.service_read .stext01::after {
		font-size: 24px;
		-webkit-text-stroke: 5px #FFF;
	}
	.service_info {
		margin: 25px 0;
	}
	.service_info h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.service_infolist ul li {
		font-size: 17px;
		padding-left: 1em;
		text-indent: -1em;
	}
	.service_label {
		font-size: 20px;
		width: 100%;
		height: 60px;
		margin: 20px auto 0px;
	}
	.service_btn {
		margin-top: 30px;
	}
	.sv_btn a{
		font-size: 18px;
	}
	
	/* massage */
	.message_head h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.message_head p {
		font-size: 15px;
	}
	.rep_container {
		margin-top: 40px;
		display: block;
	}
	.rep_photo {
		width: 60%;
		margin: 20px auto 0;
	}
	.rep_info {
		margin-bottom: 0px;
	}
	
	/* section */
	.section {
		padding: 40px 0;
	}
	
	/* footer */
	footer{
		padding-bottom: 80px;
	}
	.corp {
		padding: 20px;
	}
	.corplogo {
		margin-right: 15px;
	}
	.corpdata h3 {
		font-size: 16px;
		font-weight: 500;
	}
	.corpdata h3 span{
		font-size: 13px;
		display: block;
	}
	
	/* cta */
	.cta .inner {
		padding: 0;
	}
	.cta {
		height: 80px;
		padding: 10px;
	}
	.cta p.center {
		display: none;
	}
	.cta_left{
		display: none;
	}
	.cta_left,.cta_right {
		font-size: 12px;
	}
	.cta_right {
		background: url("../img/ico_mail.svg") no-repeat left center #d09a22;
		background-size: 15px auto;
		background-position: left 10px center;
		width: 32%;
		padding: 6px 6px 6px 20px;
	}
	.cta_right .cta_mailtext{
		display: none;
	}
	.cta_center{
		margin-left: 6px;
	}
	.cta_center p{
		font-size: 10px;
	}
	.cta_center .cta_tel {
		font-size: 26px;
		letter-spacing: 0.05em;
	}
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}