@charset "UTF-8";
@import url(reset.css);
@font-face {
  font-family: "TsukuMinPro-L";
  src: url("../css/FOT-TsukuMinPro-L.otf") format('truetype');
}
@font-face {
  font-family: "TsukuMinPro-LB";
  src: url("../css/FOT-TsukuMinPro-LB.otf") format('truetype');
}
/*!------------------------------------------------------------------
[フォントサイズ]
clamp(1rem, 0.96rem + 0.2vw, 1.2rem)
clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem)
clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem)
clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem)
clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem)
*/


* html body {
	background: url(null) fixed;
}
html, body {
	font-size: 10px;
	width: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #2F3651;
	font-size: clamp(1.4rem, 1.362rem + 0.16vw, 1.6rem);
	background-color: #FFF;
	font-family: "TsukuMinPro-L";
	letter-spacing: .1em;
	line-height: 1.8em;
	font-feature-settings: "palt";
}
a {
	color: #2F3651;
	text-decoration: none;
	transition: all .4s;
}
a:hover {
	color: #2F3651;
	text-decoration: none;
}
*:focus {
	outline: none;
}
img {
	-webkit-backface-visibility: hidden;
}
br.cancel {
	display: block;
}
@media screen and (max-width: 896px) {
	br.cancel {
		display: none;
	}
}
.font_LB {
	font-family: "TsukuMinPro-LB";
}
.inview-text--up {
	-webkit-transition: 1s .2s cubic-bezier(.16, .43, .45, 1);
	transition: 1s .2s cubic-bezier(.16, .43, .45, 1);
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	opacity: 0
}
.inview-text--up.inview {
	-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
}

/*!------------------------------------------------------------------
[ヘッダー]
*/
header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100px;
}
header nav {
	position: relative;
	right: 120px;
}
header nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
}
header nav ul li a {
  position: relative;
	display: inline-block;
  padding: 5px;
  transition: .3s;
}
header nav ul li a::before,
header nav ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #A7A7A7;
  transition: .3s;
}
header nav ul li a::before {
  top: 0;
  left: 0;
}
header nav ul li a::after {
  bottom: 0;
  right: 0;
}
header nav ul li a:hover::before,
header nav ul li a:hover::after {
  width: 100%;
	color: #A7A7A7;
}
header nav ul li a:hover {
	color: #A7A7A7;
}
@media screen and (max-width: 896px) {
	header {
		height: 60px;
	}
	header nav {
		display: none;
	}
}

/*!------------------------------------------------------------------
[ヘッダー]
*/
footer {
	padding: 80px 0 30px;
	color: #FFF;
	border-top: 10px solid #61559B;
	background-color: #4A465B;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding-bottom: 120px;
	width: 90%;
	max-width: 1200px;
}
footer address {
	font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
	line-height: 2em;
}
footer address img {
	margin-bottom: 60px;
}
footer address a {
	color: #FFF;
}
footer nav ul {
	display: flex;
	justify-content: flex-end;
	flex-flow: wrap;
	gap: 25px;
	text-align: right;
}
footer nav ul li {
	width: calc(100%/3 - 50px);
}
footer nav ul li a {
  position: relative;
	display: inline-block;
  padding: 5px;
	color: #FFF;
  transition: .3s;
}
footer nav ul li a::before,
footer nav ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
}
footer nav ul li a::before {
  top: 0;
  left: 0;
}
footer nav ul li a::after {
  bottom: 0;
  right: 0;
}
footer nav ul li a:hover::before,
footer nav ul li a:hover::after {
  width: 100%;
	color: #FFF;
}
footer nav ul li a:hover {
	color: #FFF;
}
footer p {
	padding-right: 40px;
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
	text-align: right;
}
@media screen and (max-width: 896px) {
	footer {
		padding: 80px 0 30px;
	}
	footer .inner {
		align-items: center;
		flex-direction: column-reverse;
		padding-bottom: 30px;
		text-align: center;
	}
	footer address {
		font-size: 1.3rem;
		line-height: 2em;
	}
	footer address img {
		margin-bottom: 30px;
		width: 250px;
	}
	footer nav ul {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin-bottom: 100px;
		text-align: center;
	}
	footer nav ul li {
		width: 100%;
	}
	footer nav ul li a {
		position: inherit;
		display: block;
		padding: 0;
	}
	footer p {
		padding-right: 0;
		text-align: center;
	}
}

