/*! --------------------------------------------------------------
　　この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: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

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

td input {
	max-width: 100%
}

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 5vw
	}
}

@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
}

.ibm {
	font-family: "IBM Plex Sans JP", sans-serif
}

.quic {
	font-family: "Libre Baskerville", serif
}

.bask {
	font-family: "Libre Baskerville", serif
}

header {
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 2
}

@media(min-width: 768px)and (max-width: 1199px) {
	header {
		height: 60px
	}
}

@media(max-width: 767px) {
	header {
		height: 16vw
	}
}

header .topline {
	height: 48px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	padding-left: 2vw;
	position: relative
}

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

@media(max-width: 767px) {
	header .topline {
		display: none
	}
}

header .topline .left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center
}

header .topline .left .head_logo {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: unset;
	flex-direction: column
}

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

header .topline .right {
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: unset
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .topline .right {
		display: none
	}
}

@media(max-width: 767px) {
	header .topline .right {
		display: none
	}
}

header .topline .right .btn_tel {
	margin-right: 2vw
}

header .topline .right .btn_head {
	margin-left: 1px
}

header .btmline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

@media(min-width: 1200px) {
	header .btmline {
		height: 42px
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .btmline {
		height: 60px;
		justify-content: flex-start;
		padding-left: 5vw
	}
}

@media(max-width: 767px) {
	header .btmline {
		height: 16vw;
		justify-content: flex-start;
		padding-left: 5vw
	}
}

header .btmline .head_logo {
	z-index: 10
}

@media(max-width: 767px) {
	header .btmline .head_logo {
		width: 84vw;
		height: 16vw
	}
}

header .btmline .head_logo a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: unset
}

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

@media(min-width: 768px)and (max-width: 1199px) {
	header .btmline .head_logo img {
		width: 24vw
	}
}

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

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

@media(min-width: 1200px) {
	header .gnav {
		width: 100%;
		max-width: 680px;
		padding-right: 3vw;
		margin-inline: auto 0
	}
}

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

@media(max-width: 767px) {
	header .gnav {
		display: none;
		width: 100%;
		background-color: #9d77d1;
		position: absolute;
		top: 16vw;
		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 {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

@media(min-width: 1200px) {
	header .gnav .ul_one {
		width: 100%
	}
}

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

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

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

@media(min-width: 1200px) {
	header .gnav .ul_one>li>a {
		padding: .5rem 0
	}
}

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

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

@media(min-width: 1200px) {
	header .gnav .ul_one>li>a::before {
		content: "";
		width: 0;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		bottom: 0;
		left: 0
	}
}

@media(min-width: 1200px) {
	header .gnav .ul_one>li>a:hover::before {
		width: 100%;
		transition: .5s ease
	}
}

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

@media(min-width: 1200px)and (max-width: 1399px) {
	header .gnav .ul_one>li>a p {
		font-size: 0.75rem
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .ul_one>li>a p {
		color: #fff;
		letter-spacing: .1em;
		text-align: left
	}
}

@media(max-width: 767px) {
	header .gnav .ul_one>li>a p {
		color: #fff;
		letter-spacing: .1em;
		text-align: left
	}
}

header .gnav .ul_one>li {
	position: relative
}

header .gnav .ul_one>li a.parent {
	position: relative
}

@media(max-width: 767px) {
	header .gnav .ul_one>li a.parent.open p i {
		transform: translateY(-50%) rotate(180deg)
	}
}

header .gnav .ul_one>li p {
	width: 100%;
	position: relative
}

header .gnav .ul_one>li p i {
	font-size: 0.625rem;
	color: currentColor;
	position: absolute;
	top: 50%;
	left: calc(100% + .5em);
	transform: translateY(-50%);
	transition: .3s ease
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .ul_one>li p i {
		font-size: 0.875rem;
		position: absolute;
		top: 50%;
		left: unset;
		right: 0;
		transform: translateY(-50%)
	}
}

@media(max-width: 767px) {
	header .gnav .ul_one>li p i {
		font-size: 0.875rem;
		position: absolute;
		top: 50%;
		left: unset;
		right: 0;
		transform: translateY(-50%)
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .ul_one>li p i:nth-child(1) {
		display: none
	}
}

@media(max-width: 767px) {
	header .gnav .ul_one>li p i:nth-child(1) {
		display: none
	}
}

@media(min-width: 1200px) {
	header .gnav .ul_one>li p i:nth-child(2) {
		display: none
	}
}

header .gnav .ul_one>li:hover .submenu {
	visibility: visible;
	opacity: 1
}

header .gnav .ul_one>li .submenu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	padding: 1rem 1rem
}

@media(min-width: 1200px) {
	header .gnav .ul_one>li .submenu {
		width: 100%;
		min-width: 180px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
		position: absolute;
		top: 100%;
		left: 50%;
		translate: -50% 0
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .ul_one>li .submenu {
		display: none;
		background-color: #ad95e2;
		visibility: visible;
		border-radius: 0;
		box-shadow: unset;
		opacity: 1;
		width: 100%;
		max-width: unset;
		padding: 0
	}
}

@media(max-width: 767px) {
	header .gnav .ul_one>li .submenu {
		display: none;
		background-color: #ad95e2;
		visibility: visible;
		border-radius: 0;
		box-shadow: unset;
		opacity: 1;
		width: 100%;
		max-width: unset;
		padding: 0
	}
}

@media(min-width: 1200px) {
	header .gnav .ul_one>li .submenu ul {
		display: grid;
		gap: 1rem 2rem
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .ul_one>li .submenu ul>li {
		border-bottom: 1px solid #fff
	}
}

@media(max-width: 767px) {
	header .gnav .ul_one>li .submenu ul>li {
		border-bottom: 1px solid #fff
	}
}

header .gnav .ul_one>li .submenu ul>li a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: unset;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	padding: 0rem 1rem 0 0;
	position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
	header .gnav .ul_one>li .submenu ul>li a {
		color: #fff;
		padding: 1.2rem 5%
	}
}

@media(max-width: 767px) {
	header .gnav .ul_one>li .submenu ul>li a {
		height: 8vh;
		font-size: 1rem;
		color: #fff;
		padding: .5rem 5%
	}
}

@media(min-width: 1200px) {
	header .gnav .ul_one>li .submenu ul>li a::after {
		content: "";
		font-size: 0.625rem;
		color: currentColor;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 50%;
		right: 4%;
		transform: translateY(-50%)
	}
}

header .gnav .ul_one>li .submenu ul>li a:hover {
	transition: .3s ease
}

header .right_add {
	background-color: #f0eaf8;
	padding: 2rem 5%
}

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

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

header .right_add .btn_tel {
	margin-inline: auto
}

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

.btn_tel a {
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

@media(min-width: 768px)and (max-width: 1199px) {
	.btn_tel a {
		width: 70vw;
		height: 4rem;
		background-color: #824dcb;
		border-radius: 100vmax;
		color: #fff
	}
}

@media(max-width: 767px) {
	.btn_tel a {
		width: 70vw;
		height: 4rem;
		background-color: #824dcb;
		border-radius: 100vmax;
		color: #fff
	}
}

.btn_tel a p {
	text-align: center
}

.btn_tel a p em {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1
}

.btn_tel a p span {
	display: block;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.5
}

.btn_tel.center {
	margin-inline: auto
}

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

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

@media(min-width: 1200px) {
	.btn_head a {
		flex-direction: column
	}
}

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

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

.btn_head a:hover {
	transition: .3s ease
}

.btn_head a p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3
}

.btn_head a p i {
	font-size: 0.625rem;
	margin-left: .6em;
	position: relative;
	top: -0.1em
}

.btn_head.bg_wi a {
	background-color: #ad95e2;
	color: #fff
}

.btn_head.bg_wi a:hover {
	background-color: #6f45cc;
	transition: .3s ease
}

.btn_head.bg_pr a {
	background-color: #9d77d1;
	color: #fff
}

.btn_head.bg_pr a:hover {
	background-color: #6839a9;
	transition: .3s ease
}

.btn_head.bg_gp a {
	background-color: #824dcb;
	color: #fff
}

.btn_head.bg_gp a:hover {
	background-color: #51288a;
	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: 60px;
		height: 60px
	}
}

.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 1rem;
	position: relative
}

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

.icn_menu .menu-trigger .spanwrap span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #9d77d1
}

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

.icn_menu .menu-trigger .spanwrap span:nth-of-type(2) {
	top: 50%;
	translate: 0 -50%
}

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

.icn_menu .menu-trigger.active span:nth-of-type(1) {
	width: 100%;
	translate: 0 -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) {
	width: 100%;
	translate: 0 -50%;
	rotate: 45deg;
	top: 50%
}

.main_home {
	/*height: calc(100vh - 90px);
	position: relative;
	overflow: hidden;
	z-index: 0*/
	position: relative;
    width: 100%;
	height: auto;
    overflow: hidden;
	max-height: calc(100vh - 90px);
}

