@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	background-position: center center;
	box-sizing: border-box;
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: auto;
}

@media screen and (max-width:1340px) {
	html {
		font-size: 56.25%;
	}
}

@media screen and (min-width:1700px) {
	html {
		font-size: 68.75%;
	}
}

 
body {
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-optical-sizing: auto;
	color: #111;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: auto;
	text-align: left;
	letter-spacing: 0.08em;
	background: #fff;
	height: 100%;
	word-break: break-word;
	
	font-feature-settings: "palt";


}

li {
	list-style: none;
}




p {
	text-align: justify;
	line-height: 1.75;
	letter-spacing: 0.04em;
	font-feature-settings: initial;
	font-family: '中ゴシックBBB', 'A-OTF 中ゴシックBBB Pro Medium', sans-serif;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

*::selection {
	background: #ffda1c;
	color: #111;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 500;
	letter-spacing: 0.1em;
}

table {
	border-collapse: collapse;
}

th {

}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

a {
	text-decoration: none;
	transition: 0.2s ease-in-out;
	color: #111;
}

a:visited {
	text-decoration: none;
	color: #111;
}

a:hover {
	text-decoration: none;
}

a.child:hover {
	color: inherit;
}

a img {
	transition: 0.6s ease-in-out;
}

p a {
	text-decoration: underline;
	color: #111;
}

a p {
	transition: 0.4s ease-in-out;
}

/*Google map*/

.gmap {
	position: relative;


}

.gmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*--------------------------------------
	
	cerning
	
--------------------------------------*/

.kern00 {
	letter-spacing: 0.0em;
}

.kern-0001 {
	letter-spacing: -0.001em;
}

.kern-001 {
	letter-spacing: -0.01em;
}

.kern-002 {
	letter-spacing: -0.02em;
}

.kern-003 {
	letter-spacing: -0.03em;
}

.kern-004 {
	letter-spacing: -0.04em;
}

.kern-005 {
	letter-spacing: -0.05em;
}

.kern-006 {
	letter-spacing: -0.06em;
}

.kern-007 {
	letter-spacing: -0.07em;
}

.kern-008 {
	letter-spacing: -0.08em;
}

.kern-008 {
	letter-spacing: -0.08em;
}

.kern01 {
	letter-spacing: 0.1em;
}

.kern02 {
	letter-spacing: 0.2em;
}

.kern03 {
	letter-spacing: 0.3em;
}

.kern04 {
	letter-spacing: 0.4em;
}

.kern05 {
	letter-spacing: 0.5em;
}

.kern-01 {
	letter-spacing: -0.1em;
}

.kern-02 {
	letter-spacing: -0.2em;
}

.kern-03 {
	letter-spacing: -0.3em;
}

.kern-04 {
	letter-spacing: -0.4em;
}

.kern-05 {
	letter-spacing: -0.5em;
}



/*--------------------------------------
	
	width
	
--------------------------------------*/

:root {

  --break-pcmax: 1700px;
}

/*1700より大きい時*/
@media screen and (min-width:1700px){

:root {
  --glid: 73px;
}

} 
@media screen and (max-width:1700px){

/*1700より小さい時*/

:root {
  --glid: 4.347vw;
}

}

.max_glid {
	width: 100%;
	max-width: var(--break-pcmax);
	margin-left: auto;
	margin-right: auto;
}

.wide_center {
	margin-left: auto;
	margin-right: auto;
}

.wide_1 {
	width: var(--glid);
}

.wide_2 {
	width: calc(var(--glid) * 2);
}


.wide_3 {
	width: calc(var(--glid) * 3);
}

.wide_4 {
	width: calc(var(--glid) * 4);
}

.wide_5 {
	width: calc(var(--glid) * 5);
}


.wide_6 {
	width: calc(var(--glid) * 6);
}

.wide_7 {
	width: calc(var(--glid) * 7);
}

.wide_8 {
	width: calc(var(--glid) * 8);
}

.wide_9 {
	width: calc(var(--glid) * 9);
}

.wide_10 {
	width: calc(var(--glid) * 10);
}

.wide_11 {
	width: calc(var(--glid) * 11);
}

.wide_12 {
	width: calc(var(--glid) * 12);
}

.wide_13 {
	width: calc(var(--glid) * 13);
}

.wide_14 {
	width: calc(var(--glid) * 14);
}

.wide_15 {
	width: calc(var(--glid) * 15);
}

.wide_16 {
	width: calc(var(--glid) * 16);
}

.wide_17 {
	width: calc(var(--glid) * 17);
}

.wide_18 {
	width: calc(var(--glid) * 18);
}

.wide_19 {
	width: calc(var(--glid) * 19);
}

.wide_20 {
	width: calc(var(--glid) * 20);
}

.wide_21 {
	width: calc(var(--glid) * 21);
}

.wide_22 {
	width: calc(var(--glid) * 22);
}

.wide_23 {
	width: calc(var(--glid) * 23);
}

.wide_100 {
	width: 100%;
}









/*--------------------------------------
	
	header
	
--------------------------------------*/

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}


