@charset "UTF-8";

.h-info {
	width: 100%;
	padding: 10px 0;
	background: #cedae6;
	.h-info-in {
		width: 1200px;
		margin: 0 auto;
		padding: 0 1%;
		font-size: 1.4rem;
		line-height: 1.55em;
	}
}
/* --------------------------------------------*/
/*メインビジュアル
-----------------------------------------------*/
#keyvisual {
	margin-bottom: 30px;
}
#keyvisual .point {
	display: flex;
	column-gap: 2rem;
}
#keyvisual .box {
	min-height: 420px;
	display: flex;
	flex-direction: column;
	width: 80%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
#keyvisual .inner {
	min-height: 420px;
	overflow: hidden;
	background-image: url(../webp/top_bg.webp);
	position: relative;
}
#keyvisual .inner::before {
	content: '';
	display: inline-block;
	height: 42rem;
	width: 58rem;
	position: absolute;
	top: 0%;
	right: 4%;
	bottom: 0;
	background-image: url(../webp/top_human2.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	vertical-align: middle;
}
#keyvisual .catch {
	margin-top: 7.5rem;
	color: #ffffff;
	font-style: normal;
	font-weight: 300;
	font-size: 3.7rem;
	line-height: 5.8rem;
	font-family: 'Zen Old Mincho', serif;
	letter-spacing: 0.2rem;
}
#keyvisual .catch::before {
	content: '';
	display: inline-block;
	width: 39.5rem;
	height: auto;
	position: absolute;
	top: 0;
	left: 4rem;
	bottom: 0;
	background-image: url(../webp/top_subbg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	vertical-align: middle;
}
#keyvisual .catch span {
	font-size: 4.5rem;
}
#keyvisual .catch span.gold {
	display: inline-block;
	background: linear-gradient(0deg, #D0A900 12%, #FFF9E6 52%, #D0A900 72%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

/*概要
-----------------------------------------------*/
.entrust {
	margin-bottom: 40px;
	padding: 54px 45px 48px;
	background: linear-gradient(180deg, #040303 48%, #313132 80%, #343536 100%);
	color: #fff;
	position: relative;
	z-index: -2;
}
.entrust::before {
	content: '';
	display: inline-block;
	width: 52rem;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../webp/entrust_bg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: -1;
}

.entrust .entrust__inner {
	width: 410px;
}
.entrust .entrust__ttl {
	margin-bottom: 30px;
	font-size: 2rem;
	font-family: var(--mincho-font);
	line-height: 1.8em;
	text-align: center;
	.ttl__big {
		font-size: 2.8rem;
	}
	span {
		display: block;
	}
}
/* 両サイドライン装飾 */
.entrust__ttl-box {
	display: flex;
	align-items: center;
}
.entrust__ttl-box::before,
.entrust__ttl-box::after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #fff;
}
.entrust__ttl-box::before {
	margin-right: 10px;
}
.entrust__ttl-box::after {
	margin-left: 10px;
}

.entrust .entrust__txt p {
	margin-bottom: 1.14em;
}

/*骨董品を高く売るには？（.sell-highly）
-----------------------------------------------*/
.sell-highly {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

.sell-highly h2 {
	color: #4d5263;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.6rem;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
	padding: 6px 0;
	margin-bottom: 20px;
}

.sell-highly__Wrapper {
	width: 900px;
	margin: auto;
}

.sell-highly__Box {
	margin-bottom: 30px;
}
.sell-highly__Box .ttl {
	background: #4C5161;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
	padding: 10px 0 10px 18px;
}

.sell-highly__In {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.sell-highly__In img {
	grid-area: 1 / 1 / 2 / 2;
	width: 250px;
	height: auto;
}
.sell-highly__In .txt {
	grid-area: 1 / 2 / 2 / 5;
	background: url(../png/pt3.png);
	padding: 24px 30px 24px 0;
	display: flex;
	align-items: center;
}
.sell-highly__In .txt__Item {
	background: #fff;
	padding: 20px;
	font-feature-settings: 'halt'on;
}


/*鑑定チーム（#team）
-----------------------------------------------*/
#team {
	background: #fff;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

/*タイトル*/
#team .teamTtl {
	background: url(../png/team_bg.png) no-repeat, #4b5060;
	position: relative;
	width: 990px;
	height: 100px;
	margin: 0 auto 20px;
}
#team .teamTtl h2 {
	width: 440px;
	font-size: 20px;
	position: absolute;
	top: 24px;
	right: 70px;
	text-align: center;
	color: #fff;
	border-bottom: none;
	text-align: left;
}
#team .teamTtl h2 span {
	background: none;
	font-size: 28px;
	padding-left: none;
	color: #786c56;
	text-shadow: #fff 1px 1px 0, #fff -1px 1px 0,
		#fff 1px -1px 0, #fff -1px -1px 0;
}