@media(min-width: 768px)and (max-width: 1199px) {
	.main_home {
		/*height: calc(100vh - 60px)*/
		max-height: calc(100vh - 60px)
	}
}

@media(max-width: 767px) {
	.main_home {
		/*height: calc(100vh - 16vw)*/
		max-height: calc(100vh - 16vw)
	}
}

.main_home video {
	/*width: 100%;
	height: 100%;
	overflow: hidden;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1*/
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    z-index: 1;
}

.main_home .txtlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.fix_right {
	z-index: 6;
	opacity: 0
}

@media(max-width: 767px) {
	.fix_right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: unset;
		position: fixed;
		bottom: 0;
		right: 0
	}
}

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

.fix_right .btn a {
	width: 100px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: unset;
	flex-direction: column;
	color: #fff;
	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.0625rem;
	line-height: 1;
	margin-bottom: .3em
}

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

.fix_right .btn a p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2
}

@media(min-width: 1200px) {
	.fix_right .btn a p {
		text-align: center
	}
}

.fix_right .btn.bg_wi a {
	background-color: #ad95e2;
	color: #fff
}

.fix_right .btn.bg_wi a:hover {
	background-color: #6f45cc;
	transition: .3s ease
}

.fix_right .btn.bg_pr a {
	background-color: #39bbf5;
	color: #fff
}