/*!------------------------------------------------------------------
[メインビジュアル]
*/
.mainvisual {
	position: relative;
	width: 100%;
	height: 50vh;
	max-height: 800px;
	min-height: 400px;
}
body.home .mainvisual h1 {
	position: relative;
	display: flex;
	justify-content: center;
	width: 10%;
	height: 30vh;
	max-height: 400px;
	min-height: 300px;
}
body.home .mainvisual h1 img {
	width: auto;
	height: 100%;
}
.ttlvisual {
	position: relative;
	width: 100%;
	height: 30vh;
	max-height: 400px;
	min-height: 300px;
}
body.chil .ttlvisual img {
	position: relative;
	display: flex;
	justify-content: center;
	width: 10%;
	height: 100%;
}
body.chil h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 10%;
	width: 90%;
	height: 100%;
	color: #FFF;
	border-radius: 20px 0 0 20px;
}
body.chil h1 span {
	position: relative;
	left: -5%;
	font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
	letter-spacing: .3em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
}
body.chil h1.handling {
	background: url(../img/header_img_01.webp) right center / cover no-repeat;
}
body.chil h1.flow {
	background: url(../img/header_img_02.webp) right center / cover no-repeat;
}
body.chil h1.office {
	color: #2F3651;
	background: url(../img/header_img_03.webp) right center / cover no-repeat;
}
body.chil h1.price {
	background: url(../img/header_img_04.webp) right center / cover no-repeat;
}
#mainvisual_vegas {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 10%;
	width: 90%;
	height: 100%;
	border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 896px) {
	.mainvisual {
		height: 500px;
	}
	body.home .mainvisual h1 {
		position: relative;
		display: flex;
		justify-content: center;
		width: 15%;
		height: 230px;
	}
	body.home .mainvisual h1 img {
		height: 230px;
	}
	.ttlvisual {
		height: 400px;
	}
	body.chil .ttlvisual img {
		width: 15%;
		height: 230px;
	}
	body.chil h1 {
		left: 15%;
		width: 85%;
	}
	body.chil h1 span {
		left: -3%;
	}
	body.chil h1.handling {
		background: url(../img/header_img_01_sp.webp) right center / cover no-repeat;
	}
	body.chil h1.flow {
		background: url(../img/header_img_02_sp.webp) right center / cover no-repeat;
	}
	body.chil h1.office {
		color: #2F3651;
		background: url(../img/header_img_03_sp.webp) right center / cover no-repeat;
	}
	body.chil h1.price {
		background: url(../img/header_img_04_sp.webp) right center / cover no-repeat;
	}
	#mainvisual_vegas {
		left: 15%;
		width: 85%;
	}
}

/*!------------------------------------------------------------------
[ハンバーガー周辺]
*/
body.active {
	overflow: hidden;
}
#h_btn {
	cursor: pointer;
	position: relative;
	z-index: +5;
	right: 60px;
	display: block;
	width: 40px;
	height: 40px;
	pointer-events: auto;
	transition: .6s;
	box-sizing: border-box;
}
#h_btn .h_bar,
#h_btn .h_bar span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
}
#h_btn .h_bar {
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	gap: 10px;
	color: #A7A7A7;
	width: 40px;
	height: 40px;
}
#h_btn .h_bar span {
	width: 40px;
	height: 1px;
	background-color: #A7A7A7;
}
#h_btn.active .h_bar span {
	width: 40px;
}
#h_btn.active .h_bar span:nth-child(1) {
	transform: translateY(11px) rotate(-315deg);
}
#h_btn.active .h_bar span:nth-child(2) {
	opacity: 0;
}
#h_btn.active .h_bar span:nth-child(3) {
	transform: translateY(-11px) rotate(315deg);
}
@media screen and (max-width: 896px) {
	#h_btn {
		right: 20px;
	}
}