header .logo {
	width: 16.2%;
	max-width: 246px;
	margin: 70px 0 0 90px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.6s ease-in-out;
	transform-origin: left top;
}

/*
body.scroll header .logo {
	transform: scale(0.75);
	margin: 30px 0 0 50px;
}
*/


header .navi .sitemap {
	position: fixed;
	width: 100%;
	text-align: center;
}

header .navi ul {

/*
	display: flex;
	justify-content: center;
	gap: 1em;
*/
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 25px;
	background: #fff;
	display: inline-block;
	padding: 10px 10px;
	border-radius: 100vmax;
	transition: 0.6s ease-in-out;
}

body.scroll header .navi ul {
	margin-top: 15px;
	transform: scale(0.8);
}

header .navi ul li {
	display: inline-block;

}

header .navi ul li a {
	display: block;
	padding: 0.75em;
	border-radius: 100px;
}

header .navi ul li a:hover {
	background: #ffda1c;
}

header .navi .order {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	position: fixed;
	margin: 25px 70px 0 0;
	right: 0;
	top: 0;
	width: 200px;
	height: 200px;
}

header .navi .order:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/svg/obj_circle_yellow.svg) no-repeat center center;
	background-size: contain;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

header .navi .order:hover:before {
	transform: scale(1.1);
}

header .navi .order span {
	position: relative;
	z-index: 5;
	display: block;
	padding-bottom: 44px;
}


header .navi .order span:before,
header .navi .order span:after {
	content: '';
	display: inline-block;
	width: 58px;
	height: 34px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -29px;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

header .navi .order span:before {

	border-radius: 100vmax;
	background: #18ac61;
	

}

header .navi .order span:after {
	background: url(images/svg/aroow_white_right.svg) no-repeat center center;
	background-size: 21px auto;
}

header .navi .order:hover span:before {
	transform: scale(1.20);
}

header .navi .order:hover span:after {
	transform: translateX(8px);
}





.home header .navi .order {
	display: none;
}



header .toggle {
	width: 70px;
	position: absolute;
	right: 50px;
	top: 54px;
	cursor: pointer;
}













/*--------------------------------------
	
	loading
	
--------------------------------------*/


.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 1000;
	pointer-events: none;
}

.loading .load_anime .img {
	width: 220px;
	display: flex;
	gap: 18px;
	justify-content: center;
}

.loading .load_anime .img img {
	width: 100px;
}

.loading .load_anime .img .mei.show,
.loading .load_anime .img .sis.show {
	transition: 0.6s cubic-bezier(.66,-0.45,.58,1.43);
	animation: loadimg 2s cubic-bezier(.66,-0.45,.58,1.43) infinite;
}

@keyframes loadimg {
	0% {transform: scale(1);}
	10% {transform: scale(1.05);}
	20% {transform: scale(1);}
	30% {transform: scale(1.05);}
	40% {transform: scale(1);}

	100% {transform: scale(1);}
}

.loading .load_anime .img.hide {


	
	animation: loadimghide 0.6s cubic-bezier(.66,-0.45,.58,1.43) forwards;
}



@keyframes loadimghide {
	0% {transform: scaleY(1.0); margin-top: 0; opacity: 1;}
	30% {transform: scaleY(0.95); margin-top: 0; opacity: 1;}
	100% {transform: scaleY(1.10); margin-top: -30px; opacity: 0;}
}



.loading .load_anime .text {

	display: flex;
	gap: 4px;
	justify-content: center;
	
	margin: 0 auto 40px auto;
}

.loading .load_anime .text img {
	display: block;
	width: auto;
	width: 14px;
}

.loading .load_anime .text img.show {
	
	animation: loadtext 1s cubic-bezier(.66,-0.45,.58,1.43) infinite;

	
}

@keyframes loadtext {
	0% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	80% {transform: translateY(0);}
	100% {transform: translateY(0);}
}

.loading .load_anime .text.hide {
	transition: 0.6s ease-in-out;
	opacity: 0;
}



/*--------------------------------------
	
	key
	
--------------------------------------*/

.key {
	width: 100%;
	height: 100vh;
	min-height: calc(100vw * 0.6);
	max-height: calc(100vw * 0.85);
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 200;
	margin-bottom: 140px;
}


.key .main {
	position: absolute;
	width: 56.8vw;
	aspect-ratio: 1/0.87;
	z-index: 20;
	
	margin: 6% 5% 0 0;
	
}

.key .main .ph {
	position: absolute;
	top: 0;
	right: 0;
	width: 64.5%;
	z-index: 10;
	opacity: 0;
	transform: rotate(20deg) translateY(60px);
}


.key .main .meishi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 46.5%;
	opacity: 0;
	transform: rotate(-20deg) translateY(-60px);
}

