@charset "UTF-8";

/* ------------------------------------------------
                   Company
--------------------------------------------------- */

/*---------- 共通 ----------*/

/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	height: 300px;
	padding: 20px 0;
	position: relative;
}
.page-ttl-bg {
	width: 100%;
	height: 100%;
	background: url("../../img/company/bg_ttl.jpg") center top -21.2222px no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-yellow);
	text-align: center;
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.page-ttl {
	color: #fff;
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.page-sub-ttl {
	margin-top: 30px;
	color: #fff;
	text-align: center;
	font-size: 1.9rem;
	line-height: 2.05;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}

/* パンクズ */
.breadcrumbs, 
.breadcrumbs a {
	color: #fff;
}

/* セクションタイトル */
.sec-ttl-en {
	margin-bottom: 10px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	opacity: 0.5;
}
.sec-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}
.sec-lead-txt {
	margin-top: 30px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.85;
}

@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		height: 112vw;
		padding: 1.6vw 0 50.66vw;
		background: #fff;
		border-top: 1px solid var(--color-blue);
	}
	/*
	.sec-page-ttl::after {
		content: '';
		width: 100%;
		height: 50.66vw;
		background: url("../../img/company/bg_ttl_sp.jpg") center center no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	*/
	.page-ttl-bg {
		width: 100%;
		height: 50.13vw;
		background: url("../../img/company/bg_ttl_sp.jpg") center top 0 no-repeat;
		background-size: 120%;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
	}

	/* パンクズ */
	.breadcrumbs, 
	.breadcrumbs a {
		color: #000;
	}
	

	/* ページタイトル */
	.page-ttl-en {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-14);
	}
	.page-ttl {
		color: #000;
		font-size: var(--fs-sp-30);
		text-shadow: none;
	}
	.page-sub-ttl {
		margin-top: 8vw;
		color: var(--color-black);
		font-size: var(--fs-sp-17);
		text-shadow: none;
	}


	/* セクションタイトル */
	.sec-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-14);
	}
	.sec-ttl {
		font-size: var(--fs-sp-23);
	}
	.sec-lead-txt {
		margin-top: 8vw;
		font-size: var(--fs-sp-17);
	}

	
	
}



/*---------- ページ コピー ----------*/
.sec-page-copy {
	width: 100%;
	padding: 75px 0 65px;
	text-align: center;
}
.page-copy {
	color: var(--color-black);
	font-size: 1.9rem;
    font-weight: 400;
	line-height: 2;
}
@media (max-width: 768px) {
	.sec-page-copy {
		padding: 13.33vw 0 17.33vw;
		text-align: left;
	}
	.page-copy {
		color: var(--color-gray);
		font-size: var(--fs-sp-14);
	}

}


/*---------- 会社概要 ----------*/
.sec-profile {
	width: 100%;
	padding: 50px 0 95px;
	position: relative;
}
.sec-profile .cont-inn {
	max-width: 960px;
}

.profile-outline {
	width: 100%;
	margin-top: 50px;
	border-bottom: 1px solid rgba(68, 68, 68, 0.3);
}
.profile-outline dt {
	width: 330px;
	padding: 20px 0 20px 5px;
	border-top: 1px solid rgba(68, 68, 68, 0.3);
	font-size: 1.5rem;
}
.profile-outline dd {
	width: calc(100% - 330px);
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(68, 68, 68, 0.3);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
}
.profile-outline dd .profile-position {
	width: 210px;
	font-weight: 400;
}
.profile-outline dd .profile-name {
	width: calc(100% - 210px);
}
.profile-outline dd .txt-indent {
	width: 100%;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.profile-outline dd .txt-indent a.normal-link {
	display: inline;
}

.profile-date {
	width: 100%;
	margin-top: 20px;
	text-align: right;
	font-weight: 400;
}



@media (max-width: 768px) {
	.sec-profile {
		width: 100%;
		padding: 29.33vw 0 21.33vw;
	}
	
	.sec-profile .cont-inn {
		max-width: 73.33vw;
	}

	.profile-outline {
		width: 100%;
		margin-top: 8vw;
		border-bottom: 1px solid rgba(68, 68, 68, 0.3);
	}
	.profile-outline dt {
		width: 21.33vw;
		padding: 4vw 0 8vw;
		border-top: 1px solid rgba(68, 68, 68, 0.3);
		font-size: var(--fs-sp-14);
		font-weight: 300;
	}
	.profile-outline dd {
		width: calc(100% - 21.33vw);
		padding: 4vw 0 8vw;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid rgba(68, 68, 68, 0.3);
		font-size: var(--fs-sp-14);
	}
	.profile-outline dt.is-sp-wide {
		width: 100%;
		padding: 4vw 0 2vw;
	}
	.profile-outline dd.is-sp-wide {
		width: 100%;
		border-top: none;
	}
	.profile-outline dt:first-child, 
	.profile-outline dd:first-of-type {
		border-top: none;
	}
	
	.profile-outline dd .profile-position {
		width: calc(100% - 21.33vw);
	}
	.profile-outline dd .profile-name {
		width: 21.33vw;
	}

	.profile-date {
		width: 100%;
		margin-top: 5.66vw;
		text-align: right;
		font-weight: 400;
	}
}



/*---------- 業務フロー ----------*/
.sec-flow{
	width: 100%;
	padding: 0 0 110px;
	position: relative;
	overflow: hidden;
}
.sec-flow .cont-inn {
	max-width: 960px;
}

.img-scroll-box {
    width: 90%;
	max-width: 960px;
    margin: 50px auto 0;
    position: relative;
}

@media (max-width: 768px) {
	.sec-flow{
		width: 100%;
		padding: 0 0 29.33vw;
	}
	.sec-flow .cont-inn {
		max-width: initial;
	}
	
	/* 画像 */
	.img-scroll-box {
		width: 100%;
		margin: 13.33vw 0 0;
		overflow: auto;
	}
	.img-scroll-box img {
		width: auto;
		max-width: 960px;
	}
}



/*---------- 約款 リスト ----------*/
.sec-guideline {
	width: 100%;
	padding: 0 0 110px;
	position: relative;
}

.sec-guideline .cont-inn {
	max-width: 960px;
}

/* リスト */
.guideline-list {
	width: 100%;
}
.guideline-list-cont {
	width: calc((100% - 45px) / 2);
	margin-bottom: 50px;
}
.guideline-list-cont:nth-child(2n) {
	margin-left: 45px;
}

.guideline-list-ttl-wrap {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	justify-content: space-between;
	align-content: flex-start;
}

.guideline-list-ttl-en {
	margin-bottom: 10px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	opacity: 0.5;
}
.guideline-list-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}