.fix_right .btn.bg_pr a:hover {
	background-color: #0a87be;
	transition: .3s ease
}

.fix_right .btn.bg_gp a {
	background-color: #824dcb;
	color: #fff
}

.fix_right .btn.bg_gp a:hover {
	background-color: #51288a;
	transition: .3s ease
}

.fix_right.active {
	opacity: .8
}

.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: 3.5rem
	}
}

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

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

.section_cmn.b_exwide {
	padding-bottom: 10rem
}

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

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

.section_cmn.t_none {
	padding-top: 0
}

.section_cmn.b_none {
	padding-bottom: 0
}

.ttl_cmn {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .1em;
	margin-bottom: 2em
}

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

.ttl_cmn em {
	display: block;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: .2em
}

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

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

.ttl_cmn em.color_pr {
	color: #9d77d1
}

.ttl_cmn em.color_rr {
	color: #f41079
}

.ttl_cmn em.color_or {
	color: #f78e00
}

.ttl_cmn em.color_lg {
	color: #49aa29
}

.ttl_cmn em.color_cy {
	color: #39bbf5
}

.ttl_cmn em.color_w {
	color: #fff
}

.ttl_cmn.small {
	font-size: 1.125rem
}

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

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

.ttl_cmn.small em {
	font-size: 2rem
}

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

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

.ttl_cmn.tac {
	text-align: center
}

.ttl_cmn.color_pr {
	color: #9d77d1
}

.ttl_cmn.color_rr {
	color: #f41079
}

.ttl_cmn.color_or {
	color: #f78e00
}

.ttl_cmn.color_lg {
	color: #49aa29
}

.ttl_cmn.color_cy {
	color: #39bbf5
}

.ttl_cmn.color_w {
	color: #fff
}

.ttl_cmn.mb0 {
	margin-bottom: 0
}

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

.ttl_cmn2 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .8em
}

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

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

.ttl_cmn2.medium {
	font-weight: 500
}

.ttl_cmn2.tac {
	text-align: center
}

.ttl_cmn2.color_pr {
	color: #9d77d1
}

.ttl_cmn2.color_rr {
	color: #f41079
}

.ttl_cmn2.color_or {
	color: #f78e00
}