/*レイアアウト*/
#team ul li {
	width: 900px;
	height: 254px;
	margin: auto;
}
#team ul li .textBox {
	width: 640px;
	margin-top: 20px;
	padding-top: 40px;
}
#team ul li .textBox .txt {
	width: 530px;
	padding-left: 30px;
}
#team ul li .textBox .ttl {
	border-bottom: 2px solid #4b5060;
	padding: 0 0 10px 30px;
	margin-bottom: 10px;
}
#team ul li .textBox .ttl h3 {
	font-weight: normal;
	font-size: 1.4rem;
}
#team ul li .textBox .ttl h3 span {
	display: block;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.4rem;
}

/*背景変更*/
#team ul li:nth-of-type(1) {
	background: url(../png/team1.png) no-repeat right;
}
#team ul li:nth-of-type(2) {
	background: url(../png/team3.png) no-repeat left;
}
#team ul li:nth-of-type(2) .textBox {
	padding-left: 250px;
}
#team ul li:nth-of-type(2) .textBox .txt {
	padding-left: 50px;
}
#team ul li:nth-of-type(3) {
	background: url(../png/team3.png) no-repeat right;
}

/*ご説明します*/
#team .descriptionCon {
	width: 900px;
	margin: 30px auto 0;
	border: 3px solid #4b5060;
	padding: 4px;
}

#team .descriptionCon p {
	text-align: center;
	border: 1px solid #4b5060;
	padding: 10px;
}
#team .descriptionCon p span {
	font-weight: bold;
	color: #85252e;
}


/*こんな事で悩んでませんか？(.problem)
--------------------------------------------------------*/
.problem {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

/*タイトル*/
.problem .problemTtl {
	border-bottom: 1px solid #253156;
	margin-bottom: 20px;
}
.problem .problemTtl h2 {
	border-bottom: 1px solid #253156;
	margin-bottom: 2px;
	text-align: center;
}
/*レイアウト*/
.problem .problemBox ul {
	width: 920px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.problem .problemBox ul li {
	background: url(../png/problem_bg.png);
	width: 288px;
	margin: 0 28px 20px 0;
	padding: 14px 10px;
	box-sizing: border-box;
}
/*マージン打消し*/
.problem .problemBox ul li:nth-child(3n) {
	margin-right: 0;
}
.problem .problemBox ul li p {
	background: rgb(255, 255, 255, 0.7);
	padding: 14px 10px;
	box-sizing: border-box;
	height: auto;
}
.problem .problemBox ul li p span {
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(transparent 64%, rgb(185, 213, 225) 0);
}
/*おまかせ～レイアウト*/
.problem .problemTxt {
	background: url(../png/arikata_img05.png) no-repeat, url(../png/problem_bg.png);
	background-position: center 0;
	background-size: 80px;
	width: 920px;
	margin: 0 auto 50px;
	padding: 36px 0 20px;
	text-align: center;
}

.problem .problemTxt .problemTTtl {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #786c56;
	text-shadow: #fff 1px 1px 0, #fff -1px 1px 0,
		#fff 1px -1px 0, #fff -1px -1px 0;
}

.problem .problemTxt p {
	background: rgba(255, 255, 255, 0.7);
	margin: 0 20px;
	padding: 10px;
	font-weight: bold;
}

/*損傷品
--------------------------------------------------------*/
#top .damage_con h2 {
	color: #436381;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#top .damage_con .damage_con_txt {
	width: 500px;
	margin: 0 auto 30px;
}

#top .damage_con ul {
	width: 670px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#top .damage_con ul li {
	width: calc((100% / 3) - 2%);
	margin-bottom: 20px;
	margin-right: 2%;
}
#top .damage_con ul li:nth-child(3n) {
	margin-right: 0;
}
#top .damage_con ul li p {
	background: #4a6d83;
	color: #fff;
	padding: 2px 0;
	text-align: center;
}