.guideline-list-links {
	width: 100%;
}
.guideline-list-links li {
	width: 100%;
	margin-top: 20px;
}
.guideline-list-links li a {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
}
.guideline-list-links li a::after {
	content: '';
	width: 0;
	height: 1px;
	background: var(--color-darkgray);
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.guideline-list-links li a:hover::after {
		width: 100%;
	}
}




@media (max-width: 768px) {
	.sec-guideline {
		width: 100%;
		padding: 0 0 29.33vw;
	}
	
	/* リスト */
	.guideline-list {
		width: 100%;
	}
	.guideline-list-cont {
		width: 100%;
		margin-bottom: 13.33vw;
	}
	.guideline-list-cont:nth-child(2n) {
		margin-left: 0;
	}
	.guideline-list-cont:last-child {
		margin-bottom: 0;
	}

	.guideline-list-ttl-wrap {
		width: 100%;
		padding-bottom: 5.33vw;
		margin-bottom: 5.33vw;
	}
	
	.guideline-list-ttl-en {
		font-size: var(--fs-sp-17);
	}
	.guideline-list-ttl {
		font-size: var(--fs-sp-23);
	}

	.guideline-list-links {
		width: 100%;
	}
	.guideline-list-links li {
		margin-top: 3.2vw;
	}
	.guideline-list-links li:first-child {
		margin-top: 0;
	}
	.guideline-list-links li a {
		font-size: var(--fs-sp-15);
	}
}




/*---------- ボタン ----------*/
.sec-btn-area {
	width: 100%;
	padding: 50px 0 80px;
	background: var(--color-lightgray);
	position: relative;
	z-index: 2;
}
.btn-wrap {
	width: 100%;
	align-items: center;
	justify-content: center;
}
.btn-link {
	width: 260px;
	height: 60px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-link::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-blue);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}
.btn-link::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	transition: 0.3s ease-in-out;
}

.btn-link + .btn-link {
	margin-left: 200px;
}


.btn-back {
	width: 260px;
	height: 60px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #fff;
	font-weight: 500;
	position: relative;
}
.btn-back::before {
	content: '';
	width: 60px;
	height: 60px;
	background: var(--color-blue);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}
.btn-back::after {
	content: '';
	width: 60px;
	height: 60px;
	background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
	background-size: 22px;
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.btn-link:hover::before, 
	.btn-back:hover::before {
		background: var(--color-navy);
	}
    
}


@media (max-width: 1100px) {
	.btn-link + .btn-link {
		margin-left: 15%;
	}
}


@media (max-width: 768px) {
	.sec-btn-area {
		width: 100%;
		padding: 13.33vw 0 21.33vw;
		background: var(--color-lightgray);
		position: relative;
		z-index: 2;
	}
	.btn-wrap {
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.btn-link {
		width: 80%;
		height: 15vw;
		padding-right: 3vw;
		border-radius: 8vw;
		font-size: 3.8vw;
	}
	.btn-link::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-link::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		right: 0;
		transition: 0.3s ease-in-out;
	}

	.btn-link + .btn-link {
		margin-left: 0;
		margin-top: 12vw;
	}

    
	.btn-back {
		width: 80%;
		height: 15vw;
		padding-left: 3vw;
		border-radius: 8vw;
		font-size: 3.8vw;
	}
	.btn-back::before {
		content: '';
		width: 15vw;
		height: 15vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.btn-back::after {
		content: '';
		width: 15vw;
		height: 15vw;
		background: url("../../img/common/icon_arrow_back_w.svg") center center no-repeat;
		background-size: 6vw;
		position: absolute;
		top: calc(50% - 7.5vw);
		left: 0;
		transition: 0.3s ease-in-out;
	}
}

