@charset "utf-8";
@media (max-width: 767px) {

	/* body
-------------------------- */
	/* 14px @ 320px increasing to 16px @ 767px */
	@media (min-width: 320px) {
		:root {
			font-size: calc(.875rem + ((1vw - 3.2px) * .4474));
			min-height: 0vw;
		}
	}
	@media (max-width: 320px) {
		:root {
			font-size: 14px;
		}
	}
	.spSet {
		display: block !important;
	}
	.pcSet {
		display: none !important;
	}
	/* base
--------------------------------- */
	a:hover {
		filter: brightness(100%) opacity(1);
	}
	p {
		margin: .5rem auto;
		font-size: 1.125rem;
	}
	main {
		padding-bottom: 3rem;
	}
	.inner {
		max-width: 640px;
		padding: 1.75rem;
	}
	.sub_in {
		max-width: initial;
		min-width: initial;
	}
	/* header
--------------------------------- */
	header .inner {
		max-width: 100%;
		height: 4rem;
	}
	header h1 {
		width: 75%;
		font-size: .875rem;
		padding: 0;
	}
	header h1 a img {
		width: 4.5rem;
		padding: 0 .375rem;
	}
	#nav_trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 4rem;
		height: 4rem;
		cursor: pointer;
		z-index: 1010;
	}
	#nav_trigger span {
		position: absolute;
		left: 1rem;
		height: 3px;
		border-radius: .125rem;
		background: #4c9ae1;
		transition: .3s ease-in-out;
	}
	#nav_trigger span:nth-of-type(1) {
		width: 2rem;
		top: 1.25rem;
	}
	#nav_trigger span:nth-of-type(2) {
		width: 1.5rem;
		top: 1.875rem;
	}
	#nav_trigger span:nth-of-type(3) {
		width: 1rem;
		top: 2.5rem;
	}
	#nav_trigger.opened span:nth-of-type(1) {
		width: 1.875rem;
		height: 4px;
		transform: translateY(.75rem) rotate(-315deg);
		background: #fff;
	}
	#nav_trigger.opened span:nth-of-type(2) {
		opacity: 0;
	}
	#nav_trigger.opened span:nth-of-type(3) {
		width: 1.875rem;
		height: 4px;
		transform: translateY(-.5rem) rotate(315deg);
		background: #fff;
	}
	header ul.nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: linear-gradient(180deg, #7ec2fb 75%, #4da8fb 100%);
		z-index: 1000;
		padding: 5rem;
	}
	header ul.nav:after {
		content: '';
		width: 100%;
		height: calc(100% - 2rem);
		background: linear-gradient(125deg, #57b8fb 0%, #3598fb 100%);
		border-radius: 0 0 15rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	header ul.nav li {
		max-width: 340px;
		margin: .5rem auto;
	}
	header ul.nav li.space {
		padding: .25rem 0;
	}
	header ul.nav li a {
		font-size: 1.5rem;
		text-align: left;
		padding: .25rem 1.5rem;
		color: #fff;
	}
	header ul.nav li>small a {
		font-size: 1.25rem;
		font-weight: 500;
	}
	header ul.nav li.exc a {
		background: none;
	}
	/* footer
--------------------------------- */
	a.to_top {
		right: .75rem;
		bottom: .75rem;
		border: .5rem solid #fff;
	}
	a.to_top:after {
		width: 8px;
		height: 8px;
		border-radius: 0;
	}
	a.to_top.is_bottom {
		bottom: 2.5rem;
	}
	footer {
		border-radius: 2.5rem 2.5rem 0 0;
	}
	footer .inner {
		padding: 3rem 1.75rem;
	}
	footer .company {
		width: 100%;
		margin: 0 0 1.5rem;
		padding: 0 0 1.5rem;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	footer h1 {
		font-size: .875rem;
		margin: 0 0 .75rem;
	}
	footer h1 a img {
		width: 4.5rem;
	}
	footer h2 {
		font-size: 1.125rem;
		margin: 1rem 0;
	}
	footer ul.address {
		font-size: 1rem;
	}
	footer ul.foot_nav {
		gap: .75rem 4.5rem;
		margin: 1rem 3rem 1.5rem;
	}
	footer .copy {
		padding: .75rem 0 0;
	}
	.cookie_consent {
		flex-direction: column;
		padding: 1.5rem 1.25rem;
	}
	.cookie_text {
		margin-bottom: .5rem;
	}
	.cookie_agree {
		width: 7.5rem;
		margin: 0;
	}
	/* =============================
	 #home
	============================= */
	/* #home #sec00
--------------------------------- */
	#home #sec00 {
		margin-bottom: 1.5rem;
	}
	#home #sec00 .slick div {
		border-radius: 0 0 50vw;
		height: 85svh;
	}
	#home #sec00 h2 {
		font-size: 2.375rem;
		line-height: 1.375;
		letter-spacing: .025em;
		top: auto;
		bottom: 25%;
	}
	.slick-dots {
		display: none !important;
	}
	.guide_down {
		right: .75rem;
		border: .5rem solid #fff;
	}
	.guide_down:after {
		width: 8px;
		height: 8px;
		border-radius: 0;
	}
	/* #home #sec01
--------------------------------- */
	#home #sec01 .inner {
		display: block;
		padding: 3rem 1.75rem 0;
		background-size: 120%;
		background-position: left 70% top 85%;
	}
	#home #sec01 .inner div {
		width: 100%;
		min-width: initial;
		padding: 1.5rem 0 0;
	}
	#home #sec01 .inner div h2 {
		font-size: 2.5rem;
	}
	#home #sec01 .inner div p {
		margin: 1.5rem auto .5rem;
	}
	#home #sec01 .inner img {
		width: calc(100% + 1.75rem);
		margin: 0 -1.75rem 0 auto;
	}
	/* #home #sec02
--------------------------------- */
	#home #sec02 .inner {
		display: block;
		padding: 3rem 1.75rem 0;
		background-size: 185%;
		background-position: left 30% top 60%;
	}
	#home #sec02 .inner div {
		width: 100%;
		min-width: initial;
		padding: 1.5rem 0 0;
	}
	#home #sec02 .inner div h2 {
		font-size: 2.25rem;
	}
	#home #sec02 .inner div p {
		margin: 1.5rem auto .5rem;
	}
	#home #sec02 .inner img {
		width: calc(100% + 1.75rem);
		margin: 0 auto 0 -1.75rem;
	}
	/* #home a.btn_more
--------------------------------- */
	a.btn_more {
		font-size: 1.5rem;
		margin: .75rem 0;
		width: auto;
		justify-content: flex-end;
	}
	.arrow_right {
		width: 2.5rem;
		height: 2.5rem;
		margin-left: .75rem;
	}
	.arrow_right:after {
		right: 0;
	}
	/* #secRct
--------------------------------- */
	#secRct .sub_in {
		max-width: 480px;
		padding: 1rem 1.5rem;
		background: url(/assets/img/rct_bg-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center top 75%;
		border-radius: 1.5rem;
		padding-bottom: 8rem;
		margin: 1.5rem auto 0;
	}
	#secRct .sub_in div {
		align-items: center;
		justify-content: center;
		padding: .375rem 0;
	}
	#secRct .sub_in h2 {
		font-size: 2rem;
		letter-spacing: .2em;
	}
	#secRct .sub_in h2 span {
		display: none;
	}
	#secRct .sub_in p {
		text-align: center;
		line-height: 1.5;
		font-weight: 700;
	}
	/* #home #sec03
--------------------------------- */
	#home #sec03 .sub_in h2 {
		font-size: 2rem;
		padding: 1rem 0;
	}
	#home #sec03 .sub_in h2 span {
		font-size: 1rem;
		margin: 0 0 .375rem;
	}
	#home #sec03 .sub_in h2 span:before {
		margin-right: .25rem;
	}
	#home #sec03 dl {
		font-size: 1.125rem;
	}
	#home #sec03 dl dt {
		width: 100%;
		padding: 1.25rem 0 0;
		border-bottom: none;
	}
	#home #sec03 dl dt span {
		width: 7.5em;
		border-radius: .375rem;
		font-size: 1.125rem;
		padding: .125rem 0;
		margin: 0 auto 0 0;
	}
	#home #sec03 dl dd {
		width: 100%;
		padding: 1rem 0;
	}
	/* =============================
 #business
============================= */
	/* #business #sec00
--------------------------------- */
	#business #sec00 .inner {
		padding: 0 1.75rem;
		max-width: none;
	}
	#business #sec00 .inner>span {
		font-size: 3.375rem;
		bottom: -.625rem;
	}
	#business #sec00 .sub_in:after {
		width: 25%;
		height: 5px;
		bottom: -5px;
	}
	#business #sec00 .sub_in h2 {
		font-size: 1.5rem;
		padding: 1.5rem 0;
	}
	/* #business #sec01
--------------------------------- */
	#business #sec01 .sub_in h3 {
		font-size: 1.375rem;
		letter-spacing: .0125em;
		padding: .5rem 0;
	}
	#business #sec01 .sub_in h3 span {
		font-size: .75rem;
		margin: .75rem 0 0;
	}
	#business #sec01 .detail_kv {
		background: url(/assets/img/biz_kv2-sp.jpg) no-repeat;
		background-size: 100%;
	}
	#business #sec01 .detail_kv .sub_in {
		width: 86vw;
		min-width: initial;
		padding: 1.25rem 1.125rem 0;
		border-radius: 1.75rem 1.75rem 0 0;
	}
	#business #sec01 .detail_kv h4 {
		font-size: 1.375rem;
		line-height: 1.5;
		padding: 0 0 .75rem;
		text-align: center;
	}
	#business #sec01 .detail_kv ul {
		padding: .5rem 0 .25rem;
		font-weight: 500;
	}
	#business #sec01 .detail_kv ul li {
		padding: .125rem 0 .125rem 1.75rem;
		margin: .5rem 0;
		line-height: 1.5;
	}
	#business #sec01 .detail_kv ul li:before {
		width: .5rem;
		height: .5rem;
		left: .75rem;
		top: .75rem;
	}
	#business #sec01 .detail_kv ul li.em {
		font-size: 1.125rem;
		font-weight: 700;
		padding: .5rem .5rem .5rem 1.75rem;
		margin: .5rem 0;
	}
	#business #sec01 .detail_kv ul li.em:before {
		top: 1.25rem;
	}
	#business #sec01 .detail_kv p {
		font-size: 1.125rem;
		line-height: 1.5;
	}
	/* #business #sec02
--------------------------------- */
	#business #sec02 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0 0;
	}
	#business #sec02 .sub_in h3:after {
		width: 25%;
	}
	#business #sec02 .sub_in ul.flow {
		margin: 1.5rem 0 .75rem;
		gap: 1.75rem;
	}
	#business #sec02 .sub_in ul.flow li {
		width: 100%;
		gap: 1rem;
	}
	#business #sec02 .sub_in ul.flow li>img,
	#business #sec02 .sub_in ul.flow li>div {
		width: calc(50% - .5rem);
	}
	#business #sec02 .sub_in ul.flow li:last-child,
	#business #sec02 .sub_in ul.flow li:last-child>img,
	#business #sec02 .sub_in ul.flow li:last-child>div {
		gap: .75rem;
	}
	#business #sec02 .sub_in ul.flow li h5 {
		padding-left: 2.25rem;
		margin: .5rem 0 .75rem;
	}
	#business #sec02 .sub_in ul.flow li h5 span {
		font-size: 1rem;
		line-height: 1.75rem;
		width: 1.75rem;
		height: 1.75rem;
	}
	#business #sec02 .sub_in ul.flow li h5 span:before {
		width: 1.75rem;
		height: 1.75rem;
	}
	#business #sec02 .sub_in ul.flow li dl {
		font-size: 1.125rem;
	}
	#business #sec02 .sub_in ul.flow li dl dt {
		width: calc(5em + 1rem);
		padding: .125rem .5rem;
		margin: 1rem 0 .25rem;
	}
	#business #sec02 .sub_in ul.flow li dl dd {
		width: 100%;
		padding: .125rem 0;
		margin: 0;
	}
	#business #sec02 .sub_in>dl {
		padding: 2.125rem 0 3rem;
		display: block;
		font-size: 1.125rem;
	}
	#business #sec02 .sub_in>dl dt {
		padding: .125rem .5rem;
		margin: 0 0 .25rem;
		border: 1.5px solid #4dc100;
	}
	#business #sec02 .sub_in>dl dd {
		padding: .125rem 0;
	}
	#business #sec02 .sub_in ul.center {
		margin: 1.5rem 0 0;
		gap: 2rem 0;
	}
	#business #sec02 .sub_in ul.center li {
		width: 100%;
	}
	#business #sec02 .sub_in ul.center li img {
		margin: .75rem 0;
	}
	/* #business #sec03
--------------------------------- */
	#business #sec03 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0 0;
	}
	#business #sec03 .sub_in h3:after {
		width: 25%;
	}
	#business #sec03 .sub_in ul.other {
		margin: 1.5rem 0 0;
		gap: 2rem 0;
	}
	#business #sec03 .sub_in ul.other li {
		width: 100%;
	}
	#business #sec03 .sub_in ul.other li img {
		margin: .75rem 0;
	}
	/* =============================
 #company
============================= */
	/* #company #sec00
--------------------------------- */
	#company #sec00 .inner {
		padding: 0 1.75rem;
		max-width: none;
	}
	#company #sec00 .inner>span {
		font-size: 4rem;
		bottom: -.5rem;
	}
	#company #sec00 .sub_in:after {
		width: 25%;
		height: 5px;
		bottom: -5px;
	}
	#company #sec00 .sub_in h2 {
		font-size: 1.375rem;
		padding: 1.5rem 0;
	}
	/* #company #sec01
--------------------------------- */
	#company #sec01 .sub_in>div {
		width: 100%;
	}
	#company #sec01 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0;
	}
	#company #sec01 .sub_in h3 span {
		font-size: .75rem;
		margin: .75rem 0 0;
	}
	#company #sec01 .sub_in>img {
		width: 85%;
		margin: 1.5rem auto;
	}
	/* #company #sec02
--------------------------------- */
	#company #sec02 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0 0;
	}
	#company #sec02 .sub_in h3:after {
		width: 25%;
	}
	#company #sec02 .sub_in dl {
		font-size: 1.125rem;
		margin: 1.75rem 0 1rem;
	}
	#company #sec02 .sub_in dl dt {
		width: 100%;
		font-size: 1.25rem;
		padding: .75rem 0 0;
	}
	#company #sec02 .sub_in dl dd {
		width: 100%;
		padding: .25rem 0 .75rem;
		border-top: none;
	}
	/* #company #sec03
--------------------------------- */
	#company #sec03 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0 0;
	}
	#company #sec03 .sub_in h3:after {
		width: 25%;
	}
	#company #sec03 .sub_in dl {
		font-size: 1.1rem;
		margin: 1.75rem 0 1rem;
	}
	#company #sec03 .sub_in dl dt {
		width: 100%;
		font-size: 1.25rem;
		padding: .75rem 0 0;
	}
	#company #sec03 .sub_in dl dd {
		width: 100%;
		padding: .25rem 0 .75rem;
		border-top: none;
	}
	/* #company #sec04
--------------------------------- */
	#company #sec04 .sub_in {
		gap: 3rem;
	}
	#company #sec04 .sub_in>div {
		width: 100%;
	}
	#company #sec04 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0 0;
	}
	#company #sec04 .sub_in h3:after {
		width: 25%;
	}
	#company #sec04 .sub_in ul {
		font-size: 1.125rem;
		margin: .75rem 0;
	}
	#company #sec04 .sub_in ul li {
		align-items: flex-start;
	}
	#company #sec04 .sub_in ul li span {
		width: 10em;
		font-weight: 900;
		font-size: 1rem;
		padding: .5rem .375rem;
		border: 3px solid #4588e3;
		border-radius: 6px;
	}
	/* =============================
 #recruit
============================= */
	/* #recruit #sec00
--------------------------------- */
	#recruit #sec00 .inner {
		padding: 0 1.75rem;
		max-width: none;
	}
	#recruit #sec00 .inner>span {
		font-size: 4rem;
		bottom: -.75rem;
	}
	#recruit #sec00 .sub_in:after {
		width: 25%;
		height: 5px;
		bottom: -5px;
	}
	#recruit #sec00 .sub_in h2 {
		font-size: 1.5rem;
		padding: 1.5rem 0;
	}
	/* #recruit #sec01
--------------------------------- */
	#recruit #sec01 .sub_in>div {
		width: 100%;
	}
	#recruit #sec01 .sub_in h3 {
		font-size: 1.625rem;
		line-height: 1.5;
		letter-spacing: .01em;
		padding: .5rem 0;
	}
	#recruit #sec01 .sub_in h3 span {
		font-size: .75rem;
		margin: .75rem 0 0;
	}
	#recruit #sec01 .sub_in>img {
		width: 85%;
		margin: 1.5rem auto;
	}
	#recruit #sec01 a.btn_anchor {
		width: 100%;
		min-width: initial;
		margin: 1.5rem auto 0;
	}
	/* #recruit #sec02
--------------------------------- */
	#recruit #sec02 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0 0;
	}
	#recruit #sec02 .sub_in h3:after {
		width: 25%;
	}
	#recruit #sec02 .sub_in dl {
		font-size: 1.125rem;
		margin: 1.75rem 0 1rem;
		line-height: 1.5;
	}
	#recruit #sec02 .sub_in dl dt {
		width: 100%;
		font-size: 1.25rem;
		padding: 1rem 0 0;
	}
	#recruit #sec02 .sub_in dl dd {
		width: 100%;
		padding: .75rem 0 1rem;
		border-top: none;
	}
	#recruit #sec02 .sub_in dl dd.row {
		display: block;
	}
	#recruit #sec02 .sub_in dl dd.row p {
		margin: .75rem 0 0;
	}
	/* #recruit #sec03
--------------------------------- */
	#recruit #sec03 .sub_in h3 {
		font-size: 1.5rem;
		padding: .75rem 0 0;
	}
	#recruit #sec03 .sub_in h3:after {
		width: 25%;
	}
	#recruit #sec03 .sub_in div {
		gap: 1.5rem;
		margin: 1.5rem 0 3rem;
	}
	#recruit #sec03 .sub_in div>img {
		width: calc((100% - 1.5rem) / 2);
	}
	/* #recruit aside
--------------------------------- */
	#recruit aside.pcSet {
		display: none;
	}
	#recruit aside.spSet {
		position: static;
		width: 90%;
		max-width: 380px;
		margin: 1.5rem auto;
		filter: none;
		opacity: 1;
	}
	/* =============================
 #info
============================= */
	/* #info #sec00
--------------------------------- */
	#info #sec00 .inner {
		padding: 0 1.75rem;
		max-width: none;
	}
	#info #sec00 .inner>span {
		font-size: 3.375rem;
		bottom: -.625rem;
	}
	#info #sec00 .sub_in:after {
		width: 25%;
		height: 5px;
		bottom: -5px;
	}
	#info #sec00 .sub_in h2 {
		font-size: 1.5rem;
		padding: 1.5rem 0;
	}
	/* #info #sec01
--------------------------------- */
	#info #sec01 dl {
		font-size: 1.125rem;
		margin: 1.5rem auto;
	}
	#info #sec01 dl dt {
		width: 100%;
		padding: 1.25rem 0 0;
		border-bottom: none;
	}
	#info #sec01 dl dt span {
		width: 7.5em;
		border-radius: .375rem;
		font-size: 1.125rem;
		padding: .125rem 0;
		margin: 0 auto 0 0;
	}
	#info #sec01 dl dd {
		width: 100%;
		padding: 1rem 0;
	}
	/* #info article
--------------------------------- */
	a.btn_grn {
		width: 8em;
		margin: 1.5rem auto;
		padding: .125rem .5rem;
	}
	#info article {
		margin: .75rem 0;
	}
	#info article h3 {
		font-size: 1.25rem;
		letter-spacing: .0125em;
		padding: 0 0 .5rem;
		margin: 0 0 1.5rem;
	}
	#info article img {
		border-radius: .75rem;
		margin: .75rem 0;
	}
	#info article .box_flex {
		gap: 0 .75rem;
	}
	#info article .box_flex img {
		width: calc((100% - .75rem)/2);
	}
	/* =============================
 #privacy
============================= */
	/* #privacy #sec01
--------------------------------- */
	#privacy #sec00 .inner {
		padding: 0 1.75rem;
		max-width: none;
	}
	#privacy #sec00 .inner>span {
		font-size: 4rem;
		bottom: -.75rem;
	}
	#privacy #sec00 .sub_in:after {
		width: 25%;
		height: 5px;
		bottom: -5px;
	}
	#privacy #sec00 .sub_in h2 {
		font-size: 1.375rem;
		padding: 1.5rem 0;
	}
	/* #privacy #sec01
--------------------------------- */
	#privacy #sec01 .sub_in {
		max-width: initial;
		min-width: initial;
	}
	#privacy #sec01 .sub_in>p {
		padding-bottom: 1.25rem;
		margin-bottom: 1.5rem;
	}
	#privacy #sec01 .sub_in dl {
		font-size: 1.125rem;
	}
	#privacy #sec01 .sub_in dl dd>p {
		font-size: 1.1rem;
	}
	/* =============================
 #site
============================= */
	/* #site #sec01
--------------------------------- */
	#site #sec00 .inner {
		padding: 0 1.75rem;
		max-width: none;
	}
	#site #sec00 .inner>span {
		font-size: 4rem;
		bottom: -.75rem;
	}
	#site #sec00 .sub_in:after {
		width: 25%;
		height: 5px;
		bottom: -5px;
	}
	#site #sec00 .sub_in h2 {
		font-size: 1.375rem;
		padding: 1.5rem 0;
	}
	/* #site #sec01
--------------------------------- */
	#site #sec01 .sub_in {
		max-width: initial;
		min-width: initial;
	}
	#site #sec01 .sub_in>p {
		padding-bottom: 1.25rem;
		margin-bottom: 1.5rem;
	}
	#site #sec01 .sub_in dl {
		font-size: 1.125rem;
	}
	#site #sec01 .sub_in dl dd>p {
		font-size: 1.1rem;
	}
	#site #sec01 .sub_in dl dd>ol {
		font-size: 1.1rem;
	}





	/* style
--------------------------------- */
	.space {
		display: block;
		width: 100%;
		height: .5rem;
	}







}