.key .main .ph,
.key .main .meishi {
	transition: 1.2s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.key .main .ph.show,
.key .main .meishi.show {
	opacity: 1;
	transform: rotate(0) translateY(0);
}


.bg_card {
	width: 100vw;
	height: 100%;
	position: absolute;
	z-index: 10;
	overflow: visible;
	top: 0;
	left: 0;
	pointer-events: none;
}

.key .bg_card .card {
	position: absolute;
	opacity: 0;

	transition: 1.2s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.key .bg_card .card.show {
	transform: rotate(30deg) translateY(0);
	opacity: 1;
}

.key .bg_card .card01 {
	width: 13.8%;
	transform: rotate(10deg) translateY(60px);
	top: -8vw;
	right: 5%;
}

.key .bg_card .card02 {
	width: 13.8%;
	transform: rotate(50deg) translateY(-60px);
	bottom: -11vw;
	left: 3%;
}



.ichihara_area {
	writing-mode: vertical-lr;
	padding: 1.5em 1em 1.4em 1em;
	font-size: calc(var(--glid) * 0.27);
	background: #ffda1c;
	position: fixed;
	left: calc(var(--glid) * 0.75);
	bottom: calc(var(--glid) * 0.75);
	border-radius: 100px;
	z-index: 400;

}


.key .copy_line {
	position: absolute;
	right: 100px;
	top: 100px;
	z-index: 300;
	letter-spacing: 0.12em;
	font-size: 3.2rem;
}

.copy_line {
	writing-mode: vertical-rl;
	font-size: 4.0rem;
	display: flex;
	gap: 0.25em;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
}

.copy_line .line {

	position: relative;
	padding-right: 0.25em;
}

.copy_line .line:before {
	content: '';
	width: 3px;
	height: 100%;
	background: #111;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 5px;
}



/*--------------------------------------
	
	cvn
	
--------------------------------------*/


.wrapper_home {
	overflow: hidden;
	position: relative;
	width: 100%;

}


.cvn_home {
	width: 326px;
	height: 326px;
	position: fixed;
	right: 45px;
	bottom: 45px;
	display: block;

	z-index: 400;
	text-align: center;
	font-size: 1.6rem;
	transition: 0.6s ease-in-out;
	transform-origin: right bottom;
}


body.scroll .cvn_home {
	transform: scale(0.75);
}

a.cvn_home:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/svg/obj_circle.svg) no-repeat center center;
	background-size: cover;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.cvn_home:hover:before {
	transform: scale(1.1);
}

.cvn_home .inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 5;
}

a.cvn_home {
	color: #fff;
}


.cvn_home h3 {
	margin-bottom: 10px;
}

.cvn_home .num {
	margin-bottom: 6px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}

.cvn_home .num .chara {
	display: inline-block;
	width: 50px;
	margin-right: 7px;
}

.cvn_home .num .syoku {
	display: inline-block;
	width: 24px;
	margin-bottom: 5px;
	margin-left: 4px;
}

.cvn_home .num_img {
	height: 48px;
	display: block;
}

.num_img img {
	display: inline-block;
	height: 100%;
	width: auto;
	margin: 0 1px;
}

.cvn_home .btn {
	margin: 10px auto;
	width: 60%;
}

.cvn_home .anno {
	font-size: 1.1rem;
	opacity: 0.5;
}

.btn {
	background: #ffda1c;
	display: block;
	padding: 1.2em 1.5em;
	text-align: center;
	color: #111;
	border-radius: 100vmax;
}




/*--------------------------------------
	
	home
	
--------------------------------------*/



.about_home {
	width: calc(var(--glid) * 15);
	max-width: 980px;
	margin-bottom: 120px;
}

.about_home .text_circle {
	display: block;
	width: calc(var(--glid) * 2.5);
	max-width: 160px;
	margin: 0 auto 6.28vw auto;
}


.about_home .title,
.about_home .text {
	width: calc(var(--glid) * 7);
	max-width: 460px;
	margin: 0 auto 0 auto;
}

.about_home .title {
	margin-bottom: 2.64vw;
	margin-bottom: min(2.64vw, 45px);
}

.about_home .text {
	margin-bottom: min(5.95vw, 90px);
	font-size: min(1.19vw, 18px);
	text-align: justify;
}

.about_home .inner {
	position: relative;
}

.about_home .st .line {
	writing-mode: vertical-rl;
	position: absolute;
/* 	font-size: 5.8rem; */
	font-size: min(3.83vw, 58px);
	top: min(2.4vw, 35px);
	letter-spacing: 0.10em;
}

.about_home .st .line01 {
	right: min(1.98vw, 30px);
}

.about_home .st .line02 {
	left: min(1.98vw, 30px);
}

.about_home .content {
	display: flex;
	flex-direction: column-reverse;
}

.about_home .chart {
	/*aspect-ratio: 1/0.4425; スマホ*/
	aspect-ratio: 1/0.255;
	background: no-repeat center center;
	background-size: contain;
	background-image: url(images/home/chart.png);
}



/*why*/

.why {
	position: relative;
	z-index: 50;
	margin-bottom: 140px;

}

.why .layout {
	position: relative;
}

.why .layout .content {
	display: flex;
	justify-content: space-between;
	width: calc(var(--glid) * 19);
	margin: 0 auto 40px auto;
	position: relative;
	z-index: 10;
}

.why .layout:nth-child(even) .content {
	flex-direction: row-reverse;
}