#h_content {
	display: block;
	position: fixed;
	visibility: hidden;
	overflow: auto;
	z-index: +3;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #2F3651;
	list-style: none;
	pointer-events: auto;
	background-color: rgba(209,203,216,.9);
	backdrop-filter: blur(10px);
	transition: all 0.6s;
}
.active #h_content {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s;
}
#h_content .inner {
	position: fixed;
	z-index: +4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 60%;
	background-color: #FFF;
	transition: all 0.6s;
	box-sizing: border-box;
}
#h_content.active .inner {
	overflow-y: scroll;
	transform: translateX(0px);
	transition: all 0.8s;
	opacity: 1;
}
#h_content .inner address {
	margin-left: 10%;
	width: 40%;
}
#h_content .inner address h3 {
	margin-bottom: 250px;
}
#h_content .inner nav {
	width: 20%;
}
#h_content .inner nav ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
#h_content .inner nav ul li a {
  position: relative;
	display: inline-block;
  padding: 5px;
  transition: .3s;
}
#h_content .inner nav ul li a::before,
#h_content .inner nav ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #A7A7A7;
  transition: .3s;
}
#h_content .inner nav ul li a::before {
  top: 0;
  left: 0;
}
#h_content .inner nav ul li a::after {
  bottom: 0;
  right: 0;
}
#h_content .inner nav ul li a:hover::before,
#h_content .inner nav ul li a:hover::after {
  width: 100%;
	color: #A7A7A7;
}
#h_content .inner nav ul li a:hover {
	color: #A7A7A7;
}
@media screen and (max-width: 896px) {
	#h_content .inner {
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		padding: 0;
		height: 70%;
	}
	#h_content .inner address {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	#h_content .inner address h3 {
		margin-bottom: 30px;
	}
	#h_content .inner address h3 img {
		width: 230px;
	}
	#h_content .inner nav {
		margin-bottom: 60px;
		width: 100%;
	}
	#h_content .inner nav ul {
		gap: 30px;
	}
	#h_content .inner nav ul li a {
		display: block;
		text-align: center;
	}
}

/*!------------------------------------------------------------------
[共通]
*/
.content_navi {
	position: relative;
	z-index: +1;
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin: auto;
	padding: 120px 0 200px;
	width: 90%;
	max-width: 1200px;
}
.content_navi_img {
	position: relative;
	flex: 1 1 calc((100% - 50px) / 3);
}
.content_navi_img img {
	position: relative;
	width: 100%;
	height: auto;
	transition: all .4s;
}
.content_navi_img span {
	position: absolute;
	top: 210px;
	right: 15px;
	font-size: 1.4rem;
	line-height: 2em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
	transition: all .4s;
}
.content_navi_img span::before {
	content: url(../img/icon_01.svg);
  display: inline-block;
	margin-bottom: 10px;
  width: 10px;
  height: 16px;
}
.content_navi_img a:hover span {
	top: 200px;
}
.content_navi_img a:hover img {
	filter: brightness(1.3);
}
@media screen and (max-width: 896px) {
	.content_navi {
		display: none;
	}
}

/*!------------------------------------------------------------------
[リード]
*/
.lead_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding: 140px 0;
	width: 100%;
	max-width: 1200px;
	max-height: 300px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
}
.lead_box h2 {
	font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
	line-height: 3em;
	letter-spacing: .2em;
}
.lead_box h2 span {
	display: block;
	margin-top: 20px;
}
.lead_box p {
	margin-top: 30px;
	padding-right: 30%;
	line-height: 3.2em;
	letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
	.lead_box {
		flex-direction: row;
		align-items: center;
		padding: 80px 0 60px;
		width: 90%;
		max-height: 700px;
	}
	.lead_box h2 {
		display: flex;
		flex-direction: column;
		height: 260px;
	}
	.lead_box h2 span {
		display: inline;
		margin-top: 20px;
	}
	.lead_box p {
		margin-top: 30px;
		padding-right: 0;
		writing-mode: horizontal-tb;
	}
}

