/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both
}

li {
	list-style: none
}

img {
	max-width: 100%;
	height: auto
}

a {
	color: inherit;
	text-decoration: none
}

.min {
	font-family: "Noto Serif JP", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.go {
	font-family: "Noto Sans JP", 游ゴシック , "Zen kaku Gochic", serif
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0
}

td input {
	max-width: 100%
}

b,
strong {
	font-weight: normal
}

i,
em {
	font-style: normal
}

.inner {
	width: 100%;
	position: relative
}

@media(min-width: 1200px) {
	.inner {
		max-width: 1120px;
		padding: 0 20px;
		margin: 0 auto
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	.inner {
		padding: 0 4vw
	}
}

@media(max-width: 767px) {
	.inner {
		padding: 0 5%
	}
}

.pc-only {
	display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
	.pc-only {
		display: none
	}
}

@media(max-width: 767px) {
	.pc-only {
		display: none
	}
}

.tab-only {
	display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
	.tab-only {
		display: inherit
	}
}

@media(max-width: 767px) {
	.tab-only {
		display: none
	}
}

.sp-only {
	display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
	.sp-only {
		display: none
	}
}

@media(max-width: 767px) {
	.sp-only {
		display: inherit
	}
}

.pctab-only {
	display: inherit
}

@media(min-width: 768px)and (max-width: 1199px) {
	.pctab-only {
		display: inherit
	}
}

@media(max-width: 767px) {
	.pctab-only {
		display: none
	}
}

.tabsp-only {
	display: none
}

@media(min-width: 768px)and (max-width: 1199px) {
	.tabsp-only {
		display: inherit
	}
}

@media(max-width: 767px) {
	.tabsp-only {
		display: inherit
	}
}

a.tellink {
	pointer-events: none
}

@media(max-width: 767px) {
	a.tellink {
		pointer-events: inherit
	}
}

@media(max-width: 767px) {
	:root {
		font-size: 4.26666vw !important
	}
}

html,
body {
	font-size: 1rem;
	line-height: 2;
	color: #333;
	font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

html {
	overflow: auto
}

body {
	overflow: hidden
}

.voll {
	font-family: "Cinzel", serif
}

header {
	width: 100%;
	height: 120px;
	border-bottom: 7px solid #72E0FF;
	background-color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	padding-left: 2vw;
	position: relative;
	z-index: 3
}

@media(min-width: 768px)and (max-width: 1199px) {
	header {
		height: 80px;
		padding-left: 4vw;
		border-bottom: 3px solid #72E0FF
	}
}

@media(max-width: 767px) {
	header {
		height: 16vw;
		border-bottom: 3px solid #72E0FF
	}
}

header .head_logo {
	height: 100%;
	display: grid;
	place-content: center
}

@media(max-width: 767px) {
	header .head_logo {
		height: 16vw;
		padding-left: 5vw;
		z-index: 12
	}
}

header .head_logo a:hover {
	opacity: .8
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .head_logo img {
		/*width:20vw*/
		max-height: 74px;
	}
}

@media(max-width: 767px) {
	header .head_logo img {
		width: 56vw
	}
}

header .gnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: unset
}

@media(min-width: 1200px) {
	header .gnav {
		flex-wrap: nowrap
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav {
		display: none;
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 11
	}
}

@media(max-width: 767px) {
	header .gnav {
		display: none;
		width: 100%;
		position: absolute;
		top: calc(16vw + 0px);
		left: 0;
		z-index: 11
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav.open {
		display: block
	}
}

@media(max-width: 767px) {
	header .gnav.open {
		display: block
	}
}

header .gnav .ul_one {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: unset
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .ul_one {
		width: 100%;
		display: block;
		border-bottom: 1px solid #e2e2e2
	}
}

@media(max-width: 767px) {
	header .gnav .ul_one {
		width: 100%;
		display: block;
		border-bottom: 1px solid #e2e2e2
	}
}

header .gnav .right {
	height: 100%
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .right {
		width: 100%;
		background-color: #fff;
		padding: 1.8rem 4%
	}
}

@media(max-width: 767px) {
	header .gnav .right {
		width: 100%;
		background-color: #fff;
		padding: 1.4rem 5%
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav>ul {
		width: 100%;
		background-color: #fff
	}
}

@media(max-width: 767px) {
	header .gnav>ul {
		width: 100%;
		background-color: #fff
	}
}

@media(min-width: 1200px) {
	header .gnav>ul>li {
		margin-right: 2vw
	}
}

header .gnav>ul>li>a {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: unset;
	padding: .5rem .5rem;
	position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav>ul>li>a {
		padding: 1rem 4vw;
		justify-content: flex-start;
		border-bottom: 1px solid #e2e2e2
	}
}

@media(max-width: 767px) {
	header .gnav>ul>li>a {
		height: 8vh;
		padding: .5rem 5vw;
		justify-content: flex-start;
		border-bottom: 1px solid #e2e2e2
	}
}

header .gnav>ul>li>a:hover {
	opacity: .7
}

@media(min-width: 1200px) {
	header .gnav>ul>li>a.current {
		border-bottom: 1px solid #0073A7;
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ul_one li:not(.li_parent) a::after {
		content: "";
		font-size: 0.625rem;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 50%;
		right: 6vw;
		transform: translateY(-50%)
	}
}

@media(max-width: 767px) {
	.ul_one li:not(.li_parent) a::after {
		content: "";
		font-size: 0.625rem;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 50%;
		right: 8vw;
		transform: translateY(-50%)
	}
}

header .gnav>ul>li>a p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav>ul>li>a p {
		text-align: left
	}
}

@media(max-width: 767px) {
	header .gnav>ul>li>a p {
		text-align: left
	}
}

.btn_head {
	width: -moz-fit-content;
	width: fit-content;
	height: 100%
}

.btn_head a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 240px;
	max-width: 100%;
	height: 100%
}

@media(min-width: 768px)and (max-width: 1199px) {
	.btn_head a {
		width: 88vw;
		height: 4rem
	}
}

@media(max-width: 767px) {
	.btn_head a {
		width: 90vw;
		height: 4rem
	}
}

.btn_head a i {
	font-size: 1.125rem;
	margin-right: .8em
}

.btn_head a p {
	font-size: 1rem;
	text-align:center;
	line-height:1.5;
}

.btn_head.bg_sg a {
	background-color: #28C4F0;
	color: #fff
}

.btn_head.bg_sg a:hover {
	background-color: #0073A7;
	transition: .3s ease
}

.icn_menu {
	width: 16vw;
	height: 16vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 13
}

@media(min-width: 768px)and (max-width: 1199px) {
	.icn_menu {
		width: 80px;
		height: 80px
	}
}

.icn_menu .menu-trigger,
.icn_menu .menu-trigger span {
	display: inline-block;
	transition: all .4s
}

.icn_menu .menu-trigger {
	width: 100%;
	height: 100%;
	padding: 1rem
}

.icn_menu .menu-trigger .spanwrap {
	height: 100%;
	position: relative
}

.icn_menu .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: .25rem;
	background-color: #28C4F0;
	border-radius: 0rem
}

.icn_menu .menu-trigger span:nth-of-type(1) {
	top: 0
}

.icn_menu .menu-trigger span:nth-of-type(2) {
	top: calc(50% - .125rem)
}

.icn_menu .menu-trigger span:nth-of-type(3) {
	bottom: 0
}

.icn_menu .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(-50%) rotate(-45deg);
	top: 50%
}

.icn_menu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0
}

.icn_menu .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-50%) rotate(45deg);
	top: 50%
}