.ttl_cmn2.color_lg {
	color: #49aa29
}

.ttl_cmn2.color_w {
	color: #fff
}

.ttl_cmn2.large {
	font-size: 2rem
}

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

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

.ttl_cmn2.bdl {
	padding: .2em 0 .2em .8em;
	border-width: 0 0 0 .2em;
	border-style: solid
}

.ttl_cmn2.bdl.bd_cy {
	border-color: #39bbf5
}

.ttl_cmn2.bdl.bd_or {
	border-color: #f78e00
}

.ttl_cmn2.bdl.bd_rr {
	border-color: #f41079
}

.ttl_cmn2.bdb {
	position: relative
}

.ttl_cmn2.bdb::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #c1c1c1;
	position: absolute;
	top: calc(100% + .2em);
	left: 0
}

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

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

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

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

.ttl_cmn2.mb0 {
	margin-bottom: 0
}

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

.ttl_cmn3 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: .66em
}

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

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

.ttl_cmn3 span {
	display: block;
	font-size: 1.125rem;
	font-weight: 700
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ttl_cmn3 span {
		font-size: 0.9375rem
	}
}

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

.ttl_cmn3 span.color_pr {
	color: #9d77d1
}

.ttl_cmn3 span.color_rr {
	color: #f41079
}

.ttl_cmn3 span.color_or {
	color: #f78e00
}

.ttl_cmn3 span.color_lg {
	color: #49aa29
}

.ttl_cmn3.mb0 {
	margin-bottom: 0
}

.ttl_cmn3.mb_w {
	margin-bottom: 1.5em
}

.txt_cmn {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9
}

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

.txt_cmn.lh_w {
	line-height: 2.4
}

.txt_cmn.lh_n {
	line-height: 1.5
}

.txt_cmn.tac {
	text-align: center
}

.txt_cmn.tar {
	text-align: right
}

.txt_cmn.medium {
	font-weight: 500
}

.txt_cmn.bold {
	font-weight: 700
}

.txt_cmn.color_pr {
	color: #9d77d1
}

.txt_cmn.color_rr {
	color: #f41079
}

.txt_cmn.color_or {
	color: #f78e00
}

.txt_cmn.color_lg {
	color: #49aa29
}

.txt_cmn.color_w {
	color: #fff
}

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

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

.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
	}
}

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

.btn_cmn a {
	max-width: 100%;
	width: 280px;
	height: 52px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: unset;
	border-radius: 100vmax;
	box-shadow: 1px 2px 15px rgba(0, 0, 0, .19);
	position: relative
}

@media(max-width: 767px) {
	.btn_cmn a {
		width: 70vw;
		height: 3rem
	}
}

.btn_cmn a p {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	position: relative;
	top: .1em
}

.btn_cmn a>i {
	font-size: 1rem;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%)
}

.btn_cmn.small a {
	width: 228px
}

@media(max-width: 767px) {
	.btn_cmn.small a {
		width: 64vw
	}
}

.btn_cmn.info a {
	height: 72px;
	border-radius: 0 10px 0 10px;
	box-shadow: none
}

@media(max-width: 767px) {
	.btn_cmn.info a {
		height: 2.5rem
	}
}

.btn_cmn.info a p {
	font-size: 1.25rem
}

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

.btn_cmn.info_large a {
	width: 510px;
	height: 100px;
	justify-content: space-between;
	border-radius: 10px;
	padding: 0 5%;
	box-shadow: none
}

@media(min-width: 768px)and (max-width: 1199px) {
	.btn_cmn.info_large a {
		width: 90vw
	}
}

@media(max-width: 767px) {
	.btn_cmn.info_large a {
		width: 90vw;
		height: 3.5rem
	}
}

.btn_cmn.info_large a p {
	font-size: 1.75rem;
	text-align: left
}

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

.btn_cmn.info_large a p span {
	display: block;
	font-size: 0.875rem;
	color: #39bbf5
}

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

.btn_cmn.center {
	margin-inline: auto
}

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

.btn_cmn.bg_pr a {
	background-color: #fff
}

.btn_cmn.bg_pr a i {
	color: #9d77d1
}