/*!------------------------------------------------------------------
[ピックアップ]
*/
.pickup_box {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding: 120px 0;
	background-color: #F7F7F7;
}
.pickup_item {
	display: flex;
	justify-content: space-between;
	gap: 120px;
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.pickup_item_rv {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	gap: 120px;
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.pickup_img {
	position: relative;
	width: 580px;
	height: 580px;
}
.pickup_item img, .pickup_item_rv img {
	position: relative;
	width: 580px;
	height: 580px;
	transition: all .4s;
}
.pickup_item span {
	position: absolute;
	top: 390px;
	right: 15px;
	line-height: 2em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
	transition: all .4s;
}
.pickup_item_rv span {
	position: absolute;
	top: 390px;
	left: 15px;
	line-height: 2em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
	transition: all .4s;
}
.pickup_item span::before, .pickup_item_rv span::before {
	content: url(../img/icon_01.svg);
  display: inline-block;
	margin-bottom: 10px;
  width: 13px;
  height: 19px;
}
.pickup_item a:hover span, .pickup_item_rv a:hover span {
	top: 380px;
}
.pickup_item a:hover img, .pickup_item_rv a:hover img {
	filter: brightness(1.3);
}



.pickup_text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 50px;
	padding: 0 8% 30px;
	width: 50%;
	box-sizing: border-box;
}
.pickup_text__ttl {
	font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
	line-height: 2em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
}
.pickup_text__text {
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 896px) {
	.pickup_box {
		gap: 80px;
		padding: 80px 0;
	}
	.pickup_item {
		flex-direction: column-reverse;
		gap: 0;
	}
	.pickup_item_rv {
		flex-flow: column-reverse;
		gap: 0;
	}
.pickup_img {
	margin: auto;
	width: 340px;
	height: 340px;
}
.pickup_item img, .pickup_item_rv img {
	width: 100%;
	height: auto;
}
.pickup_item span {
	top: 225px;
	right: 3px;
}
.pickup_item_rv span {
	top: 225px;
	left: 3px;
}
.pickup_item span::before, .pickup_item_rv span::before {
	margin-bottom: 15px;
  width: 8px;
  height: 13px;
}
.pickup_item a:hover span, .pickup_item_rv a:hover span {
	top: 220px;
}
	.pickup_item .pickup_text {
		flex-direction: row-reverse;
		justify-content: center;
		align-items: flex-start;
		gap: 30px;
		width: 100%;
	}
	.pickup_item_rv .pickup_text {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		gap: 30px;
		width: 100%;
	}
	.pickup_svg text {
		font-size: 18px;
	}
}

/*!------------------------------------------------------------------
[アクセス]
*/
.access_box {
	margin: auto;
	padding: 120px 0;
	width: 100%;
	max-width: 1200px;
}
.access_box text {
  fill: #2F3651;
	font-size: 16px;
	letter-spacing: .2em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
}
.access_box .spmap {
	display: none;
}
@media screen and (max-width: 896px) {
	.access_box {
		padding: 60px 0;
		width: 90%;
	}
	.access_box svg {
		display: none;
	}
	.access_box .spmap {
		display: block;
	}
	.access_box .spmap iframe {
		margin-bottom: 20px;
		width: 100%;
		height: 300px;
	}
	.access_box .spmap a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;
		width: 200px;
		height: 36px;
		border: 1px solid #A7A7A7;
	}
}

/*!------------------------------------------------------------------
[取扱業務]
*/
.handling_box_navi {
	margin: auto;
	padding: 115px 0 30px;
	width: 90%;
	max-width: 1000px;
}
.handling_box_navi ul {
	display: flex;
	flex-flow: wrap;
	gap: 40px;
	width: 100%;
}
.handling_box_navi ul li {
	width: calc( calc(100% - 120px) / 4 );
}
.handling_box_navi ul li a {
	display: block;
	position: relative;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #C2BCE0;
}
.handling_box_navi ul li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #C2BCE0;
  border-right: solid 2px #C2BCE0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.handling_box_item {
	margin: auto;
	width: 90%;
	max-width: 1000px;
}
.handling_box_item dl {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.handling_box_item dt {
	position: relative;
	padding-top: 20px;
	width: 30%;
	font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
}
.handling_box_item dt:before {
  position: absolute;
	top: 0;
  left: 0;
  width: 140px;
  height: 2px;
  content: '';
  background: #C2BCE0;
}
.handling_box_item dd {
	width: 60%;
}
.handling_box_item dd ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}
.handling_box_item dd li {
	padding-left: 35px;
	background: url(../img/icon_02.svg) left 0 no-repeat;
}
@media screen and (max-width: 896px) {
	.handling_box_navi {
		padding: 60px 0 0;
	}
	.handling_box_navi ul {
		gap: 20px;
	}
	.handling_box_navi ul li {
		width: calc( calc(100% - 20px) / 2 );
	}
	.handling_box_navi ul li a {
		padding: 5px 0;
	}
	.handling_box_item {
		padding-bottom: 80px;
	}
	.handling_box_item dl {
		flex-direction: column;
		margin-top: 80px;
	}
	.handling_box_item dt {
		padding-bottom: 30px;
		width: 100%;
	}
	.handling_box_item dd {
		width: 100%;
	}
}