/*骨董品とはどういったもの？ ・ 美術品について
--------------------------------------------------------*/
.what-kotto, .what-artwork {
	background: #fff;
	margin-bottom: 40px;
}

.what-kotto {
	padding-bottom: 30px;
}

.what-kotto .what-box, .what-artwork .what-box {
	margin-bottom: 30px;
	/* display: flex; */
}
.what-box ul{
	display: flex;
}
.what-box ul li{
	flex: 0 0 25%;
}
.what-box ul li img{
	width: 100%;
}
.what-kotto .what-box {
	flex-direction: row-reverse;
}

.what-artwork .what-box {
	flex-direction: reverse;
}

.what-kotto .what-in, .what-artwork .what-in {
	width: 100%;
}

.what-kotto h2.what-ttl, .what-artwork h2.what-ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url(../png/pt3.png);
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 4px;
}

.what-kotto h2.what-ttl::before, .what-artwork h2.what-ttl::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.what-kotto h2.what-ttl::before {
	width: 47px;
	height: 47px;
	background: no-repeat center/contain url(../png/what_img05.png);
}

.what-artwork h2.what-ttl::before {
	width: 35px;
	height: 52px;
	background: no-repeat center/contain url(../webp/icon_artwork.webp);
	margin-top: -5px;
}

.what-kotto h2.what-ttl span, .what-artwork h2.what-ttl span {
	color: #627f9b;
	padding-left: 12px;
	font-size: 28px;
}

.what-kotto .what-txt, .what-artwork .what-txt {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.what-kotto .what-txt dl dt, .what-artwork .what-txt dl dt {
	color: #627f9b;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
}

.what-kotto .what-txt dl dd, .what-artwork .what-txt dl dd {
	padding: 0 10px;
	line-height: 28px;
}

.what-kotto .what-txt dl dd:not(:last-child), .what-artwork .what-txt dl dd:not(:last-child) {
	margin-bottom: 30px;
}

/*欧米の骨董定義*/
.what-us h2.what-us-ttl {
	width: 900px;
	margin: auto;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}

.what-us .what-us-ttl span {
	display: block;
	font-size: 22px;
	border-bottom: 1px solid #444;
	margin-bottom: 4px;
	padding-bottom: 10px;
}

.us-list-box {
	width: 810px;
	margin: auto;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.us-list-box dl {
	border-bottom: 1px solid #ccc;
	display: flex;
}

.us-list-box dl:last-child {
	border-bottom: none;
}

.us-list-box dl dt {
	display: flex;
	width: 210px;
	background: #627f9b;
	color: #fff;
	border-right: 1px solid #ccc;
	padding: 10px 0 10px 16px;
	font-weight: bold;
}

.us-list-box dl dt span {
	font-weight: normal;
	font-size: 13px;
	padding-left: 8px;
}

.us-list-box dl dt span::before {
	content: '- ';
}

.us-list-box dl dt span::after {
	content: ' -';
}

.us-list-box dl dd {
	width: 600px;
	padding: 10px 0 10px 16px;
}

.what-us-txt {
	width: 890px;
	margin: auto;
}


/*買取実績
------------------------------------------*/
.jissekiCon {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}
/*レイアウト*/
.jissekiCon .topSlide {
	width: 930px;
	margin: 0 auto;
}
.jissekiCon .topSlide .jissekiBox {
	position: relative;
	margin-bottom: 36px;
}
.jissekiCon .topSlide .leftBox {
	width: 230px;
	float: left;
	margin-right: 20px;
}
.jissekiCon .topSlide .rightBox .tag {
	display: inline-block;
	background: #928e74;
	color: #fff;
	font-size: 14px;
	padding: 4px 6px;
	float: left;
	margin-right: 20px;
}
.jissekiCon .topSlide .rightBox h3 {
	padding-top: 4px;
}
.jissekiCon .topSlide .rightBox .area {
	position: absolute;
	left: 250px;
	top: 32px;
	font-size: 14px;
}
.jissekiCon .topSlide .textBox {
	position: absolute;
	top: 54px;
	left: 250px;
	width: 680px;
	border-top: 1px solid #ccc;
	padding-top: 6px;
}


/*
	よくある質問
--------------------------------------------*/
#qanda {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}
/*タイトル*/
#qanda h2 {
	width: 930px;
	margin: 0 auto 20px;
	padding: 14px 0;
	text-align: center;
	color: #432f2c;
	background: #cdc6be;
	font-size: 2rem;
}
/*レイアウト*/
#qanda dl {
	width: 840px;
	margin: 0 auto;
}
#qanda dl dt {
	background: url(../png/qanda_iconq.png) no-repeat;
	background-size: 28px;
	font-weight: bold;
	min-height: 28px;
	margin-bottom: 2px;
	padding: 2px 0 0 38px;
	color: #4C5161;
}
#qanda dl dd {
	background: url(../png/qanda_icona.png) no-repeat;
	background-size: 28px;
	min-height: 28px;
	margin-bottom: 30px;
	padding-left: 38px;
}