.btn_cmn.bg_pr a:hover {
	background-color: #9d77d1;
	color: #fff;
	transition: .3s ease
}

.btn_cmn.bg_pr a:hover i {
	color: #fff
}

.btn_cmn.bg_rr a {
	background-color: #fff
}

.btn_cmn.bg_rr a i {
	color: #f41079
}

.btn_cmn.bg_rr a:hover {
	background-color: #f41079;
	color: #fff;
	transition: .3s ease
}

.btn_cmn.bg_rr a:hover i {
	color: #fff
}

.btn_cmn.bg_or a {
	background-color: #fff
}

.btn_cmn.bg_or a i {
	color: #f78e00
}

.btn_cmn.bg_or a:hover {
	background-color: #f78e00;
	color: #fff;
	transition: .3s ease
}

.btn_cmn.bg_or a:hover i {
	color: #fff
}

.btn_cmn.bg_lg a {
	background-color: #fff
}

.btn_cmn.bg_lg a i {
	color: #49aa29
}

.btn_cmn.bg_lg a:hover {
	background-color: #49aa29;
	color: #fff;
	transition: .3s ease
}

.btn_cmn.bg_lg a:hover i {
	color: #fff
}

.btn_cmn.bg_cy a {
	background-color: #fff
}

.btn_cmn.bg_cy a i {
	color: #39bbf5
}

.btn_cmn.bg_cy a:hover {
	background-color: #39bbf5;
	color: #fff;
	transition: .3s ease
}

.btn_cmn.bg_cy a:hover i {
	color: #fff
}

.bg_paper_cmn {
	position: relative
}

.bg_paper_cmn::before {
	content: "";
	width: 27vw;
	height: calc(100% - 0rem);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

@media(max-width: 767px) {
	.bg_paper_cmn::before {
		height: calc(100% - 0rem)
	}
}

.bg_paper_cmn .inner {
	z-index: 1
}

.bg_paper_cmn.bg_pr::before {
	background: url(images/index/bg_pr01.svg) center center/cover no-repeat
}

.bg_paper_cmn.bg_rr::before {
	background: url(images/welfare/bg_rr01.svg) center center/cover no-repeat
}

.bg_paper_cmn.bg_or::before {
	background: rgba(247, 142, 0, .07) url(images/local/bg_slash_or.svg) center center repeat;
	border-radius: 0 6vw 6vw 0;
	height: 90%;
	top: 48%;
	transform: translateY(-50%)
}

.bg_paper_cmn.bg_lg::before {
	background-color: rgba(73, 170, 41, .15)
}

.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.alt figure {
	width: 46.2962962963%
}

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

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

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

.side_cmn.interview figure {
	width: 34.2592592593%
}

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

.side_cmn.interview .txt {
	width: 60.1851851852%
}

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

.side_cmn.intr figure {
	width: 47.4074074074%
}

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

.side_cmn.intr .txt {
	width: 47.4074074074%
}

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

.ul_postcmn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 3.5rem 2.7777777778%
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ul_postcmn {
		gap: 2rem 6%
	}
}

@media(max-width: 767px) {
	.ul_postcmn {
		gap: 2.5rem 0
	}
}

.ul_postcmn li {
	width: 31.4814814815%
}

@media(min-width: 768px)and (max-width: 1199px) {
	.ul_postcmn li {
		width: 47%
	}
}

@media(max-width: 767px) {
	.ul_postcmn li {
		width: 100%
	}
}

.li_postcmn figure {
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 1rem
}

@media(max-width: 767px) {
	.li_postcmn figure {
		margin-bottom: .6rem
	}
}

.li_postcmn figure img {
	width: 100%;
	max-height: 240px;
	-o-object-fit: cover;
	object-fit: cover
}

.li_postcmn figure img:hover {
	transform: scale(1.15);
	transition: .5s ease
}

.li_postcmn p.txt01:not(:last-child) {
	margin-bottom: 1.2em
}

.li_postcmn .btn_cmn:not(:last-child) {
	margin-bottom: 1rem
}

.scroll_up {
	transition: .8s ease-in-out;
	transform: translateY(30px);
	opacity: 0
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1
}

.scroll_left {
	transition: .8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0)
}

.scroll_left.on {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0)
}