.main_home {
	height: calc(100vh - 120px);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%), url('/wp-content/uploads/2025/05/AdobeStock_218730281.jpg') center center / cover no-repeat;
	position: relative;
	overflow: hidden
}

@media(min-width: 768px)and (max-width: 1199px) {
	.main_home {
		height: calc(100vh - 80px);
		background: url(/wp-content/uploads/2025/05/sp_fv-scaled.jpg) center center/cover no-repeat
	}
}

@media(max-width: 767px) {
	.main_home {
		height: calc(100vh - 16vw);
		background: url(/wp-content/uploads/2025/05/sp_fv-scaled.jpg) center center/cover no-repeat
	}
}

.main_home .txt {
	position: absolute;
	top: 17%;
	left: 50%;
	translate: -50% 0;
	z-index: 2
}

@media(max-width: 767px) {
	.main_home .ttl01 {
		width: 85.3333333333vw
	}
}

.blur {
	animation-name: blurAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards
}

@keyframes blurAnime {
	from {
		filter: blur(10px);
		transform: scale(1.02);
		opacity: 0
	}

	to {
		filter: blur(0);
		transform: scale(1);
		opacity: 1
	}
}

.blurTrigger {
	opacity: 0;
	display: block;
	max-width: 500px;
}

.fix_right {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 6;
	opacity: 0
}