.why .layout .content .img {
	width: 50%;
	position: relative;

}

.why .layout .content .img .ph {
	width: 69.3%;
}

.why .layout:nth-child(odd) .content .img .ph {
	margin-top: calc(var(--glid) * 1.25);
}

.why .layout:nth-child(even) .content .img {
	text-align: right;
}

.why .layout:nth-child(even) .content .img .ph {

	
}

.why .layout .content .img .card {
	width: 36.2%;
	transform: rotate(15deg);
	position: absolute;
}

.why .layout:nth-child(odd) .content .img .card {
	top:0;
	right: 8%;
}

.why .layout:nth-child(even) .content .img .card {
	bottom:0;
	left: 8%;
}


.why .layout .content .text {
	width: calc(var(--glid) * 9);
	padding: 8% calc(var(--glid) * 1) 0 calc(var(--glid) * 1);

}

.why .layout:nth-child(even) .content .text {
	padding-top: 4%;
}

.why .layout .content .text .title {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	margin-bottom: 60px;
}

.why .layout .content .text .title .chara {
	width: 29.8%;
	margin-left: -3%;
}


.why .bg_card {
	z-index: 0;

}



.why .bg_card .card {
	position: absolute;

}

.why .bg_card .card01 {
	width: 10vw;
	max-width: 160px;
	transform: rotate(-15deg);
	top: 1.5vw;
	right: 4vw;
}

.why .bg_card .card02 {
	width: 6.6vw;
	transform: rotate(15deg);
	top: 33vw;
	left: -2vw;
}



.why .bg_card .card03 {
	width: 6.6vw;
	transform: rotate(15deg);
	top: -1.0vw;
	right: -2vw;
}

.why .bg_card .card04 {
	width: 10vw;
	max-width: 160px;
	transform: rotate(15deg);
	bottom: 0;
	left: 4vw;
}

.why .bg_card .card05 {
	width: 6vw;	
	transform: rotate(-15deg);
	left: 21vw;
	bottom: -20vw;
}



/*beige*/


.bg_beige {
	background: #fff9f3;
	padding-bottom: 140px;
	margin-bottom: 180px;
}

.bg_wave {
	width: 100%;
	height: 30px;
	background: url(images/svg/wave.svg) repeat-x center top;
	background-size: auto 100%;
	
}

.example_home {
	padding-bottom: 50px;
	position: relative;
}

.example_home .title {
	padding: 140px 0 0 0;
	margin: 0 0 90px 0;
	text-align: center;
}

.example_home .title img {
	display: block;
	width: 114px;
	margin: 0 auto 30px auto;
}

.example_home .title .text {
	font-size: 4.0rem;
}



.example_home .chara img {
	width: 9.7vw;
	position: absolute;

}

.example_home .chara img.mei {
	right: calc(var(--glid) * 4.0);
	top: 260px;
}

.example_home .chara img.sis {
	left: calc(var(--glid) * 4.0);
	bottom: 70px;
}




.home .example_list {
	display: block;
	width: 100%;
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
}

.home .example_list .carousel {
 	transform: translateX(-15vw);
	width: 100%;
}

.swiper-containerA .swiper-button-prev,
.swiper-containerA .swiper-button-next {
/*
  width: 2.5vw !important;
  height: auto !important;
  aspect-ratio: 1/1;

  background: no-repeat;
  background-size: 9px auto;
  background-color: #0042ff;
  transform: translateY(-50%);
  background-position: center center;
  margin-top: 0;
  border: none;
  border-radius: 50%;
*/
  
  display: none;

}

/*
.swiper-containerA .swiper-button-next {
background-image: url('images/common/arrow_white_right.svg');
left: calc(100% - 36.0vw) !important;
}

.swiper-containerA .swiper-button-prev {
background-image: url('images/common/arrow_white_left.svg');
left: calc(0% + 24.0vw) !important;
}
*/






.example_list .child {
	width: calc(4.347vw * 5);

}

.home .example_list .child {
	width: auto;
	padding: 0 calc(4.347vw * 0.5);
}


.example_list .child span.in {
	display: block;
	background: #f7e9db;
	padding: 9%;
	aspect-ratio: 1/1;
	border-radius: 35px;
	position: relative;
}