.scroll_right {
	transition: .8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0)
}

.scroll_right.on {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0)
}

.home_second {
	padding: 2.5rem 0;
	position: relative
}

.home_second .slick-slider {
	line-height: 0
}

.home_second .slick-slider .slick-slide {
	margin-inline: 1vw
}

@media(max-width: 767px) {
	.home_second .slick-slider .slick-slide {
		margin-inline: 2vw
	}
}

.home_second .slick-slider .slick-slide li img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home_message {
	background-color: #fdfcf5;
	padding: 5rem 0 4.5rem;
	position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_message {
		padding: 3rem 0 2rem
	}
}

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

.home_message .inner {
	z-index: 1
}

.home_message .inner .ttl_cmn2 {
	font-weight: 600;
	margin-bottom: 1.2em
}

.home_message::after {
	content: "";
	width: 100%;
	aspect-ratio: 1440/127;
	background: url(images/index/bg_wave01.svg) center center/cover no-repeat;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1
}

.home_message .poa_bg01,
.home_message .poa_bg02 {
	width: 19.7777777778%;
	max-width: 356px;
	position: absolute;
	top: 2rem
}

@media(min-width: 768px)and (max-width: 1199px) {

	.home_message .poa_bg01,
	.home_message .poa_bg02 {
		top: 20%
	}
}

@media(max-width: 767px) {

	.home_message .poa_bg01,
	.home_message .poa_bg02 {
		width: 40vw;
		top: unset;
		bottom: 0
	}
}

.home_message .poa_bg01 img,
.home_message .poa_bg02 img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home_message .poa_bg01 {
	left: 4vw
}

.home_message .poa_bg02 {
	right: 4vw
}

.home_news {
	padding: 10vw 0 4rem;
	position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_news {
		padding: 5rem 0 2rem
	}
}

@media(max-width: 767px) {
	.home_news {
		padding: 4rem 0 2rem
	}
}

.home_news ul {
	margin-bottom: 2.5rem
}

@media(max-width: 767px) {
	.home_news ul {
		margin-bottom: 1.5rem
	}
}

.home_news ul li {
	padding: .6rem 0;
	border-bottom: 1px solid #b2b2b2
}

.home_news ul li:not(:last-child) {
	margin-bottom: 2rem
}

@media(max-width: 767px) {
	.home_news ul li:not(:last-child) {
		margin-bottom: 1rem
	}
}

.home_news ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-right: 1rem;
	position: relative
}

.home_news ul li a time.date {
	display: inline-block;
	color: #969696;
	line-height: 1.5rem;
	margin-right: 3em
}

@media(max-width: 767px) {
	.home_news ul li a time.date {
		margin-right: 1em
	}
}

.home_news ul li a .cate {
	display: inline-block;
	background-color: #9d77d1;
	border-radius: 100vmax;
	padding: 0 1em;
	line-height: 1.5rem;
	margin-right: 1em
}

.home_news ul li a .ttl01 {
	line-height: 1.5rem
}

.home_news ul li a::after {
	content: "";
	font-size: 0.625rem;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%)
}

@media(max-width: 767px) {
	.home_news ul li a::after {
		right: 0
	}
}

.home_about {
	background: url(images/index/bg_about01.svg) center center/cover no-repeat
}

.home_about .ul01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1.2rem 1.8518518519%;
	margin-bottom: 4.5rem
}

@media(max-width: 767px) {
	.home_about .ul01 {
		gap: 1rem 0;
		margin-bottom: 2rem
	}
}

.home_about .ul01 li picture img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home_about .ul01 li:nth-child(1) {
	width: 40.3703703704%
}

@media(max-width: 767px) {
	.home_about .ul01 li:nth-child(1) {
		width: 100%
	}
}

.home_about .ul01 li:nth-child(2) {
	width: 57.7777777778%
}

@media(max-width: 767px) {
	.home_about .ul01 li:nth-child(2) {
		width: 100%
	}
}

.home_about .ul01 li:nth-child(3) {
	width: 65.3703703704%
}

@media(max-width: 767px) {
	.home_about .ul01 li:nth-child(3) {
		width: 100%
	}
}

.home_about .ul01 li:nth-child(4) {
	width: 32.7777777778%
}