@media(min-width: 1200px) {
	.fix_right {
		display: none
	}
}

@media(max-width: 767px) {
	.fix_right {
		width: 100%;
		top: unset;
		bottom: 0;
		right: 0;
		transform: unset
	}
}

.fix_right.show {
	opacity: .7
}

@media(max-width: 767px) {
	.fix_right .btn {
		width: 100vw
	}
}

.fix_right .btn a {
	width: 50px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: unset;
	flex-direction: column;
	border-right: none;
	padding: 1rem 0
}

@media(max-width: 767px) {
	.fix_right .btn a {
		width: 100%;
		height: 100%;
		flex-wrap: wrap;
		flex-direction: row;
		border: none;
		border-radius: 0;
		padding: .8rem 0
	}
}

.fix_right .btn a i {
	font-size: 1.125rem;
	line-height: 1;
	margin-bottom: .4em
}

@media(max-width: 767px) {
	.fix_right .btn a i {
		margin: 0 .4em 0 0
	}
}

.fix_right .btn a p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.33;
	writing-mode: vertical-rl
}

@media(max-width: 767px) {
	.fix_right .btn a p {
		writing-mode: inherit
	}
}

.fix_right .btn.contact a {
	background-color: #28C4F0;
	color: #fff
}

.section_cmn {
	padding: 5rem 0
}

@media(max-width: 767px) {
	.section_cmn {
		padding: 3rem 0
	}
}

.section_cmn.t_narrow {
	padding-top: 3.5rem
}

@media(max-width: 767px) {
	.section_cmn.t_narrow {
		padding-top: 2.5rem
	}
}

.section_cmn.b_narrow {
	padding-bottom: 3.5rem
}

@media(max-width: 767px) {
	.section_cmn.b_narrow {
		padding-bottom: 2.5rem
	}
}

.section_cmn.t_wide {
	padding-top: 7.5rem
}

@media(max-width: 767px) {
	.section_cmn.t_wide {
		padding-top: 4rem
	}
}

.section_cmn.b_wide {
	padding-bottom: 8.5rem
}

@media(max-width: 767px) {
	.section_cmn.b_wide {
		padding-bottom: 4rem
	}
}

.section_cmn.t_ultwide {
	padding-top: 12rem
}

@media(min-width: 768px)and (max-width: 1199px) {
	.section_cmn.t_ultwide {
		padding-top: 6rem
	}
}

@media(max-width: 767px) {
	.section_cmn.t_ultwide {
		padding-top: 5rem
	}
}

.section_cmn.t_none {
	padding-top: 0
}

.section_cmn.b_none {
	padding-bottom: 0
}

.ttl_cmn {
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-bottom: .8em;
	position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ttl_cmn {
		font-size: 1.5rem
	}
}

@media(max-width: 767px) {
	.ttl_cmn {
		font-size: 1.375rem
	}
}

.ttl_cmn em {
	font-size: 8.75rem;
	color: rgba(0, 0, 0, 0);
	font-style: italic;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -66%;
	z-index: 0
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ttl_cmn em {
		font-size: 5.625rem
	}
}

@media(max-width: 767px) {
	.ttl_cmn em {
		font-size: 4.375rem
	}
}

.ttl_cmn em.color_gr {
	-webkit-text-stroke: 1px #e2e2e2
}

.ttl_cmn em.color_sea {
	-webkit-text-stroke: 1px #1598BE;
}

.ttl_cmn em.color_gr2 {
	-webkit-text-stroke: 1px #d1d1d1
}

.ttl_cmn span {
	position: relative;
	z-index: 1
}

.ttl_cmn.tac {
	text-align: center;
	margin-inline: auto
}

.ttl_cmn.color_sg {
	color: #28C4F0
}

.ttl_cmn.color_w {
	color: #fff
}

.ttl_cmn.mb_w {
	margin-bottom: 1.8em
}

.ttl_cmn.mb0 {
	margin-bottom: 0
}

.ttl_cmn2 {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-bottom: .6em
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ttl_cmn2 {
		font-size: 1.125rem
	}
}

@media(max-width: 767px) {
	.ttl_cmn2 {
		font-size: 1.125rem;
		letter-spacing: 0
	}
}

.ttl_cmn2.regular {
	font-weight: 400
}

.ttl_cmn2.tac {
	text-align: center
}