.example_list .child span.in .text {
	position: absolute;
	padding: 10%;
	width: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.example_list .child span.in .text .sst {
	align-self: flex-end;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}

.example_list .child span.in .text .sst img {
	width: 65px;
}

.example_list .child span.in .text .num {
	height: 32px;


}

.example_list .child span.in .text .num img {
	height: 100%;
	width: auto;
}



/*BG*/


.btn_area {
	text-align: center;
	margin-bottom: 90px;
}

.arrow {
	font-size: 2.0rem;
	position: relative;
	padding-left: 80px;
}

.arrow:before,
.arrow:after {
	content: '';
	display: inline-block;
	width: 58px;
	height: 34px;
	position: absolute;
	left: 0;
	top: -2px;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.arrow:before {

	border-radius: 100vmax;
	background: #18ac61;
	

}

.arrow:after {
	background: url(images/svg/aroow_white_right.svg) no-repeat center center;
	background-size: 21px auto;
}

.arrow:hover:before {
	transform: scale(1.20);
}

.arrow:hover:after {
	transform: translateX(8px);
}






.other_service {
	width: calc(var(--glid) * 19);
	padding: 135px calc(var(--glid) * 1) 0 calc(var(--glid) * 1);
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.other_service .text {
	width: calc(var(--glid) * 5);
}

.other_service .text p {
	font-size: 1.6rem;
	margin-bottom: 25px;
}


.other_service .img {
	width: calc(var(--glid) * 11);

}

.other_service .img ul {
	display: flex;
	justify-content: space-between;
gap: calc(var(--glid) * 1);
	text-align: center;
	flex-wrap: wrap;
}

.other_service .img li {
	background: #fff;
	border-radius: 20px;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	font-size: 1.6rem;
	flex: 1;
}

.other_service .img li img {
	width: 40%;
	display: block;
	margin: 10% auto;
}


.other_other {
	padding: 16px 8px;
	line-height: 1;

	border: 2px solid #18ac61;
	color: #18ac61;
	text-align: center;
	display: block;
	width: 600px;
	border-radius: 100vmax;
	margin: 60px auto 0 auto;
	font-size: 1.6rem;
}

.sst_standard {
	font-size: 2.8rem;
	position: relative;
	margin-bottom: 30px;
}

.sst_standard:before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 17px;
	background: #18ac61;
	position: absolute;
	left: -50px;
	top: 0.5em;
	border-radius: 2px;

}

.dot {

}

.dot_top {
	background: url(images/svg/dot_h.png) repeat-x;
	background-size: auto 3px;
}


.other_service .bg_card .card {
	position: absolute;

}

.other_service .bg_card .card01 {
	width: 6.6vw;
	transform: rotate(15deg);
	top: -8vw;
	right: 24vw;
}



/*news*/

.news_home {
	width: calc(var(--glid) * 17);
	margin: 0 auto 160px auto;
	display: flex;
	justify-content: space-between;
	
}

.news_home .sst_standard {
	width: calc(var(--glid) * 4);
}

.news_home .news_list {
	width: calc(var(--glid) * 9);
}

.news_home .news_list li {

}

.news_list .date {
	font-size: 1.6rem;
	color: #18ac61;
	display: inline-block;
	vertical-align: middle;
}

.cat {
	display: inline-block;
	font-size: 1.2rem;
	background: #ffda1c;
	padding: 0.1em 1.0em 0.2em 1.0em;
	border-radius: 2px;
	margin-right: 15px;
}

.news_list .text {
	display: block;
	margin-top: 8px;
}

.news_list a {
	display: block;
	padding: 15px 20px;
	border-radius: 10px;
}

.news_list a:hover {
	background: #fff9f3;

}

.news_list a:hover .text {
	transition: 0.2s ease-in-out;
/* 	color: #18ac61; */
	text-decoration: underline;
}

.news_home .link {
	width: calc(var(--glid) * 3);
	align-self: flex-end;
}




/*--------------------------------------
	
	footer
	
--------------------------------------*/

footer {
	padding-bottom: 90px;
	overflow: hidden
}

footer .inner {
	width: calc(var(--glid) * 20);
	margin: 0 auto;
	padding: 90px 0 100px 0;
}


footer .title {
	width: calc(var(--glid) * 2.7);
	margin-bottom: 120px
}

footer .navi {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}

footer .navi li {
	margin-bottom: 15px;
}

footer .navi li a:hover,
footer .link a:hover {
	color: #18ac61;
}

footer .link {
	font-size: 1.4rem;
}

footer .chara {
	display: flex;
	width: calc(var(--glid) * 30);

	transform: translateX(calc(var(--glid) * -5.5));

	animation: footer_chara 5s cubic-bezier(.66,-0.45,.58,1.43) infinite;

	height: calc(var(--glid) * 1.30 + 70px);
	
}

@keyframes footer_chara {
	0% {transform: translateX(calc(var(--glid) * -5.5));}
	30% {transform: translateX(calc(var(--glid) * -5.5));}
	50% {transform: translateX(calc(var(--glid) * -3.0));}
	80% {transform: translateX(calc(var(--glid) * -3.0));}
	100% {transform: translateX(calc(var(--glid) * -0.5));}
}



footer .chara li {
	width: calc(var(--glid) * 1.30);
	margin: 0 calc(var(--glid) * 1.20) 0 0;
}

footer .chara li:nth-child(even) {
	padding-top: 70px;
	animation: footer_chara_s01 5s cubic-bezier(.66,-0.45,.58,1.43) infinite;
}

@keyframes footer_chara_s01 {
	0% {padding-top: 70px;}
	13% {padding-top: 0;}
	50% {padding-top: 0;}
	63% {padding-top: 70px;}
	100% {padding-top: 70px;}
}

footer .chara li:nth-child(odd) {
	padding-top: 0;
	animation: footer_chara_s02 5s cubic-bezier(.66,-0.45,.58,1.43) infinite;
}

@keyframes footer_chara_s02 {
	0% {padding-top: 0;}
	13% {padding-top: 70px;}
	50% {padding-top: 70px;}
	63% {padding-top: 0;}
	100% {padding-top: 0;}
}


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

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/


/*ブレークポイントはcommon.jsのスライダー設定と連動させる*/
@media screen and (max-width:639px){

html {
	font-size: 62.5%;
	width: 100%;
}

body, html {

	min-width: 100%;
	height: 100%;
}



p {
	font-size: 1.4rem;
	text-align: left;
}

h1,h2,h3,h4 {
	font-size: 1.6rem;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

.gmap {
	padding-top: 80%;
}










/*--------------------------------------
	
	key
	
--------------------------------------*/




/*--------------------------------------
	
	header
	
--------------------------------------*/






header .toggle {
	position: fixed;
	width: 66px;
	height: 66px;
	z-index: 210;
	right: 10px;
	top: 10px;
}

header .toggle span {
	position: absolute;
	left: 18px;

	display: inline-block;
	width: 35px;
	height: 3px;
	background: #18ac61;
	transition: 0.4s ease-in-out;


}


header .toggle span:first-child {
	top: 20px;
}

.toggle span:nth-child(2) {
	top: 30px;
}

.toggle span:nth-child(3) {
	top: 40px;
}

header .toggle.active span {

	top: 27px;

	transform: rotate(30deg);
}

header .toggle.active span:nth-child(2) {
	transform: rotate(-30deg);
}




/*toggle menu*/


#menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	z-index: 200;
	
	transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1);
	
	pointer-events: none;
	padding: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
}

#menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #f7e9db;
	position: fixed;
	top: 0;
	left: 0;
}

header.normal #menu {
	opacity: 1;
	pointer-events: auto;
	transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}