@media(max-width: 767px) {
	.home_about .ul01 li:nth-child(4) {
		width: 100%
	}
}

.home_about .ul01.js--gallery picture {
	opacity: 0
}

.home_about .ul01.js--gallery picture.js--animated {
	animation: fadeIn .5s ease .5s 1 forwards
}

@keyframes fadeIn {
	100% {
		opacity: 1
	}
}

.home_about .colwrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0rem 3.7037037037%
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_about .colwrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.2rem 4%
	}
}

@media(max-width: 767px) {
	.home_about .colwrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.2rem 0
	}
}

@media(max-width: 767px) {
	.home_about .colwrap .col .btn_cmn {
		margin-inline: auto
	}
}

.home_enviro {
	margin-top: -5rem;
	position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_enviro {
		margin-top: -2.5rem
	}
}

@media(max-width: 767px) {
	.home_enviro {
		margin-top: 0rem
	}
}

.home_enviro::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(images/index/bg_enviro01.svg) center center/100% auto no-repeat;
	position: absolute;
	top: 0;
	left: 0
}

@media(max-width: 767px) {
	.home_enviro::before {
		background-size: auto 120%
	}
}

.home_enviro .colwrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0rem 2.962962963%
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_enviro .colwrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 4%
	}
}

@media(max-width: 767px) {
	.home_enviro .colwrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem 0
	}
}

.home_enviro .colwrap .col figure {
	margin-bottom: .2rem
}

.home_enviro .colwrap .col figure img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width: 767px) {
	.home_enviro .colwrap .col .btn_cmn {
		margin-inline: auto
	}
}

.home_enviro .colwrap .col .btn_cmn:not(:last-child) {
	margin-bottom: 1.2rem
}

@media(max-width: 767px) {
	.home_enviro .colwrap .col .btn_cmn:not(:last-child) {
		margin-bottom: .8rem
	}
}

.home_know {
	padding-top: 2.5rem
}

.home_know h3.ttl_cmn2 {
	max-width: 90vw;
	margin-inline: auto
}

.home_know figure img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home_interview {
	position: relative
}

.home_interview::before {
	content: "";
	width: 100%;
	height: 40%;
	background: url(images/index/bg_interview01.svg) center center/cover no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.home_interview ul {
	margin-bottom: 1.5rem
}

.home_interview ul li figure {
	margin-bottom: .4rem
}

.home_interview .slick-slider {
	line-height: 0
}

.home_interview .slick-slider .slick-slide {
	margin-inline: 1vw
}

@media(max-width: 767px) {
	.home_interview .slick-slider .slick-slide {
		margin-inline: 2vw
	}
}

.home_interview .slick-slider .slick-slide li img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home_interview .slick-slider .prev-arrow,
.home_interview .slick-slider .next-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11
}

.home_interview .slick-slider .prev-arrow {
	left: -65px
}

@media(max-width: 767px) {
	.home_interview .slick-slider .prev-arrow {
		left: -4vw;
		width: 8vw
	}
}

.home_interview .slick-slider .next-arrow {
	right: -65px
}

@media(max-width: 767px) {
	.home_interview .slick-slider .next-arrow {
		right: -4vw;
		width: 8vw
	}
}

.home_alma {
	position: relative
}

.home_alma .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 822px;
	background-color: rgba(73, 170, 41, .1);
	border-radius: .9rem;
	padding: 1.5rem 5%;
	margin-inline: auto;
	position: relative;
	z-index: 2
}

.home_alma .box .left {
	width: 50%
}

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

.home_alma .box .left .ttl_cmn3 {
	margin-bottom: .2em
}

.home_alma::before,
.home_alma::after {
	content: "";
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1
}

@media(min-width: 768px)and (max-width: 1199px) {

	.home_alma::before,
	.home_alma::after {
		top: 90%
	}
}

@media(max-width: 767px) {

	.home_alma::before,
	.home_alma::after {
		top: 90%
	}
}

.home_alma::before {
	width: 277px;
	aspect-ratio: 277/319;
	background: url(images/index/bg_alma01.svg) center center/cover no-repeat;
	left: 2vw
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_alma::before {
		width: 15vw;
		left: 0
	}
}