.ttl_cmn2.color_w {
	color: #fff
}

.ttl_cmn2.color_sg {
	color: #28C4F0
}

.ttl_cmn2.small {
	font-size: 1.25rem
}

@media(max-width: 767px) {
	.ttl_cmn2.small {
		font-size: 1rem
	}
}

.ttl_cmn2.mdl {
	font-size: 1.875rem
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ttl_cmn2.mdl {
		font-size: 1.25rem
	}
}

@media(max-width: 767px) {
	.ttl_cmn2.mdl {
		font-size: 1.25rem
	}
}

.ttl_cmn2.mb_w {
	margin-bottom: 1.8em
}

.ttl_cmn2.mb0 {
	margin-bottom: 0
}

.txt_cmn {
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: .05em
}

@media(max-width: 767px) {
	.txt_cmn {
		font-size: 0.875rem
	}
}

.txt_cmn.lh_w {
	line-height: 2.4
}

@media(max-width: 767px) {
	.txt_cmn.lh_w {
		line-height: 2
	}
}

.txt_cmn.lh_n {
	line-height: 1.5
}

.txt_cmn.tac {
	text-align: center
}

.txt_cmn.regular {
	font-weight: 400
}

.txt_cmn.color_k {
	color: #333
}

.txt_cmn.color_w {
	color: #fff
}

.txt_cmn.large {
	font-size: 1.125rem
}

@media(max-width: 767px) {
	.txt_cmn.large {
		font-size: 0.875rem
	}
}

.txt_cmn.mdl {
	font-size: 0.875rem
}

@media(max-width: 767px) {
	.txt_cmn.mdl {
		font-size: 0.75rem
	}
}

.txt_cmn.small {
	font-size: 0.75rem
}

@media(max-width: 767px) {
	.txt_cmn.small {
		font-size: 0.625rem
	}
}

.side_cmn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: unset
}

.side_cmn figure {
	width: 50%;
	text-align: center
}

@media(max-width: 767px) {
	.side_cmn figure {
		width: 100%;
		margin-bottom: 1rem
	}
}

.side_cmn .txt {
	width: 46.2962962963%
}

@media(max-width: 767px) {
	.side_cmn .txt {
		width: 100%
	}
}

.side_cmn.reverse {
	flex-direction: row-reverse
}

.side_cmn.a_start {
	align-items: flex-start
}

.side_cmn.works figure {
	width: 47.2222222222%
}

@media(max-width: 767px) {
	.side_cmn.works figure {
		width: 100%
	}
}

.side_cmn.works .txt {
	width: 50%
}

@media(max-width: 767px) {
	.side_cmn.works .txt {
		width: 100%
	}
}

.over_cmn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: unset;
	margin: 0 calc(50% - 50vw);
	position: relative
}

.over_cmn figure {
	width: calc(100% - 540px);
	text-align: right
}

@media(min-width: 768px)and (max-width: 1199px) {
	.over_cmn figure {
		width: 48.1481481481%
	}
}

@media(max-width: 767px) {
	.over_cmn figure {
		width: 100%;
		margin-bottom: 1rem
	}
}

.over_cmn .txt {
	width: 500px
}

@media(min-width: 768px)and (max-width: 1199px) {
	.over_cmn .txt {
		width: 48.1481481481%
	}
}

@media(max-width: 767px) {
	.over_cmn .txt {
		width: 100%;
		padding: 0 8%
	}
}

.over_cmn:not(.reverse) {
	padding: 0rem calc(50vw - 50%) 0rem 0
}

@media(max-width: 767px) {
	.over_cmn:not(.reverse) {
		padding: 0
	}
}

.over_cmn:not(.reverse) figure {
	text-align: right
}

@media(max-width: 767px) {
	.over_cmn:not(.reverse) figure {
		padding-right: 8%
	}
}

.over_cmn.reverse {
	flex-direction: row-reverse;
	padding: 0rem 0 0rem calc(50vw - 50%)
}

@media(max-width: 767px) {
	.over_cmn.reverse {
		padding: 0
	}
}

.over_cmn.reverse figure {
	text-align: left
}

@media(max-width: 767px) {
	.over_cmn.reverse figure {
		padding-left: 8%
	}
}

.over_cmn.a_start {
	align-items: flex-start
}

.over_cmn.aaa {
	align-items: flex-end
}

.over_cmn.aaa figure {
	width: calc(100% - 540px)
}