/*--------------------------------------
	
	header
	
--------------------------------------*/

header {
/*
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
*/
}


header .logo {
	width: 31.7vw;

	margin: 0;
	left: 6vw;
	top: 6vw;
}

header .navi {
	width: 100%;
}

header .navi .sitemap {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 12vw;
}

header .navi .sitemap:after {
	content: '';
	display: block;
	width: 160px;
	aspect-ratio: 1/0.476;
	background: url(images/svg/chara_twin.svg) no-repeat center center;
	background-size: contain;
	margin: 8vw auto 0 auto;
}

header .navi ul {

	font-size: 1.6rem;
	line-height: 1;
	margin-top: 25px;
	background: none;
	display: block;
	padding: 0;
	border-radius: 0;

	display: flex;
	flex-direction: column;
}

body.scroll header .navi ul {
	margin-top: 0;
	transform: none;
}

header .navi ul li {
	display: inline-block;
	margin: 1em 0;
}

header .navi ul li a {
	padding: 0;
}

header .navi ul li a:hover {
	background: none;
}

header .navi .order {
	text-align: center;
	position: relative;
	margin: 0;
	right: 0;
	top: 0;
	color: #111;
}

.home header .navi .order {
	display: block;
}
















header .navi .order {
/*
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
*/

	padding: 1em 1.5em;
	position: relative;
	margin: 0 auto;
	right: auto;
	top: auto;
	width: 270px;
	height: auto;
	background: #ffda1c;
	border-radius: 100vmax;
}

header .navi .order:before {
	content: none;

}



header .navi .order span {
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 0 0 0 60px;
}


header .navi .order span:before,
header .navi .order span:after {

	width: 46px;
	height: 27px;

	left: 0;
	bottom: auto;
	top: 0;
	margin-left: 0;

}























/*--------------------------------------
	
	loading
	
--------------------------------------*/




.loading .load_anime {
	transform: scale(0.7);
}


/*--------------------------------------
	
	key
	
--------------------------------------*/




.key {
	width: 100%;
	height: 100dvh;
	min-height: 1px;
	max-height: 2000px;
/*
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
*/
	align-items: center;
	z-index: 150;
	margin-bottom: 16vw;
	

}


.key .main {
	position: absolute;
	width: 88.4vw;
/*
	aspect-ratio: 1/0.87;
	z-index: 20;
*/
	aspect-ratio: 1/0.97;
	margin: 6% 5% 0 0;
	
}





.key .main .ph {
/*
	position: absolute;
	top: 0;
*/
	right: auto;
	left: 2vw;
	width: 68.8%;
	z-index: 10;
	transform: rotate(20deg) translateY(6vw);
}

.key .main .meishi {

	left: auto;
	right: -3vw;
	bottom: 16%;
	width: 44.6%;
	transform: rotate(20deg) translateY(-6vw);
}

.key .main .ph.show{
	opacity: 1;
	transform: rotate(0) translateY(0);
}

.key .main .meishi.show {
	opacity: 1;
	transform: rotate(30deg) translateY(0);
}



.bg_card {
/*
	width: 100vw;
	height: 100%;
	position: absolute;
	z-index: 10;
	overflow: visible;
	top: 0;
	left: 0;
*/
}

/*
.key .bg_card .card {
	position: absolute;
}
*/