/*骨董品買取の特徴
------------------------------------------*/
#excel {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

/*タイトル*/
#excel h2 {
	width: 840px;
	margin: 0 auto 20px;
	padding-top: 16px;
	text-align: center;
	color: #fff;
	background: #4C5161;
}

#excel h2 span {
	background: none;
}

#excel .excelTxt {
	margin-bottom: 20px;
	text-align: center;
}

#excel .excelBTxt p {
	background: #fff;
	padding: 16px;
}

/*タイトル2*/
#excel ul.excelBox li h3 {
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 10px;
	color: #86252e;
}


/*レイアウト*/
#excel ul.excelBox {
	width: 840px;
	margin: 0 auto;
}

#excel ul.excelBox li {
	background: url(../png/pt3.png);
	margin-bottom: 20px;
	padding: 20px 40px;
	border: 1px solid #ccc;
}

#excel ul.excelBox li .excelBTxt b {
	color: #3b4061;
}

#excel ul.excelBox li .excelBTxt a {
	color: #D80C0C;
}

/*タイトル背景イメージ*/
#excel ul.excelBox li:nth-child(1) h3 {
	background: url(../png/aboutn_img01.png) no-repeat right;
}
#excel ul.excelBox li:nth-child(2) h3 {
	background: url(../png/aboutn_img02.png) no-repeat right;
}
#excel ul.excelBox li:nth-child(3) h3 {
	background: url(../png/aboutn_img03.png) no-repeat right;
}
#excel ul.excelBox li:nth-child(4) h3 {
	background: url(../png/aboutn_img04.png) no-repeat right;
}
#excel ul.excelBox li:nth-child(5) h3 {
	background: url(../png/aboutn_img05.png) no-repeat right;
}
#excel ul.excelBox li:nth-child(6) h3 {
	background: url(../png/aboutn_img06.png) no-repeat right;
}
#excel ul.excelBox li:nth-child(7) h3 {
	background: url(../png/aboutn_img07.png) no-repeat right;
}

