/*----------------------------------
	body
-----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Kosugi');
body {
	font-family: 'Kosugi', sans-serif;
	background:#fff;
	line-height: 1.8;
	overflow: hidden;
}
.center {
	text-align: center;
}
.sp-block {
	display: none;
}
.flex-box {
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-evenly;
	padding: 0 3.0rem;
}
.flex-box-01 {
	display: flex;
	align-items: center;
}
.tablet-block {
	display: none;
}
.sp {
	display: none;
}
.home #page-container {
	padding: 0;
}
.mr30{
	margin-right: 30;
}
.mr40{
	margin-right: 40;
}
.mr50{
	margin-right: 50;
}
.mr60{
	margin-right: 60;
}
/*----------------------------------
	wrapper
-----------------------------------*/
#wrapper {

}
/*----------------------------------
	header
-----------------------------------*/
header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
header h1{
	padding: 1.5rem 0 1.5rem 3.0rem;
	width: 300px;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-nav{
	margin-right: 50px;
}
.header-nav ul{
	width: 550px;
	display: flex;
	justify-content: space-between;
}
.header-nav ul li{
	font-size: 1.6rem;
	font-weight: 700;
	
}
.header-nav ul li a{
	color: #000;
}
.header-mail {
	/* width: 258px; */
}
/*----------------------------------
	a img
-----------------------------------*/
a img:hover {
}
.btn-link {
    border: 1px solid #3895ff;
	background: #3895ff;
	padding: 1.5rem 3.0rem;
	color: #fff;
	width: 300px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 2.0rem;
	border-radius: 8px;
	transition: .3s;
}
.btn-link:hover {
	background: #71b3ff;
}
/*----------------------------------
	footer
-----------------------------------*/
footer{
	background: #e5e7eb;
	padding: 5.0rem 0;
}
footer .footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 5.0rem;
	width: 80%;
}
footer .footer-inner .footer-left {
	width: 45%;
	color: #000;
}
footer .footer-inner .footer-right {
	width: 20%;
}
footer .footer-inner .footer-left .footer-left-img {
	width: 250px;
}
footer .footer-inner .footer-right ul{
	border-left: 1px solid #000;
	padding: 1.0rem 1.5rem;
}
footer .footer-inner .footer-right ul li a{
	color: #000;
}
footer .footer-inner .footer-right .flex {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 16.0rem;
}
.footer-center {
	width: 50%;
}
.footer-sign {
	color: #000;
	text-align: center;
	letter-spacing: 0.2rem;
}
footer a{
	color: #000;
}

/*----------------------------------
	nav
-----------------------------------*/

/*----------------------------------
	block
-----------------------------------*/
.section-block {
	padding: 0 5.0rem;
}

/*----------------------------------
	共通
-----------------------------------*/
h2.section-ttl {
	font-size: 3.5rem;
	margin-bottom: 3.0rem;

}
/*----------------------------------
	top
-----------------------------------*/
#top {
	margin-bottom: 10.0rem;
	width: 100%;
}