.key .bg_card .card01 {
	width: 26.9%;

	top: -4vw;
	right: -4vw;
}

.key .bg_card .card02 {
	width: 26.9%;

	bottom: -11vw;
	left: 3%;
}


.ichihara_area {
	position: absolute;
	padding: 1.2em 0.8em 1.1em 0.8em;
	font-size: 1.2rem;

	left: 4vw;
	bottom: 4vw;

}


.key .copy_line {
	right: 10vw;
	top: 80px;
	font-size: 2.0rem;
}

.copy_line {

	font-size: 2.4rem;

}

.copy_line .line {

}

.copy_line .line:before {

	width: 2px;

}



/*--------------------------------------
	
	cvn
	
--------------------------------------*/




.cvn_home {
	position: absolute;
	width: 180px;
	height: 180px;

	right: 4vw;
	bottom: 4vw;
	font-size: 1.0rem;

}

.cvn_home p {
	font-size: 1.0rem;
}

body.scroll .cvn_home {
	transform: none;
}



.cvn_home h3 {
	font-size: 1.1rem;
	margin-bottom: 6px;
	line-height: 1.2;
}

.cvn_home .num {
	margin-bottom: 2px;
}

.cvn_home .num .chara {
	width: 24px;
	margin-right: 4px;
}

.cvn_home .num .syoku {
	width: 12px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.cvn_home .num_img {
	height: 25px;
}



.cvn_home .btn {
	margin: 4px auto 4px auto;
	width: 70%;
}

.cvn_home .anno {
	font-size: 1.0rem;
	transform: scale(0.8);
}

.btn {

	padding: 1.0em 1.5em;


}













/*--------------------------------------
	
	home
	
--------------------------------------*/



.about_home {
	width: 84vw;

	margin-bottom: 16vw;
}

.about_home .text_circle {

	width: 32vw;

	margin: 0 auto 10vw auto;
}


.about_home .title,
.about_home .text,
.about_home .st {
	width: 90%;


}

.about_home .st {
	margin: 0 auto 6vw auto;
}

.about_home .title {
	margin-bottom: 8vw;
}

.about_home .text {
	margin-bottom: 8vw;
	font-size: 1.4rem;
}

.about_home .inner {
	position: relative;
}

.about_home .st .line {
	writing-mode: horizontal-tb;
	position: static;
/* 	font-size: 5.8rem; */
	font-size: 6.0vw;
	top: auto;
	letter-spacing: 0.04em;
	display: block;
}

.about_home .st .line01 {
	right: auto;
}

.about_home .st .line02 {
	left: auto;
}

.about_home .content {
	flex-direction: column;
}

.about_home .chart {
	aspect-ratio: 1/0.4425;
	background-image: url(images/home/chart_sp.png);
	margin-bottom: 6vw;
}








/*why*/

.why {
	position: relative;
	z-index: 50;
	margin-bottom: 16vw;

}

.why .layout {
	position: relative;
}

.why .layout .content {
/*
	display: flex;
	justify-content: space-between;
*/
	width: 88vw;
	margin: 0 auto 12vw auto;
/*
	position: relative;
	z-index: 10;
*/
	
	flex-direction: column;
	
}

.why .layout:nth-child(even) .content {
	flex-direction: column;
}


.why .layout .content .img {
	width: 70%;
	margin: 0 auto 6vw auto;

}

.why .layout .content .img .ph {
	width: 100%;

}

.why .layout:nth-child(odd) .content .img .ph {
	margin-top: 0;
	margin-left: -8vw;
}

.why .layout:nth-child(even) .content .img .ph {
	margin-right: -10vw;
}

.why .layout:nth-child(even) .content .img {
	text-align: right;
}



.why .layout .content .img .card {
	width: 36.2%;

}

.why .layout:nth-child(odd) .content .img .card {
	top:0;
	right: -4vw;

}

.why .layout:nth-child(even) .content .img .card {
	bottom:0;
	left: 0;
}


.why .layout .content .text {
	width: 100%;
	padding: 0 4vw;

}

.why .layout:nth-child(even) .content .text {
	padding-top: 0;
}

.why .layout .content .text .title {

	margin-bottom: 8vw;
}

.why .layout:nth-child(even) .content .text .title {
	flex-direction: row;
}

.why .layout .content .text .title .chara {
	width: 29.8%;
	margin-left: -3%;
}


.why .bg_card {
	z-index: 0;

}





.why .bg_card .card01 {
	width: 15vw;
	top: -14vw;
	right: -4vw;
}

.why .bg_card .card02 {
	width: 10vw;
	top: 60vw;
	left: -0;
}



.why .bg_card .card03 {
	width: 15vw;
	top: 0;
	right: -2vw;
}

.why .bg_card .card04 {
	width: 10vw;
	transform: rotate(15deg);
	top: 33vw;
	bottom: auto;
	left: -2vw;
}

.why .bg_card .card05 {
	width: 15vw;	
	left: 21vw;
	bottom: -34vw;
}








/*beige*/


.bg_beige {
	padding-bottom: 12vw;
	margin-bottom: 16vw;
}

.bg_wave {
	width: 100%;
	height: 10px;

	
}

.example_home {
	padding-bottom: 8vw;

}

.example_home .title {
	padding: 28vw 0 0 0;
	margin: 0 0 12vw 0;
	text-align: center;
}

.example_home .title img {

	width: 18vw;
	margin: 0 auto 20px auto;
}

.example_home .title .text {
	font-size: 3.2rem;
}






.example_home .chara img {
	width: 20vw;
	position: absolute;

}

.example_home .chara img.mei {
	right: 6vw;
	top: 50vw;
}

.example_home .chara img.sis {
	left: 6vw;
	bottom: 8vw;
}







.home .example_list {

	margin-bottom: 12vw;
}

.home .example_list .carousel {
 	transform: translateX(0);

}








.example_list .child {
	width: calc(4.347vw * 5);

}

.home .example_list .child {
	width: auto;
	padding: 0 calc(4.347vw * 0.5);
}





/*BG*/


.example_home .btn_area {
	margin-bottom: 24vw;
}


.btn_area {
	text-align: center;
	margin-bottom: 12vw;
}

.arrow {
	font-size: 1.6rem;
	position: relative;
	padding-left: 60px;
}

.arrow:before,
.arrow:after {

	width: 46px;
	height: 27px;
	left: 0;
	top: 0px;
}



.arrow:after {
	background-size: 16px auto;
}







.other_service {
	width: 100%;
	padding: 16vw 0 0 0;


	display: block;
	text-align: right;
}

.other_service .sst_standard {
	text-align: left;
}


.other_service .text {
	width: 100%;
	padding: 0 6vw;
}

.other_service .text p {
	font-size: 1.6rem;
	margin-bottom: 4vw;
}

.other_service .img {
	width: 100%;
}

.other_service .img ul {
	width: 94%;
	gap: 0;
	margin: 12vw auto 0 auto;

}



.other_service .img li {

	font-size: 1.2rem;
}

.other_service .img li img {
	width: 36%;

}




.sst_standard {
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 6vw;
}

.sst_standard:before {

	width: 6vw;
	height: 4vw;


	left: -9vw;


}





.other_service .bg_card .card01 {
	width: 15vw;

	top: -8vw;
	right: 10vw;
}

.other_other {
	padding: 10px 8px;


	font-size: 1.4rem;
	width: 80%;
	margin: 8vw auto;
}


/*news*/

.news_home {
	width: 100%;
	margin: 0 auto 16vw auto;
	display: block;
	padding: 0 6vw;
	
}

.news_home .sst_standard {
	width: 100%;
}

.news_home .news_list {
	width: 100%;
}

.news_home .news_list li {
	margin-bottom: 2vw;
}

.news_list .date {
	font-size: 1.3rem;
	color: #18ac61;
	display: inline-block;
}

.cat {

	font-size: 1.0rem;
	padding: 0.1em 1.0em 0.2em 1.0em;
	margin-right: 1em;
}

.news_list .text {
	margin-top: 4px;
	font-size: 1.6rem;
	margin-bottom: 6vw;	
}

.news_list a {
	padding: 0 0;
}


.news_home .link {
	width: 100%;
	text-align: right;
}




/*--------------------------------------
	
	footer
	
--------------------------------------*/

footer {
	padding-bottom: 12vw;
}

footer .inner {
	width: 88vw;
	padding: 12vw 0 10vw 0;
}


footer .title {
	width: 40vw;
	margin-bottom: 10vw
}

footer .navi {
	margin-bottom: 10vw;
}

footer .navi li {
	margin-bottom: 15px;
	font-size: 1.4rem;
}

footer .link {
	font-size: 1.0rem;
}

footer .chara {
	display: flex;
	width: 300vw;

	transform: translateX(-4vw);

	animation: footer_chara 5s cubic-bezier(.66,-0.45,.58,1.43) infinite;

	height: calc(var(--glid) * 1.30 + 70px);
	
}

@keyframes footer_chara {
	0% {transform: translateX(-30vw);}
	30% {transform: translateX(-30vw);}
	50% {transform: translateX(-55vw);}
	80% {transform: translateX(-55vw);}
	100% {transform: translateX(-80vw);}
}



footer .chara li {
	width: 15vw;
	margin: 0 10vw 0 0;
}

footer .chara li:nth-child(even) {
	padding-top: 10vw;
	animation: footer_chara_s01 5s cubic-bezier(.66,-0.45,.58,1.43) infinite;
}

@keyframes footer_chara_s01 {
	0% {padding-top: 10vw;}
	13% {padding-top: 0;}
	50% {padding-top: 0;}
	63% {padding-top: 10vw;}
	100% {padding-top: 10vw;}
}

footer .chara li:nth-child(odd) {
	padding-top: 0;
	animation: footer_chara_s02 5s cubic-bezier(.66,-0.45,.58,1.43) infinite;
}

@keyframes footer_chara_s02 {
	0% {padding-top: 0;}
	13% {padding-top: 10vw;}
	50% {padding-top: 10vw;}
	63% {padding-top: 0;}
	100% {padding-top: 0;}
}






}