/*!------------------------------------------------------------------
[取扱業務]
*/
.flow_lead_text {
	margin: auto;
	padding: 100px 0;
	width: 60%;
	max-width: 680px;
}
.flow_list_box {
	padding: 120px 0;
	background-color: #F7F7F7;
}
.flow_list_box ul {
	margin-left: auto;
	padding: 10%;
	width: 90%;
	background-color: #FFF;
	box-sizing: border-box;
}
.flow_list_box ul li dl {
	display: flex;
	justify-content: space-between;
}
.flow_list_box ul li dl dt {
	position: relative;
	color: #61559B;
	font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
	text-align: center;
}
.flow_list_box ul li dl dt::after {
  content: "";
  display: block;
	position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #61559B;
}
.flow_list_box ul li dl dd {
	padding-bottom: 60px;
	width: 85%;
}
.flow_list_box ul li dl dd h3 {
	margin-bottom: 25px;
	font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
}
.flow_list_box ul li dl dd p.flex {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}
.flow_list_box ul li dl dd p.flex img {
	width: 30%;
	height: 30%;
	border-radius: 10px;
}
@media screen and (max-width: 896px) {
	.flow_lead_text {
		padding: 60px 0 50px;
		width: 80%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.flow_list_box {
		padding: 60px 0;
	}
	.flow_list_box ul {
		padding: 35px;
	}
	.flow_list_box ul li dl {
		flex-direction: column;
	}
	.flow_list_box ul li dl dt {
		z-index: 1;
		margin-bottom: 20px;
		width: 100%;
		text-align: left;
	}
	.flow_list_box ul li dl dt::after {
		width: 0;
	}
	.flow_list_box ul li dl dd {
		position: relative;
		margin-left: auto;
		padding-bottom: 40px;
		width: 90%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.flow_list_box ul li dl dd::after {
		content: "";
		display: block;
		position: absolute;
		left: -10%;
		right: auto;
		top: 0;
		margin: auto;
		width: 1px;
		height: calc(100% - 20px);
		background-color: #61559B;
	}
	.flow_list_box ul li dl dd h3 {
		margin-bottom: 20px;
	}
	.flow_list_box ul li dl dd p.flex {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.flow_list_box ul li dl dd p.flex img {
		width: 80%;
	}
}

/*!------------------------------------------------------------------
[事務所案内]
*/
.office h2 {
	margin-bottom: 80px;
	padding-bottom: 40px;
	font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
	text-align: center;
	border-bottom: 1px solid #C2BCE0;
}
.office_message {
	margin: auto;
	padding: 120px 0;
	width: 90%;
	max-width: 1000px;
}
.office_message h3 {
	margin: auto;
	padding-bottom: 40px;
	font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
	line-height: 2em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: initial;
}
.office_message__profile {
	display: flex;
	align-items: center;
	gap: 80px;
}
.office_message__profile img {
	width: 40%;
	border-radius: 20px;
}
.office_message__profile b {
	display: block;
	text-align: right;
}
.office_message__profile b span {
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}

.office_detail {
	margin: auto;
	padding: 0 0 120px;
	width: 90%;
	max-width: 1000px;
}
.office_detail dl {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 40px 0;
	margin: auto;
	width: 55%;
}
.office_detail dl dt {
	width: 20%;
}
.office_detail dl dd {
	width: 70%;
}

.office_access {
	margin: auto;
	width: 90%;
	max-width: 1000px;
}
iframe {
	margin-bottom: 60px;
	width: 100%;
	height: 480px;
	border-radius: 20px;
}
.access_text {
	display: flex;
	justify-content: center;
	gap: 120px;
	margin: auto;
	padding-bottom: 100px;
	width: 80%;
}
.access_text p {
	flex: 1;
}
.office_photo {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: -340px;
}
.office_photo div:nth-child(1) {
	position: relative;
	margin-left: auto;
	margin-right: 5%;
	width: 35%;
}
.office_photo div:nth-child(2) {
	position: relative;
	top: -200px;
	margin-left: 5%;
	margin-right: auto;
	width: 45%;
}
.office_photo div:nth-child(3) {
	position: relative;
	top: -340px;
	margin-left: auto;
	margin-right: 20%;
	width: 25%;
}
.office_photo div img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}
@media screen and (max-width: 896px) {
	.office h2 {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.office_message {
		padding: 60px 0;
		width: 80%;
	}
	.office_message h3 {
		padding-bottom: 30px;
	}
	.office_message__profile {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.office_message__profile img {
		width: 100%;
	}

	.office_detail {
		padding: 0 0 60px;
		width: 80%;
	}
	.office_detail dl {
		flex-direction: column;
		gap: 0;
		width: 100%;
	}
	.office_detail dl dt {
		width: 100%;
		font-weight: 700;
	}
	.office_detail dl dd {
		margin-bottom: 30px;
		width: 100%;
	}

	.office_access {
		width: 80%;
	}
	iframe {
		margin-bottom: 30px;
		height: 280px;
	}
	.access_text {
		flex-direction: column;
		gap: 40px;
		padding-bottom: 40px;
		width: 100%;
	}
	.office_photo {
		gap: 30px;
		margin-bottom: 60px;
	}
	.office_photo div:nth-child(1) {
		position: relative;
		margin-left: auto;
		margin-right: 5%;
		width: 60%;
	}
	.office_photo div:nth-child(2) {
		position: relative;
		top: auto;
		margin-left: 5%;
		margin-right: auto;
		width: 90%;
	}
	.office_photo div:nth-child(3) {
		display: none;
	}
}

/*!------------------------------------------------------------------
[ご料金]
*/
.price_lead_text {
	margin: auto;
	padding: 100px 0 0;
	width: 60%;
	max-width: 680px;
}
.price_overview {
	margin: auto;
	padding: 120px 0 0;
	width: 90%;
	max-width: 1000px;
}
.price_overview h2 {
	margin-bottom: 50px;
	padding-bottom: 40px;
	font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
	text-align: center;
	border-bottom: 1px solid #C2BCE0;
}
.price_overview ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
}
.price_overview ul:last-child {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #C2BCE0;
}
.price_overview ul li {
	padding: 20px 40px;
}
.price_overview ul li:nth-child(1),
.price_overview ul li:nth-child(2),
.price_overview ul li:nth-child(4),
.price_overview ul li:nth-child(5) {
	border-right: 1px solid #C2BCE0;
}
.price_overview ul li h3 {
	margin-bottom: 20px;
	font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
}

.price_fee {
	margin: auto;
	padding: 120px 0 0;
	width: 90%;
	max-width: 1000px;
}
.price_fee h2 {
	padding-bottom: 40px;
	font-size: clamp(1.8rem, 1.68rem + 0.6vw, 2.4rem);
	text-align: center;
}
.accordion {
  border-bottom: 1px solid #C2BCE0;
}
.accordion dt {
  cursor: pointer;
	position: relative;
  padding: 25px 50px;
	font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  border-top: 1px solid #C2BCE0;
}
.accordion dd {
  display: none;
  padding: 30px 50px;
}
.accordion dt::after {
  content: url("../img/icon_03.svg");
  position: absolute;
  right: 10px;
  transition: transform 0.8s;
}
.accordion dt.active::after {
  content: url("../img/icon_04.svg");
}
.accordion dt:hover {
	background-color: #F7F7F7;
}
.accordion dt.active {
	background-color: #F7F7F7;
}
@media screen and (max-width: 896px) {
	.price_lead_text {
		padding: 60px 0 0;
		width: 80%;
	}
	.price_overview {
		padding: 60px 0 0;
	}
	.price_overview h2 {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.price_overview ul {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.price_overview ul:last-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	.price_overview ul li {
		padding: 20px;
		border-bottom: 1px solid #C2BCE0;
	}
	.price_overview ul li:nth-child(1),
	.price_overview ul li:nth-child(2),
	.price_overview ul li:nth-child(4),
	.price_overview ul li:nth-child(5) {
		border-right: none;
	}
	.price_overview ul li h3 {
		margin-bottom: 10px;
		font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
	}

	.price_fee {
		padding: 60px 0;
	}
	.price_fee h2 {
		padding-bottom: 20px;
	}
	.accordion dt {
		padding: 20px 25px;
	}
	.accordion dd {
		padding: 15px 25px;
	}
}