/*------------------------------------------

	ワードプレス

--------------------------------------------*/
#report {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}
/*レイアウト*/
#report ul {
	width: 930px;
	margin: 0 auto;
}
#report ul li.reportBox {
	width: 440px;
	float: left;
	margin: 0 50px 50px 0;
}
/*マージン打消し*/
#report ul li.reportBox:nth-child(even) {
	margin-right: 0;
}
/*コンテンツ内タイトル*/
#report ul li .reportTtl {
	background: url(../png/pt3.png);
	padding: 10px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	height: 60px;
}
#report ul li .reportTtl p {
	display: table-cell;
	vertical-align: middle;
	width: 24%;
}
#report ul li .reportTtl p span {
	background-color: #ada591;
	color: #fff;
	padding: 2px 6px;
	text-align: center;
	font-size: 12px;
	display: block;
	box-sizing: border-box;
	margin-right: 10px;
}
#report ul li .reportTtl h3 {
	display: table-cell;
	vertical-align: middle;
	width: 76%;
	font-size: 15px;
	line-height: 2rem;
}
/*コンテンツレイアウト*/
#report .reportCon {
	margin-top: 10px;
}
#report .reportCon .reportImg {
	width: 120px;
	margin-right: 20px;
	float: left;
}
#report .reportCon .reportTxt {
	position: relative;
	width: 300px;
	float: left;
	min-height: 120px;
}
#report .reportTxt p {
	font-size: 14px;
	line-height: 22px;
}
#report .reportTxt .moreBtn {
	position: absolute;
	background: #3d506b;
	padding: 2px 8px;
	font-size: 12px;
	bottom: -20px;
	right: 0;
}
#report .reportTxt .moreBtn a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#report-jisseki {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}
#report-jisseki .col2-col4 {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
	padding: 0 2%;
}
#report-jisseki .col2-col4 .data {
	border: 1px solid #4c5161;
	border-top-width: 3px;
	position: relative;
}
#report-jisseki .col2-col4>* {
	margin: 20px 15px 0 0;
	width: calc(25% - 15px);
}
#report-jisseki .col2-col4>*:nth-of-type(4n) {
	margin: 20px 0 0 0;
}
#report-jisseki .col2-col4 .data .img img {
	width: 100%;
}
#report-jisseki .col2-col4 .data .img:hover {
	opacity: 0.8;
}
#report-jisseki .results-list .data .spec {
	padding: 10px;
	position: static;
	background: none;
	bottom: 29px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
}
#report-jisseki .results-list .data .spec .writer,
#report-jisseki .results-list .data .spec .title,
#report-jisseki .results-list .data .spec .cat {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#report-jisseki .results-list .data .spec dt {
	font-weight: bold;
}
#report-jisseki .results-list .data .spec dt,
#report-jisseki .results-list .data .spec dd {
	color: #000;
	font-size: 14px;
	padding: 0 0 5px;
	line-height: 1;
}
#report-jisseki .results-list .data .spec .price {
	padding: 5px 0 0;
	border-top: 1px dashed #000;
}
#report-jisseki .results-list .data .spec .price .sankou {
	color: #4c5161;
	font-size: 12px;
	transform: scale(1);
	transform-origin: 0 0;
	margin-right: 0;
}
#report-jisseki .results-list .data .spec .price .sankou br {
	display: none;
}
#report-jisseki .results-list .data .spec .price em {
	color: #882339;
	font-size: 20px;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
	font-style: normal;
}
#report-jisseki .results-list .data .spec .price .yen {
	color: #882339;
	font-size: 12px;
}
#report-jisseki .results-list .btn {
	height: 29px;
	line-height: 29px;
	background: #212c55;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	padding-right: 10px;
	margin: 0 3px 3px;
	letter-spacing: .2em;
	font-size: 14px;
}
#report-jisseki .results-list .btn:after {
	content: "";
	display: block;
	border: 8px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: none;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
}

/* 買取種別------------------- */
.results-list .data .type {
	position: absolute;
	color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px 1.2em;
	background: #212c55;
	border: 1px solid #888888;
	right: 0;
	margin: 3px;
	z-index: 1;
}
.results-list .data .type a {
	color: #ffffff;
	text-decoration: none;
}

/* 買取種別-------------------- */
#report-jisseki .alert {
	text-align: center;
	color: #882339;
	font-size: 14px;
	padding: 40px 0;
}

#report-jisseki .alert {
	text-align: center;
	color: #882339;
	font-size: 14px;
	padding: 40px 0;
}

#report-jisseki .blog_link {
	margin-bottom: 50px;
}

#report-jisseki .blog_link p {
	text-align: center;
}

#report-jisseki .blog_link .btn {
	background: url(../png/arrow.png) no-repeat, #3b4061;
	background-position: 660px center;
	width: 700px;
	padding: 14px 0;
	border-radius: 6px;
	margin: 10px auto 0;
	text-align: center;
}

#report-jisseki .blog_link .btn a {
	display: block;
	color: #fff;
	text-decoration: none;
}


/*
お気軽にご相談ください
--------------------------------------------------------*/
.casual-call {
	background: #fff;
	margin-bottom: 40px;
}