/*----------------------------------
	index
-----------------------------------*/
#intro {
	margin-bottom: 10.0rem;
}
.intro-list {
	width: 1150px;
	margin: 0 auto 3.0rem;
}
.intro-list li{
	font-size: 2.0rem;
	font-weight: 700;
	border: 5px solid #000;
	border-radius: 2.0rem;
	background: #ff7a00;
	width: 30%;
	text-align: center;
	padding: 2.0rem 0;
	color: #fff;
}
.intro-txt {
	font-size: 2.1rem;
	text-align: center;
}
.intro-txt div{
	margin-bottom: 2.0rem;
	display: inline-block;
	text-align: center;
}
#flow {
	background: #3C78C8;
	padding: 10.0rem 0;
}
#flow h2.section-ttl {
	color: #fff;
}
.flow-box {
	display: flex;
	justify-content: center;
}
.flow-list li{
	position: relative;
	border: 15px solid #ff7a00;
	padding: 3.0rem;
	width: 460px;
	background: #fff;
}
.flow-list li .no {
	position: absolute;
	top: 0;
	left: 0;
	background: #ff7a00;
	color: #fff;
	font-size: 2.5rem;
	width: 35px;
	height: 30px;
	line-height: 1;
	text-align: center;
}
.flow-list li h2{
	text-align: center;
	margin-bottom: 2.0rem;
	font-size: 2.0rem;
}
.flow-list li .flow-txt {
	font-size: 1.6rem;
}
.flow-list li .flow-txt span{
	display: block;
	font-size: 1.2rem;
	text-indent: -1.2rem;
	color: #b10000;
	padding-left: 1.2rem;
	line-height: 1.2;
}
#diagnose {
	background: #cce3f1;
	padding: 10.0rem;
}
#diagnose article h2{

}
.diagnose-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.diagnose-form li{
	width: 45%;
	margin-bottom: 5.0rem;
}
.diagnose-form li h4{
	font-size: 1.6rem;
	margin-bottom: 1.0rem;
}
span.required {
	display: inline-block;
	font-size: 1.2rem;
	color: #b10000;
	padding-left: 1.0rem;
}
.diagnose-input {
	position: relative;
}
.diagnose-input:after{
	position: absolute;
	top: 53%;
	right: 2.0rem;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	content: "";
	background: url("https://ht-factoring.jp/common/images/icon/arrow.svg") no-repeat center center;
	width: 80px;
	height: 30px;	
}
.diagnose-input select{
	position: relative;
	font-size: 2.1rem;
	background: #fff;
	border: 2px solid #b3b3b3;
	padding: 2.0rem;
	width: 100%;
	border-radius: 2.0rem;
}
.diagnose-input-input input{
	font-size: 2.1rem;
	background: #fff;
	border: 2px solid #b3b3b3;
	padding: 2.0rem;
	width: 100%;
	border-radius: 2.0rem;
}
.diagnose-btn {
	color: #2d3192;
	display: block;
	margin: 0 auto;
	width: 600px;
	font-size: 2.4rem;
	font-weight: 700;
	background: #fff;
	border: 2px solid #2d3192;
	border-radius: 5.0rem;
	padding: 2.0rem 0;
	transition: .3s;
}
.diagnose-btn:hover {
	color: #fff;
	background: #2d3192;
}
#faq {
	padding: 10.0rem;
	margin-bottom: 10.0rem;
}
.faq {
  display: grid;
  gap: 1.5em;
  padding-block-start: 2em;
  max-inline-size: 60em;
  margin: auto;
}
.faq-title {
  font-size: 2.0rem;
  text-align: center;
}
.faq-title:before {
  content: "- FAQ -";
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  color: #666;
}
/* FAQ content */
.faq-content {
  --accent-color: #3388ff;
  --v-rythm: 1.6em;
  --gap: 1em;
  position: relative;
  background: #eee;
  border-radius: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.faq-content:after {
  content: "";
  position: absolute;
  inset-block-start: 1.75rem;
  inset-inline-end: 1.75rem;
  display: block;
  inline-size: 1.8rem;
  aspect-ratio: 1;
  background: #666;
  overflow: hidden;
  rotate: 0deg;
  transition: rotate 0.4s 0s ease;
  clip-path: polygon(25% 10%, 25% 90%, 75% 50%);
}
.faq-content[open]:after {
  rotate: 90deg;
}
.faq-content[open] .faq-q:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
/* Q */
.faq-q {
  font-weight: bold;
  line-height: var(--v-rythm);
  display: flex;
  gap: var(--gap);
  padding: 1rem 2rem 1rem 1.5rem;
  font-size: 2.0rem;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-q:hover {
  color: var(--accent-color);
}
.faq-q:before {
	font-family: sans-serif;
  content: "Q.";
  display: block;
  color: var(--accent-color);
  font-size: var(--v-rythm);
}
/* A */
.faq-a {
  overflow: hidden;
  margin: 0;
  display: flex;
  gap: var(--gap);
  padding: 0 1.5rem 1rem;
}
.faq-a:before {
font-family: sans-serif;
  content: "A.";
  font-weight: bold;
  color: #ffa9a9;
  font-size: var(--v-rythm);
}
.faq-a span{
	margin-top: 0.75rem;
}
#company {
    background: #e6e6e6;
    padding: 10.0rem 0;
}
.company-box {
	width: 1200px;
	margin: 0 auto;
}
.company-left, .company-right {
	width: 48%;
}
.company-img {
	background: #fff;
	padding: 3.0rem;
}
.company-txt {
	font-size: 1.8rem;
	margin-bottom: 3.0rem;
}
h3.name {
	font-size: 2.5rem;
	margin-bottom: 2.0rem;
}
h3.name span{
	font-size: 1.6rem;
	display: block;
}
.profile-list {
	padding: 2.0rem;
	background: #fff;
}
.profile-list li{
	margin-bottom: 1.0rem;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.profile-list li:last-child{
	margin-bottom: 0;
}
.profile-list li span.col01 {
	width: 60px;
}
.profile-list li span.col02 {
	width: calc(100% - 80px);
}
#contact {
	padding: 10.0rem 0;
}
.contact-form {
	width: 90%;
	margin: 0 auto 15.0rem;
}
.txt-right {
	text-align: right !important;
	margin-bottom: 5.0rem;
	margin-right: 5%;
}
.contact-form li{
	font-size: 2.1rem;
	margin-bottom: 5.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-form li h4{
	width: 20%;
}
.contact-form li .contact-input {
	width: 75%;
}
.contact-form li .contact-input input{
	padding: 1.0rem;
	border: 2px solid #000;
	width: 100%;
	background: #edebeb;
}
.contact-form li .contact-input select {
	padding: 1.0rem;
	border: 2px solid #000;
	width: 100%;
	background: #edebeb;
}
.contact-form li .contact-input textarea{
	padding: 1.0rem;
	border: 2px solid #000;
	width: 100%;
	background: #edebeb;
}
.contact-btn {
	display: block;
	text-align: center;
	width: 720px;
	margin: 0 auto;
	padding: 0.5rem 0;
	background: #f7da04;
	border: 3px solid #f7da04;
	border-radius: 1.5rem;
	font-size: 3.0rem;
	color: #1a2c6e;
	font-weight: 700;
	letter-spacing: 0.2rem;
	transition: .3s;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.contact-btn:hover {
	background: #fff;
}
#page-container {
	padding: 5.0rem 0;
}
.page-content {
	width: 100%;
	margin: 0 auto;
	background: url("https://ht-factoring.jp/common/images/svg/pic_line.svg") no-repeat center bottom;
	background-size: cover;
	padding: 10.0rem 0;
}
.page-section-ttl {
	font-size: 4.5rem;
	text-align: center;
	color: #2e3192;
	margin-bottom: 5.0rem;
}
.page-txt {
	font-size: 1.8rem;
	text-align: center;
}
.tel-link {
	display: block;
	margin: 0 auto;
	width: 500px;
}
.rubi {
	color: #b10000;
	text-align: center;
	font-size: 1.6rem;
}
.page-content #contact {
	padding: 7.0rem 0;
	background: none;
	width: 90%;
	margin: 0 auto;
}
#page-container #contact h2{
	text-align: center;
	color: #2e3192;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5.0rem;
}
#page-container #contact h2 span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
}