@media(min-width: 768px)and (max-width: 1199px) {
	.over_cmn.aaa figure {
		width: 46.2962962963%
	}
}

@media(max-width: 767px) {
	.over_cmn.aaa figure {
		width: 100%
	}
}

.over_cmn.aaa .txt {
	width: 520px
}

@media(min-width: 768px)and (max-width: 1199px) {
	.over_cmn.aaa .txt {
		width: 50%
	}
}

@media(max-width: 767px) {
	.over_cmn.aaa .txt {
		width: 100%
	}
}

.btn_cmn {
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%
}

.btn_cmn a {
	width: 294px;
	max-width: 100%;
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: unset;
	position: relative
}

.btn_cmn a p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .05em
}

@media(max-width: 767px) {
	.btn_cmn a p {
		font-size: 0.9375rem
	}
}

.btn_cmn a i {
	margin-left: 1.5rem
}

.btn_cmn a:hover p {
	transition: .5s ease
}

.btn_cmn.bar a {
	position: relative
}

.btn_cmn.bar a::before {
	content: "";
	width: 1.5em;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	right: 0;
	translate: 50% -50%
}

.btn_cmn.small a {
	width: 168px;
	height: 46px
}

@media(max-width: 767px) {
	.btn_cmn.small a {
		width: 40vw;
		height: 2.5rem
	}
}

.btn_cmn.small a p {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0
}

@media(max-width: 767px) {
	.btn_cmn.small a p {
		font-size: 0.875rem
	}
}

.btn_cmn.small a>i {
	font-size: 0.625rem;
	position: absolute;
	top: 50%;
	right: 5%;
	translate: 0 -50%
}

.btn_cmn.center {
	margin-inline: auto
}

.btn_cmn.right {
	margin-inline: auto 0
}

.btn_cmn.color_mg a {
	border: 1px solid currentColor;
	color: #28C4F0;
}

.btn_cmn.color_mg a:hover {
	border: unset;
	background-color: #28C4F0;
	color: #fff;
	transition: .5s ease
}

.btn_cmn.color_sg a {
	border: 1px solid currentColor;
	background-color: #fff;
	color: #28C4F0;
}

.btn_cmn.color_sg a:hover {
	border: unset;
	background-color: #609665;
	color: #fff;
	transition: .5s ease
}

.btn_naked {
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%
}

.btn_naked a {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: unset;
	position: relative
}

.btn_naked a::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	bottom: 0;
	left: 0
}

.btn_naked a p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em
}

@media(max-width: 767px) {
	.btn_naked a p {
		font-size: 0.8125rem
	}
}

.btn_naked a i {
	font-size: 0.625rem;
	margin-left: 1em
}

.btn_naked a:hover::before {
	width: 100%;
	transition: .5s ease
}

.btn_naked.center {
	margin-inline: auto
}

.btn_naked.right {
	margin-inline: auto 0
}

.btn_naked.color_mg a {
	color: #28C4F0;
}

.btn_naked.color_mg a:hover {
	transition: .5s ease
}

.btn_naked.color_sg a {
	color: #28C4F0
}

.btn_naked.color_sg a:hover {
	transition: .5s ease
}

.bgtxtwrap {
	width: -moz-fit-content;
	width: fit-content;
	overflow: hidden
}

.bgtxtwrap .bg_txt_cmn {
	font-size: 12.5rem;
	color: rgba(0, 0, 0, 0);
	font-weight: 400;
	line-height: 1;
	letter-spacing: .07em;
	white-space: nowrap
}

@media(min-width: 768px)and (max-width: 1199px) {
	.bgtxtwrap .bg_txt_cmn {
		font-size: 8.125rem
	}
}

@media(max-width: 767px) {
	.bgtxtwrap .bg_txt_cmn {
		font-size: 7.5rem
	}
}

.bgtxtwrap .bg_txt_cmn.color_w {
	-webkit-text-stroke: 1px #fff
}

.bgtxtwrap .bg_txt_cmn.color_sea {
	-webkit-text-stroke: 1px #a0bea3
}

.bgtxtwrap .bg_txt_cmn.vt {
	writing-mode: vertical-rl
}

.bgtxtwrap.scroll {
	width: 100%
}

.bgtxtwrap.scroll .inn {
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
	animation: animate-text 120s linear infinite
}

@keyframes animate-text {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}

.home_second {
	padding-bottom: 5rem
}

@media(max-width: 767px) {
	.home_second {
		padding-bottom: 2.5rem
	}
}