@media(max-width: 767px) {
	.home_alma::before {
		width: 15vw;
		left: 0
	}
}

.home_alma::after {
	width: 249px;
	aspect-ratio: 249/324;
	background: url(images/index/bg_alma02.svg) center center/cover no-repeat;
	right: 2vw
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_alma::after {
		width: 14vw;
		right: 0
	}
}

@media(max-width: 767px) {
	.home_alma::after {
		width: 14vw;
		right: 0
	}
}

.home_twin .twinwrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem 3.7037037037%
}

@media(max-width: 767px) {
	.home_twin .twinwrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem 0
	}
}

.home_twin .twinwrap .bnr {
	aspect-ratio: 520/180;
	border-radius: 1rem;
	overflow: hidden;
	position: relative
}

.home_twin .twinwrap .bnr::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(100, 112, 132, .65);
	position: absolute;
	top: 0;
	left: 0
}

.home_twin .twinwrap .bnr:hover::before {
	background-color: rgba(100, 112, 132, 0);
	transition: 1s ease
}

.home_twin .twinwrap .bnr:nth-child(1) {
	background: url(images/index/img_twin01.png) center center/cover no-repeat
}

.home_twin .twinwrap .bnr:nth-child(2) {
	background: url(images/index/img_twin02.png) center center/cover no-repeat
}

.home_twin .twinwrap .bnr a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: unset;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%)
}

.home_twin .twinwrap .bnr a i {
	margin-right: 10px
}

.home_twin .twinwrap .bnr a .ttl_cmn2 span {
	display: block;
	font-size: 0.75rem
}

.bg_wave_cmn {
	position: relative
}

.bg_wave_cmn.t01 {
	aspect-ratio: 1920/100;
	background: url(images/index/deco_wave01.svg) center center/cover no-repeat
}

.home_info {
	background: url(images/index/bg_recruit01.svg) center center/cover no-repeat
}

.home_info ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.8rem 5.5555555556%
}

@media(min-width: 768px)and (max-width: 1199px) {
	.home_info ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem 0
	}
}

@media(max-width: 767px) {
	.home_info ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem 0
	}
}

.home_info ul li.li_bnr {
	position: relative
}

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

.home_info ul li.li_bnr .btn_cmn {
	position: absolute;
	bottom: 0;
	left: 0
}

footer .fmain {
	padding: 2rem 0 1.4rem
}

footer .fmain .topline {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2rem
}

footer .foot_logo {
	margin-right: 2.4rem
}

@media(min-width: 768px)and (max-width: 1199px) {
	footer .foot_logo {
		text-align: center;
		margin-inline: auto;
		margin-bottom: 1rem
	}
}

@media(max-width: 767px) {
	footer .foot_logo {
		text-align: center;
		margin-inline: auto;
		margin-bottom: 1rem
	}
}

@media(min-width: 768px)and (max-width: 1199px) {
	footer .btn_tel {
		margin-inline: auto
	}
}

@media(max-width: 767px) {
	footer .btn_tel {
		margin-inline: auto
	}
}

footer .fnav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2rem 3.7037037037%;
	margin-bottom: 2rem
}

footer .fnav ul li {
	line-height: 1.5
}

footer .fnav ul li:not(:last-child) {
	margin-bottom: .6em
}

footer .fnav ul li a {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5
}

@media(max-width: 767px) {
	footer .fnav ul li a {
		font-size: 0.6875rem
	}
}

footer .fnav ul li.li_parent>a {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5
}

@media(max-width: 767px) {
	footer .fnav ul li.li_parent>a {
		font-size: 0.875rem
	}
}

footer .fnav ul.submenu {
	padding-top: .5rem
}

footer .fnav ul.submenu li:not(:last-child) {
	margin-bottom: .4em
}

footer .fnav ul.submenu li a {
	padding-left: 20px;
	position: relative
}

footer .fnav ul.submenu li a::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	bottom: 50%;
	left: 0
}

footer .addlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0 1rem
}

footer .copyright {
	background-color: rgba(157, 119, 209, .15);
	padding: .6rem 0
}

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

footer .copyright small {
	display: block;
	text-align: center
}

/*# sourceMappingURL=style.css.map */