/*コンテンツ*/
.casual-box {
	background: #fff;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.casual-box .img-area {
	width: 270px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.casual-box .img-area img {
	-webkit-transform: translate(-50%, -10%);
	-ms-transform: translate(-50%, -10%);
	transform: translate(-8%, -10%);
	/*表示位置調整*/
}

/*タイトル*/
.casual-box .casual-textbox .casual-ttl {
	background: url(../png/stripe.png) repeat-x bottom;
	background-size: 8px;
	margin-bottom: 20px;
	padding: 0 0 12px 30px;
	font-size: 2rem;
	font-weight: normal;
	box-sizing: border-box;
}

.casual-box .casual-textbox .casual-ttl span {
	font-size: 2.4rem;
	color: #436381;
}

/*本文*/
.casual-box .casual-textbox {
	margin-left: 270px;
	box-sizing: border-box;
}

.casual-box .casual-textbox p {
	padding: 0 3rem;
	line-height: 2em;
}

/* =====================================
	ご本人確認書類
======================================= */
/* ご本人確認書類　背景
---------------------------------------------------------- */
.guide-contact {
	background-color: #FFF;
	padding: 0 0 30px 0;
	margin-bottom: 60px;
}

/* ご本人確認書類
---------------------------------------------------------- */
.flow__attention {
	width: 860px;
	margin: 0 auto;
	border: 2px solid #ADACB2;
	background-color: #FFF;
}

/* 本人確認書類　上マージン消し
---------------------------------------------------------- */
#top article .contact {
	margin-bottom: 0;
	padding-bottom: 20px;
}

/* 本人確認書類　アコーディオン(開閉アニメーションはidentification-accordion.js）
---------------------------------------------------------- */
.flow__attention {
	margin: 0 auto 0 auto;
	width: 856px;
	border: 2px solid #41586d;
	background-color: #41586d;
}
.attention__summary {
	display: flex;
	padding: 12px 20px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-size: 1.7rem;
	font-weight: 600;
	font-family: var(--guide-mincho-font);
	color: #fff;
	cursor: pointer;
	span {
		position: relative;
		margin: 0 auto;
	}
}
.attention__summary::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
}
.flow__attention.is-open .attention__summary::after {
	transform: rotate(-135deg);
}
.attention__content {
	overflow: hidden;
	max-height: 0;
	background-color: var(--color-secondary);
	transition: max-height 0.4s ease;
}
.attention__txt {
	padding: 12px 20px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6;
	&:nth-of-type(1) {
		padding-top: 0;
		margin-bottom: 0;
		text-align: center;
		color: var(--color-neutral-white);
	}
	&:nth-of-type(2) {
		font-weight: bold;
		background-color: var(--color-neutral-white);
	}
}

/* =====================================
	初めてのお客様へ　バナーリンク
======================================= */
.hazimete-banner{
	margin-bottom: 60px;
}

/* =====================================
　　　電話（メール）お問合せ訴求　.contact-appeal
======================================= */

/* 共通
------------------------------------------ */
.contact-appeal *{
box-sizing: border-box;
}
.contact-appeal{
	margin: 50px auto 40px;
}
.contact-appeal__wrap{
	padding-bottom: 30px;
	background: #fff;
}
.contact-appeal__reason-list{
	display: flex;
	justify-content: center;
	gap: 30px;
}
.contact-appeal__reason-item{
	flex: 0 0 calc(50% - 15px);
}
.contact-appeal__reason{
	margin-bottom: 5px;
	padding-bottom: 12px;
	background: no-repeat center bottom / 10em url(../webp/osusume-reason_bg.webp);
	font-size: 19px;
	font-family: var(--mincho-font);
	text-align: center;
	line-height: 1.2;
	.number{
		font-size: 30px;
		margin-left: 5px;
	}
}
.contact-appeal__sub{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 68px;
	margin: 0 30px;
	background-color: var(--color-secondary);
}
.contact-appeal__sub-txt{
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 15px 0 15px 70px;
}