.home_second .wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0rem 6.4814814815%
}

@media(max-width: 767px) {
	.home_second .wrap {
		margin-top: -10vh
	}
}

.home_second .wrap .circle {
	aspect-ratio: 1/1;
	display: grid;
	place-content: center;
	position: relative
}

.home_second .wrap .circle::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/index/circle.svg) center center/100% auto no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	rotate: -30deg
}

.home_second .wrap .circle .num {
	font-size: 3.125rem;
	line-height: 1;
	font-style: italic;
	position: absolute;
	top: 10%;
	left: .2em
}

@media(max-width: 767px) {
	.home_second .wrap .circle .num {
		font-size: 0.9375rem
	}
}

.home_second .wrap .circle .ttl01 {
	font-size: 1.6875rem;
	font-weight: 600;
	line-height: 1.58;
	text-align: center
}

@media(max-width: 767px) {
	.home_second .wrap .circle .ttl01 {
		font-size: 0.75rem
	}
}

.home_second .wrap .circle .ttl01 span {
	display: block;
	font-size: 1rem
}

@media(max-width: 767px) {
	.home_second .wrap .circle .ttl01 span {
		font-size: 0.5rem
	}
}

.home_post {
	background: #28C4F0 url(https://law-justice.jp/wp-content/uploads/2025/06/back_grid.svg) top left repeat
}

.home_post .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

@media(max-width: 767px) {
	.home_post .inner {
		gap: 3.4rem 0
	}
}

.home_post .inner .col {
	width: 100%
}

@media(max-width: 767px) {
	.home_post .inner .col {
		width: 100%
	}
}

.home_post .inner .col .ttl01 {
	background-color: #fff;
	font-size: 1.875rem;
	color: #28C4F0;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	padding: .5em 1em;
	margin-bottom: 2em
}

@media(max-width: 767px) {
	.home_post .inner .col .ttl01 {
		font-size: 1.25rem;
		margin-bottom: 1em
	}
}

.home_post .inner .col .ttl01 img {
	margin-right: .3em
}

@media(max-width: 767px) {
	.home_post .inner .col .ttl01 img {
		width: 5vw
	}
}

.home_post .inner .col ul {
	border-top: 1px solid #fff
}

.home_post .inner .col ul li {
	border-bottom: 1px solid #fff;
}

.home_post .inner .col ul li a {
	display: block;
	padding: 1rem 4%;
	position: relative
}

@media(max-width: 767px) {
	.home_post .inner .col ul li {
		height: fit-content;
	}
	
	.home_post .inner .col ul li a {
		padding: .8rem 6% .8rem 0
	}
}

.home_post .inner .col ul li a:hover h3 {
	border-bottom: 1px solid currentColor;
	transition: .3s ease
}

.home_post .inner .col ul li a::after {
	content: "";
	background: url(images/index/icn_right.svg) center center/100% auto no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 3%;
	translate: 0 -50%
}

@media(max-width: 767px) {
	.home_post .inner .col ul li a::after {
		width: 6vw;
		height: 6vw;
		right: 0
	}
}

.home_post .wrap {
	margin-bottom: .4rem
}

.home_post time {
	font-weight: 600;
	margin-right: 2em
}

.home_post .cate {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	color: #bcbcbc;
	line-height: 1.4;
	padding: .2em .6em
}

.home_post h3 {
	/*width: -moz-fit-content;
	width: fit-content;*/
	width: calc(100% - 30px);
	font-weight: 600
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.home_about .txt {
	position: relative
}

.home_about .txt::before {
	content: "";
	width: 250px;
	height: 255px;
	/*background: url(images/index/bg_leaf.svg) center center/100% auto no-repeat;*/
	position: absolute;
	bottom: 0;
	right: 0;
	translate: 25% 25%
}

@media(max-width: 767px) {
	.home_about .txt::before {
		width: 25vw;
		height: 25.5vw
	}
}

.home_works {
	background: #28C4F0 url(https://law-justice.jp/wp-content/uploads/2025/06/back_grid.svg) top left repeat;
	position: relative
}

.home_works .inner {
	z-index: 1
}

.home_works ul {
	display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-items: stretch;
	margin-bottom:60px;
}

.home_works ul li {
	display: flex;
    background-color: #fff;
    flex-direction: column;
    width: 30%;
}

.home_works ul li figure img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home_works ul li .txt {
	padding: 1.5rem 5%
}

.home_works ul li .under {
	border-top: 1px solid #28C4F0;
	padding: 1rem 4%;
	margin-top: auto;
}

@media(max-width: 767px) {
	.home_works ul {
		flex-direction: column;
	}
	
	.home_works ul li {
		width: 100%;
	}
	
	.home_works ul li:not(:last-of-type) {
		margin-bottom: 2rem;
	}
}

.home_works .bgtxtwrap {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0
}

.home_member {
	background-color: #f2f2f2
}

.home_member ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 4.5rem 2.7777777778%
}

@media(max-width: 767px) {
	.home_member ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 4%
	}
}

.home_member ul li {
	display: grid;
	grid-template-columns: subgrid;
	grid-row: span 4;
	background-color: #fff;
	padding: 4.5rem 5%;
	position: relative
}

@media(max-width: 767px) {
	.home_member ul li {
		padding: 2.5rem 4%
	}
}

.home_member ul li::before,
.home_member ul li::after {
	content: "";
	width: 72px;
	height: 72px;
	position: absolute
}

@media(max-width: 767px) {

	.home_member ul li::before,
	.home_member ul li::after {
		width: 8vw;
		height: 8vw
	}
}

.home_member ul li::before {
	background: url(images/index/deco_tl.svg) center center/100% auto no-repeat;
	top: 0;
	left: 0;
	translate: -10% -10%
}

.home_member ul li::after {
	background: url(images/index/deco_br.svg) center center/100% auto no-repeat;
	bottom: 0;
	right: 0;
	translate: 10% 10%
}

.home_member ul li .ttl01 {
	line-height: 1.3;
	margin-bottom: 0em
}

.home_member ul li p.txt_sub {
	margin-bottom: 1em
}

.home_member ul li p.txt01 {
	line-height: 1.6;
	margin-bottom: 3em
}

@media(max-width: 767px) {
	.home_member ul li p.txt01 {
		margin-bottom: 1.5em
	}
}

.home_map .map {
	position: relative;
	width: 100%;
	padding-top: 530px;
	overflow: hidden
}

@media(max-width: 767px) {
	.home_map .map {
		padding-top: 100%
	}
}

.home_map .map iframe {
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: calc(100% + 200px + 200px);
	pointer-events: none
}

@media(max-width: 767px) {
	.home_map .map iframe {
		top: -30vw;
		height: calc(100% + 30vw + 30vw)
	}
}

.home_access {
	background-color: #f2f2f2
}

.home_access .dl_cmn {
	max-width: 800px;
	margin-inline: auto
}

.dl_cmn {
	border-top: 1px solid #e2e2e2
}

.dl_cmn div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #e2e2e2;
	padding: 1.5rem 0
}

@media(max-width: 767px) {
	.dl_cmn div {
		padding: .8rem 0
	}
}

.dl_cmn div dt,
.dl_cmn div dd {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em
}

@media(max-width: 767px) {

	.dl_cmn div dt,
	.dl_cmn div dd {
		font-size: 0.75rem;
		letter-spacing: 0
	}
}

.dl_cmn div dt {
	width: 20%;
	padding-left: 1em
}

@media(max-width: 767px) {
	.dl_cmn div dt {
		padding-left: 0
	}
}

.dl_cmn div dd {
	width: 80%;
	border-left: 1px solid #e2e2e2;
	padding-left: 2em
}

@media(max-width: 767px) {
	.dl_cmn div dd {
		padding-left: 1em
	}
}

.dl_cmn div dd a {
	color: #c6a32f;
	text-decoration: underline;
	text-underline-offset: 3px
}

.dl_cmn div dd.ddwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.dl_cmn div dd span.con,
.dl_cmn div dd span.pub {
	display: inline-block
}

.dl_cmn div dd span.pub {
	width: 30%
}

@media(max-width: 767px) {
	.dl_cmn div dd span.pub {
		width: 100%;
		margin-top: .3em
	}
}

footer {
	background: #27c4ef;
}

@media(max-width: 767px) {
	footer {
		background-size: 300% auto
	}
}

footer .home_contact {
	padding-top: 12rem
}

@media(min-width: 768px)and (max-width: 1199px) {
	footer .home_contact {
		padding-top: 6rem
	}
}

@media(max-width: 767px) {
	footer .home_contact {
		padding-top: 4rem
	}
}

footer .home_contact .area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 3rem 0
}

@media(max-width: 767px) {
	footer .home_contact .area {
		padding: 0rem 0
	}
}