/* a-1 b-1
------------------------------------------ */
.contact-appeal__a-1, .contact-appeal__b-1{
	.contact-appeal__ttl-wrap{
		height: 90px;
		position: relative;
		background-color: var(--color-primary);
	}
	.contact-appeal__main{
		padding: 20px 30px;
	}
	.contact-appeal__ttl{
		margin-right: 320px;
		padding-top: 40px;
		color: #fff;
		font-size: 22px;
		text-align: right;
	}
	.contact-appeal__ttl--2{
		margin: 0 10px;
		font-size: 28px;
	}
	.contact-appeal__ttl-wrap::after{
		display: block;
		width: 142px;
		height: auto;
		aspect-ratio: 142 / 125;
		position: absolute;
		bottom: 0;
		right: 14.5rem;
		content: '';
	}
	.contact-appeal__ttl-wrap.tel::after{
		background: no-repeat center bottom/contain url(../webp/woman-tel.webp);
	}
	.contact-appeal__ttl-wrap.mail::after{
		background: no-repeat center bottom/contain url(../webp/woman-mail.webp);
	}
	.contact-appeal__reason-content{
		padding: 35px 20px 25px;
		border: solid 3px #36587D;
		border-radius: 6px;
	}
	.contact-appeal__reason-ttl{
		display: flex;
		margin-bottom: 30px;
		color: #fff;
		font-size: 20px;
		font-family: var(--mincho-font);
	}
	.contact-appeal__reason-ttl-txt{
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 320px;
		background-color: var(--color-secondary);
		border-radius: 6px;
	}
	.contact-appeal__reason-ttl::before{
		display: block;
		height: auto;
		flex: 0 0 90px;
		aspect-ratio: 90 / 50;
		content: '';
	}
	.contact-appeal__reason-ttl--1::before{
		background: no-repeat center/56px url(../webp/icon_01-operator.webp);
	}
	.contact-appeal__reason-ttl--2::before{
		background: no-repeat center/56px url(../webp/icon_02-agreement.webp);
	}
	.contact-appeal__reason-ttl--3::before{
		background: no-repeat center/56px url(../webp/icon_03-time.webp);
	}
	.contact-appeal__reason-ttl--4::before{
		background: no-repeat center/56px url(../webp/icon_04-satei.webp);
	}
	.contact-appeal__reason-txt{
		margin: 0 6px;
		line-height: 1.5;
	}
	.contact-appeal__sub-txt--mail{
		background: no-repeat left center/40px url(../webp/icon_mail-2.webp);
	}
	.contact-appeal__sub-txt--line{
		background: no-repeat 10px center/30px url(../webp/icon_sp.webp);
	}
}
/* a-2 b-2
------------------------------------------ */
.contact-appeal__a-2, .contact-appeal__b-2{
	.contact-appeal__main{
		padding: 30px;
	}
	.contact-appeal__ttl{
		width: fit-content;
		margin: 0 auto;
		padding: 50px 0 10px;
		border-bottom: solid 1px #36587D;
		font-size: 22px;
	}
	.contact-appeal__ttl--2{
		margin: 0 10px;
		font-size: 28px;
	}
	.contact-appeal__reason-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		padding-top: 20px;
		height: 250px;
		position: relative;
		border-radius: 6px;
	}
	.contact-appeal__reason-content::after{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgb(54 88 125 / 0.75);
		border-radius: 6px;
		content: '';
		z-index: 1;
	}
	.contact-appeal__reason-content--1{
		background: no-repeat center/cover url(../webp/osusume-reason_01bg.webp);
	}
	.contact-appeal__reason-content--2{
		background: no-repeat center/cover url(../webp/osusume-reason_02bg.webp);
	}
	.contact-appeal__reason-content--3{
		background: no-repeat center/cover url(../webp/osusume-reason_03bg.webp);
	}
	.contact-appeal__reason-content--4{
		background: no-repeat center/cover url(../webp/osusume-reason_04bg.webp);
	}
	.contact-appeal__reason-ttl{
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 24px;
		font-family: var(--mincho-font);
	}
	.contact-appeal__reason-txt{
		position: relative;
		z-index: 2;
		max-width: 400px;
		color: #fff;
		line-height: 1.5;
	}
	.contact-appeal__sub-txt--mail{
		background: no-repeat left center/40px url(../webp/icon_mail-2.webp);
	}
	.contact-appeal__sub-txt--line{
		background: no-repeat 10px center/30px url(../webp/icon_sp.webp);
	}
}