footer .home_contact .area .col {
	width: 50%
}

@media(max-width: 767px) {
	footer .home_contact .area .col {
		width: 100%;
		padding: 1.8rem 4%
	}
}

footer .home_contact .area .col:not(:last-child) {
	border-right: 1px solid #e2e2e2
}

@media(max-width: 767px) {
	footer .home_contact .area .col:not(:last-child) {
		border-right: unset
	}
}

footer .home_contact .area .col h3.ttl_cmn2 span {
	display: block;
	font-size: 1rem;
	color: #bcbcbc;
	font-weight: 400;
	letter-spacing: .05em
}

@media(max-width: 767px) {
	footer .home_contact .area .col h3.ttl_cmn2 span {
		font-size: 0.75rem
	}
}

footer .fmain {
	padding: 4rem 0 2.5rem
}

@media(max-width: 767px) {
	footer .fmain {
		padding: 2rem 0 1.2rem
	}
}

footer .foot_logo {
	text-align: center;
	margin-bottom: 3rem
}

@media(max-width: 767px) {
	footer .foot_logo {
		margin-bottom: 2rem
	}
}

footer .ul01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 3vw
}

@media(max-width: 767px) {
	footer .ul01 {
		gap: .6rem 1.2rem
	}
}

footer .ul01 a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff
}

footer .ul01 a p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em
}

@media(max-width: 767px) {
	footer .ul01 a p {
		font-size: 0.75rem
	}
}

.copyright {
	background-color: #0073A7;
	padding: .4rem 0;
	position: relative
}

@media(max-width: 767px) {
	.copyright {
		padding: .8rem 0 5rem
	}
}

.copyright small {
	display: block;
	font-size: 0.8125rem;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center
}

@media(max-width: 767px) {
	.copyright small {
		font-size: 0.6875rem
	}
}

.copyright .poa_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2vw;
	translate: 0 -50%;
	gap: 0 2vw
}

@media(max-width: 767px) {
	.copyright .poa_link {
		top: 40%
	}
}

.copyright .poa_link a {
	font-size: 0.8125rem;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: underline
}

@media(max-width: 767px) {
	.copyright .poa_link a {
		font-size: 0.6875rem
	}
}

.news_more {
	display: flex;
    justify-content: right;
    width: 100%;
    margin: 0.5rem 0.5rem 0 0;
}

.news_more a {
	color: #fff!important;
}

/* TOPバナー追加 */
.home_ringbanner {
	 background-color: #f2f2f2;
}

.home_ringbanner p {
	text-align: center;
}

.ring_bnr_box {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 50%;
    margin: 2rem auto 0;
}

.ring_bnr_box a:first-of-type {
	width: 50%;
    margin-right: 1rem;
}

.ring_bnr_box a:last-of-type {
	border: solid 1px #785138;
	width: 50%;
}

@media(max-width: 880px) {
	.ring_bnr_box {
		width: 94%;
	}
	
	.ring_bnr_box a:first-of-type {
		width: 60%;
	}

	.ring_bnr_box a:last-of-type {
		border: solid 1px #785138;
		width: 60%;
	}
}

/* アクセスマップ　ver.2 */
.map_box {
	gap: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
}

.map_box figure {
	flex: 1;
}

.map_gm {
	flex: 1;
}

.map_gm iframe {
	width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.access_note {
	text-align: right;
    margin-bottom: 3rem;
	font-weight: 600;
    line-height: 2;
    letter-spacing: .05em;
}

.access_note a {
	text-decoration: underline;
}

@media(max-width: 767px) {
	.map_box {
		flex-direction: column-reverse;
	}
	.access_note {
		font-size: 0.875rem;
	}
}

/* english */
.main_about-our-office {
	background: url(/wp-content/uploads/2024/09/english_bg_main.png) center center / cover no-repeat;
}

.english_ttl {
	color: #28C4F0;
    font-size: 1.4rem;
    margin-bottom: 1rem;
	line-height: 2rem;
}

.team_ttl {
	display: flex;
    align-items: center;
	margin: 1rem 0;
    font-size: 1.2rem;
}

.team_ttl:after {
	content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #000;
    margin-left: 10px;
}

.team_member {
	margin: 5rem 0 8rem;
}

.team_member:last-of-type {
	margin-bottom: 5rem;
}

@media(max-width: 767px) {
	.team_member {
		margin: 5rem 0;
	}
}
/*# sourceMappingURL=style.css.map *