@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
  font-size: 62.5%;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #000;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.object-fit-img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  font-family: 'object-fit: cover;'
}

sub{
	font-size: 0.65em;
	position: relative;
	top:-0.3em;
	line-height: 1;
}

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans JP", sans-serif; 
  font-weight: 400; 
  font-style: normal;
}

.mb0{margin-bottom: 0 !important;}

.font-akshar{
	font-family: "Akshar", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  color: #000;
  font-feature-settings: "palt" 1;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  opacity: 0;
}

*{
min-width: 0;
min-height: 0;
}


@media screen and (min-width:751px) {
	.pc_none {
		display: none !important;
  	}
	
	body {
    	font-size: 1.4rem; /*14px*/ ;
    	min-width: 100%;
  	}
	
	/*header*/
	header{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		z-index: 10;
		background: #fff;
	}
	
	header .innerbox{
		width:100%;
		height:80px;
		display: flex;
		justify-content: space-between;
	}
	
	header .innerbox .logobox{
		background:#fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:0 0 0 30px;
	}
	
	header .innerbox .logobox .logo{
		width:min(15vw,175px);
		cursor: pointer;
	}
	
	header .innerbox .logobox .tx{
		font-size: min(1.6vw,1.6rem);
		font-weight: 600;
		letter-spacing: 0.05em;
		margin:0 min(2vw,30px);
		white-space: nowrap;
	}
	
	header .innerbox .ad_nav{
		display:flex !important;
		align-items: center;
		padding:0 25px 0 0;
	}
	
	header .innerbox nav{
		display:flex;
		align-items: center;
	}
	
	header .innerbox nav a{
		font-size: min(1.5vw,1.6rem);
		font-weight: 500;
		color:#000;
		letter-spacing: 0.1em;
		margin:0 min(2vw,20px);
		white-space: nowrap;
		position:relative;
	}
	
	header .innerbox nav a:after{
		content: "";
		position: absolute;
		bottom:-5px;
		left:0;
		width:100%;
		border-bottom: 1px solid #000;
		transform-origin: center;
		transform: scaleX(0);
		transition: all 0.2s;
	}
	
	header .innerbox nav a:hover:after{
		transform: scaleX(1);
	}
	
	/*mainvisual*/
	.mainvisual{
		width:100%;
		height: 56.25vw;
		max-height: 768px;
		position: relative;
		background:#0774e2;
	}
	
	.mainvisual .innerbox{
		padding:80px max(5vw, calc((100% - 1000px) / 2)) 0;
		display: flex;
		position: absolute;
		justify-content: space-between;
		align-items: center;
		top:0;
		left:0;
		height: 56.25vw;
		max-height: 768px;
		box-sizing: border-box;
	}
	
	.mainvisual .innerbox .main_txcont{
		position: relative;
		z-index: 2;
	}
	
	.mainvisual .innerbox .main_txcont .maintx{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin:0 0 40px 0;
	}
	
	.mainvisual .innerbox .main_txcont .maintx span{
		font-size: 6rem;
		font-weight: 600;
		background:#fff;
		padding:5px 10px 10px;
		display: inline-block;
		border:4px solid #000;
		line-height: 1;
		margin:0 0 20px 0;
		letter-spacing: 0.05em;
		box-shadow: 10px 10px 0 rgba(0,0,0,1);
	}
	
	.mainvisual .innerbox .main_txcont .maintx span strong{
		font-weight: 600;
		color:#0774e2;
	}
	
	.mainvisual .innerbox .main_txcont .tx{
		font-size: 3.2rem;
		font-weight: 500;
		color:#fff;
		letter-spacing: 0.15em;
	}
	
	.mainvisual .slidecont{
		position: relative;
		width:max(550px,52%);
		padding:min(11vw,170px) max(5vw,calc((100vw - 1000px) / 2) - 3%) 5vw 0;
		margin:0 0 0 48%;
		box-sizing: border-box;
		top:0;
		left:0;
		display: flex;
		height: 100%;
		z-index: 1;
		opacity: 0;
	}
	
	.mainvisual .slidecont .box{
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}
	
	.mainvisual .slidecont .slick-list{
		width:max(550px,52%);
	}
	
	.mainvisual .slidecont .slick-track{
		width:max(550px,52%);
	}
	
	.mainvisual .slidecont .box .inbox{
		width:100%;
		/*padding:0 max(5vw,calc((100vw - 1000px) / 2)) 5vw 0;*/
		align-items: center;
		position: relative;
	}
	
	.mainvisual .slidecont .box .inbox .animationbox{
		width:100%;
		position: relative;
	}
	
	.mainvisual .slidecont .box .inbox .arm01{
		width:16.4%;
		position: absolute;
		top:17%;
		left:54%;
		animation-name:arm01;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.mainvisual .slidecont .box .inbox .sweat{
		width:35%;
		position: absolute;
		top:15%;
		left:35%;
	}
	
	.mainvisual .slidecont .box .inbox .sweat .inbox{
		width:100%;
		position: relative;
		padding:0 0 0 0;
		height: min(40px,4vw);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img{
		width:15%;
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(1){
		position: absolute;
		top:0;
		right:0;
		transform-origin: left;
		animation-name:sweat;
		animation-duration:0.7s;
		animation-delay:0;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(45deg);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(2){
		position: absolute;
		bottom:-20%;
		right:0;
		transform-origin: left;
		animation-name:sweat;
		animation-duration:0.7s;
		animation-delay:0.35s;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(45deg);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(3){
		position: absolute;
		top:0;
		left:0;
		transform-origin: right;
		animation-name:sweat2;
		animation-duration:0.7s;
		animation-delay:0.2s;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(-45deg);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(4){
		position: absolute;
		bottom:-20%;
		left:0;
		transform-origin: right;
		animation-name:sweat2;
		animation-duration:0.7s;
		animation-delay:0.45s;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(-45deg);
	}
	
	
	
	.mainvisual .slidecont .box .inbox .arm02{
		width:9.4%;
		position: absolute;
		top:28%;
		left:57%;
		animation-name:arm01;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.mainvisual .slidecont .box .inbox .bg{
		width:83%;
		position: absolute;
		top:0;
		left:5%;
	}
	
	.mainvisual .slidecont .box .inbox .bg .inbox{
		padding:0 0 0 0;
		position: relative;
	}
	
	.mainvisual .slidecont .box .inbox .bg img:nth-child(1){
		width:100%;
		clip-path: circle(0% at 50% 50%);
	}
	
	.mainvisual .slidecont .box .inbox .bg img:nth-child(2){
		position: absolute;
		width:100%;
		top:5%;
		left:12%;
		opacity: 0;
	}
	
	.mainvisual .slidecont .box.slick-active .inbox .bg img:nth-child(1){
		animation-name:circle_border;
		animation-duration:1s;
		animation-delay:0.7s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	.mainvisual .slidecont .box.slick-active .inbox .bg img:nth-child(2){
		animation-name:star;
		animation-duration:0.5s;
		animation-delay:1.2s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	/*fixed_btn*/
	.fixed_btn{
		position: fixed;
		bottom:0;
		right:0;
		width:165px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		z-index: 5;
		transition: all 0.5s;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	
	.fixed_btn.hidden{
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	
	.fixed_btn .bubble{
		width:110px;
		margin:0 0 10px 0;
	}
	
	.fixed_btn .illbox{
		width:71px;
		position: relative;
		z-index: 1;
	}
	
	.fixed_btn .illbox img:nth-child(2){
		position: absolute;
		top:0;
		left:0;
		animation-name:side_animation;
		animation-duration:4s;
		animation-iteration-count:infinite;
		animation-timing-function:steps(2,end);
		visibility: hidden;
	}
	
	.fixed_btn .handbox{
		position: relative;
		z-index: 2;
		width:87px;
		margin-top:-32px;
		height: 35px;
	}
	
	.fixed_btn .handbox img{
		position: relative;
		animation-name:side_hand;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.fixed_btn .linkarea{
		position: relative;
		z-index: 1;
		margin-top:-14px;
		width:100%;
	}
	
	.fixed_btn .linkarea a{
		width:100%;
		height:76px;
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		border-top-left-radius:20px;
		border-bottom-left-radius:20px;
		font-size: 1.6rem;
		text-align: center;
	}
	
	.fixed_btn .linkarea a .arrow span{
		transform: scale(0.5);
		top:auto;
		bottom:20px;
		right:17px;
	}
	
	.content_box{
		padding:140px 0;
	}
	
	.content_box.bgbox{
		background:#eaf3fb;
	}
	
	.content_box .innerbox{
		width:90%;
		max-width: 1100px;
		margin:0 auto;
	}
	
	.content_box .innerbox.box2{
		width:90%;
		max-width: 1180px;
		margin:0 auto;
	}
	
	.content_box .common_tl h2{
		width:100%;
		height:110px;
		display: flex;
		justify-content: center;
		margin:0 0 30px 0;
	}

	.content_box .common_tl h2 img {
		height: 100%;
		width:auto;
	}
	
	.content_box .common_tl h3{
		font-size: 2rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#0774e2;
	}
	
	.content_box .common_tl h3::before{
		content: "";
		width:50px;
		border-bottom: 2px solid #0774e2;
		display: block;
		margin:0 15px 0 0;
	}
	
	.content_box .common_tl h3::after{
		content: "";
		width:50px;
		border-bottom: 2px solid #0774e2;
		display: block;
		margin:0 0 0 15px;
	}
	
	.content_box .common_tl .tl_tx{
		margin:60px 0 0 0;
		font-size: 2.4rem;
		line-height: 2em;
		font-weight: 600;
		letter-spacing: 0.2em;
		text-align: center;
	}
	
	/*service*/
	.service_flexbox{
		margin:150px 0 0 0;
	}
	
	.service_flexbox .bubble_flex{
		display: flex;
		justify-content: center;
		align-items: center;
		max-width:878px;
		width:100%;
		margin:0 auto 50px;
	}
	
	.service_flexbox .bubble_flex.box2{
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width:1180px;
		width:100%;
		margin:0 auto;
	}
	
	.service_flexbox .bubble_flex .phbox{
		width:160px;
		margin:0 30px 0 0;
	}
	
	.service_flexbox.type2 .bubble_flex .phbox{
		margin:0 0 0 30px;
	}
	
	.service_flexbox .bubble_flex .bubble{
		width:calc(100% - 30px - 160px);
		position: relative;
  		padding: 18px 30px;
  		background-color: #ffe517;
		border-radius: 50px;
  		border: 4px solid #000;
		font-size: 3.4rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.8em;
		display: flex;
		justify-content: center;
		transform-origin: left;
		transform: scale(0);
	}
	
	.service_flexbox .bubble_flex .bubble.active{
		animation: scale_bubble_left 0.5s;
		animation-delay: 0s;
		animation-timing-function:cubic-bezier(0.055, 0.650, 0.385, 1.150);
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble{
		width:calc(50%);
		margin:0 0 0 50px;
		position: relative;
  		padding: 30px 40px;
  		background-color: #fff;
		border-radius: 50px;
  		border: 4px solid #000;
		font-size: 3.4rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.8em;
		display: flex;
		justify-content: center;
		flex-direction: column;
		transform-origin: right;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble.active{
		animation: scale_bubble_right 0.5s;
		animation-delay: 0s;
		animation-timing-function:cubic-bezier(0.055, 0.650, 0.385, 1.150);
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.service_flexbox.type2 .bubble_flex.box2 .bubble{
		margin:0 50px 0 0 ;
		transform-origin: left;
	}
	
	.service_flexbox.type2 .bubble_flex .bubble{
		order:-1;
		transform-origin: right;
	}
	
	.service_flexbox.type2 .bubble_flex.box2 .bubble{
		order:1;
	}
	
	.service_flexbox .bubble_flex .bubble span.pobox{
		position: absolute;
		top:-0.85em;
		left: 40px;
		font-size: 2rem;
		color:#fff;
		border-radius: 9999px;
		background:#000;
		padding:5px 20px 7px;
		line-height: 1;
		letter-spacing: 0.15em;
	}
	
	.service_flexbox .bubble_flex.box2 .illbox{
		width:calc(45%);
	}
	
	.service_flexbox .bubble_flex.box2 .bubble .tx_tl{
		font-size: 3.4rem;
		line-height: 2em;
		margin:0 0 20px 0;
		letter-spacing: 0.05em;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble .tx_tl span{
		color:#fff;
		font-weight: 600;
		background:#0774e2;
		padding:0 10px;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble .tx{
		font-size: 2rem;
		font-weight: 500;
		line-height: 2.25em;
		letter-spacing: 0.05em;
	}
	
	.service_flexbox .bubble_flex .bubble::before{
  		content: '';
  		position: absolute;
  		display: block;
 		width: 0;
  		height: 0;
  		left: -20px;
  		top: calc(50% - 9px);
  		border-right: 20px solid #000;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}
	
	.service_flexbox .bubble_flex .bubble::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: -12px;
  		top: calc(50% - 9px);
  		border-right: 20px solid #ffe517;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}
	
	.service_flexbox.type2 .bubble_flex .bubble::before{
  		content: '';
  		position: absolute;
  		display: block;
 		width: 0;
  		height: 0;
  		right: -20px;
		left:auto;
  		top: calc(50% - 9px);
  		border-left: 20px solid #000;
		border-right: none;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}
	
	.service_flexbox.type2 .bubble_flex .bubble::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		right: -12px;
		left: auto;
  		top: calc(50% - 9px);
  		border-left: 20px solid #ffe517;
		border-right: none;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble::before{
  		content: '';
  		position: absolute;
  		display: block;
 		width: 0;
  		height: 0;
  		right: -20px;
		left: auto;
  		top: calc(50% - 9px);
  		border-left: 20px solid #000;
		border-right: none;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		right: -12px;
		left: auto;
  		top: calc(50% - 9px);
  		border-left: 20px solid #fff;
		border-right: none;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}
	
	.service_flexbox.type2 .bubble_flex.box2 .bubble::before{
  		content: '';
  		position: absolute;
  		display: block;
 		width: 0;
  		height: 0;
  		left: -20px;
		right: auto;
  		top: calc(50% - 9px);
  		border-right: 20px solid #000;
		border-left: none;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}
	
	.service_flexbox.type2 .bubble_flex.box2 .bubble::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: -12px;
		right: auto;
  		top: calc(50% - 9px);
  		border-right: 20px solid #fff;
		border-left: none;
  		border-top: 10px solid transparent;
  		border-bottom: 10px solid transparent;
	}

	
	/*merit*/
	.merit_flexbox{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin:60px 0 -40px 0;
	}
	
	.merit_flexbox .box{
		width:calc((100% - 40px)/ 2);
		padding:50px;
		margin:0 0 40px 0;
		background:#fff;
		border:2px solid #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 10px 10px 0 rgba(0,0,0,1);
	}
	
	.merit_flexbox .box.w100{
		width:100%;
	}
	
	.merit_flexbox .box .tl_flexbox{
		width:100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 0 30px 0;
	}
	
	.merit_flexbox .box .tl_flexbox .tlcont .num{
		font-size: 6rem;
		font-weight: 500;
		color:#0774e2;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	
	.merit_flexbox .box .tl_flexbox .tlcont .tl{
		font-size: 2.8rem;
		font-weight: 600;
		line-height: 2em;
		margin:10px 0 0 0;
		letter-spacing: 0.05em;
	}
	
	.merit_flexbox .box .tl_flexbox .ill{
		height:105px;
		width:auto;
		display: flex;
		justify-content: flex-end;
	}
	
	.merit_flexbox .box .tl_flexbox .ill img{
		width:auto;
		height: 100%;
	}
	
	.merit_flexbox .box .tx{
		font-size: 1.6rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.merit_flexbox .box .cap{
		font-size: 1.3rem;
		line-height: 1.9em;
		letter-spacing: 0.1em;
		margin:1em 0 0 0;
	}
	
	.merit_flexbox .box .tx_flexbox{
		display: flex;
		justify-content: space-between;
	}
	
	.merit_flexbox .box .tx_flexbox .txcont{
		width:calc(50% - 40px);
	}
	
	.merit_flexbox .box .tx_flexbox .listbox{
		width:50%;
	}
	
	.merit_flexbox .box .tx_flexbox .listbox .list_tl{
		text-align: center;
		font-weight: 600;
		font-size: 2rem;
		letter-spacing: 0.05em;
		margin:0 0 10px 0;
	}
	
	.merit_flexbox .box .tx_flexbox .listbox ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.merit_flexbox .box .tx_flexbox .listbox ul li{
		width:calc((100% - 20px) / 3);
		margin:10px 0 0 0;
		border-radius: 10px;
		border:2px solid #000;
		background:#eaf3fb;
		font-size: 1.6rem;
		line-height: 2em;
		letter-spacing: 0.05em;
		font-weight: 500;
		text-align: center;
		padding:7px;
	}
	
	/*contact_cont*/
	.contact_cont{
		width:100%;
		padding:45px 0 85px 0;
		background:#0774e2;
		position: relative;
	}
	
	.contact_cont .innerbox{
		width:90%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.contact_cont .innerbox .flexbox{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.contact_cont .innerbox .flexbox .tlcont{
		padding:20px 0;
		width:50%;
	}
	
	.contact_cont .innerbox .flexbox .tlcont .en{
		font-size: 3rem;
		color:#fff;
		letter-spacing: 0.1em;
		line-height: 1;
	}
	
	.contact_cont .innerbox .flexbox .tlcont .tl{
		font-size: min(6vw,7.9rem);
		font-weight: 500;
		letter-spacing: 0.1em;
		margin:10px 0 0 0;
		line-height: 1;
		color:#fff;
		white-space: nowrap;
	}
	
	.contact_cont .innerbox .flexbox .tlcont .tx{
		font-size: 2.4rem;
		font-weight: 600;
		letter-spacing: 0.2em;
		margin:50px 0 0 0;
		line-height: 2em;
		color:#fff;
	}
	
	.contact_cont .illbox{
		position: relative;
		padding:0 0 0 0;
		width:50%;
		box-sizing: border-box;
		top:0;
		left:0;
		align-items: center;
		z-index: 1;
	}
	
	.contact_cont .illbox .box{
		width:100% !important;
		display: flex;
		justify-content: flex-end;
	}
	
	.contact_cont .illbox .box .inbox{
		width:100%;
		padding:0 0 0 0;
		align-items: center;
		position: relative;
	}
	
	.contact_cont .illbox .box .inbox .animationbox{
		width:100%;
		position: relative;
	}
	
	.contact_cont .illbox .box .inbox .arm02{
		width:9.4%;
		position: absolute;
		top:28%;
		left:57%;
		animation-name:arm01;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.contact_cont .illbox .box .inbox .bg{
		width: 80%;
    	position: absolute;
    	top: 0%;
    	left: 5%;
	}
	
	.contact_cont .illbox .box .inbox .bg .inbox{
		padding:0 0 0 0;
		position: relative;
	}
	
	.contact_cont .illbox .box .inbox .bg img:nth-child(1){
		width:100%;
		clip-path: circle(0% at 50% 50%);
	}
	
	.contact_cont .illbox .box .inbox .bg img:nth-child(2){
		position: absolute;
		width:100%;
		top:5%;
		left:12%;
		opacity: 0;
	}
	
	.contact_cont.active .illbox .box .inbox .bg img:nth-child(1){
		animation-name:circle_border;
		animation-duration:1s;
		animation-delay:0.7s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	.contact_cont.active .illbox .box .inbox .bg img:nth-child(2){
		animation-name:star;
		animation-duration:0.5s;
		animation-delay:1.2s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	/*faq*/
	
	.faq_list{
		margin:60px 0 0 0;
	}
	
	.faq_list dl:last-child{
		margin:0 0 0 0;
	}
	
	.faq_list dl{
		padding:25px;
		border:2px solid #000;
		background:#fff;
		margin:0 0 20px 0;
	}

	.faq_list dl dt{
		padding:0 60px 0 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		cursor: pointer;
		position: relative;
	}
	
	.faq_list dl dt::after{
		content: "";
		display: inline-block;
  		width: 24px;
  		height: 24px;
  		margin: 0;
  		background:url("../img/plus.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top:calc(50% - 12px);
		right :0;
	}

	.faq_list dl dt.active::after{
		background:url("../img/minus.svg") no-repeat;
	}

	.faq_list dl dt span.qicon{
		width:55px;
		font-size: 2.8rem;
		line-height: 1.5;
		font-weight: 500;
	}

	.faq_list dl dt p{
		width:calc(100% - 55px);
		font-weight: 500;
		font-size: 2rem;
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}
	
	.faq_list dl dd{
		display: none;
	}

	.faq_list dl dd .inbox{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding:20px 0 0 0;
	}
	
	.faq_list dl dd span.aicon{
		width:55px;
		font-size: 2.8rem;
		color:#0774e2;
		line-height: 1.2;
		font-weight: 500;
	}

	
	.faq_list dl dd .tx{
		width:calc(100% - 55px);
		font-size: 1.6rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.faq_list dl dd .tx p{
		font-size: 1.3rem;
	}
	
	/*flow*/
	.flow_flexbox{
		display: flex;
		justify-content: space-between;
		margin:60px 0 0 0;
	}
	
	.flow_flexbox .box{
		width:calc((100% - 150px)/ 4);
		padding:30px 10px 15px;
		background:#fff;
		border:2px solid #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 10px 10px 0 rgba(0,0,0,1);
		opacity: 0;
	}
	
	.flow_flexbox .arrow{
		opacity: 0;
	}
	
	.flow_flexbox.active .box:nth-child(1){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .arrow:nth-child(2){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .box:nth-child(3){
		animation: fadeTop 1s;
		animation-delay: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .arrow:nth-child(4){
		animation: fadeTop 1s;
		animation-delay: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .box:nth-child(5){
		animation: fadeTop 1s;
		animation-delay: 2s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .arrow:nth-child(6){
		animation: fadeTop 1s;
		animation-delay: 2s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .box:nth-child(7){
		animation: fadeTop 1s;
		animation-delay: 3s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox .box .num{
		font-size: 2.8rem;
		font-weight: 500;
		color:#0774e2;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	
	.flow_flexbox .box .ill{
		height:115px;
		width:100%;
		display: flex;
		justify-content: center;
		margin:30px 0;
	}
	
	.flow_flexbox .box .ill img{
		width:auto;
		height: 100%;
	}
	
	.flow_flexbox .box .tx{
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.8em;
		text-align: center;
		letter-spacing: 0.1em;
	}
	
	/*usage*/
	.usage_flexbox{
		display: flex;
		justify-content: space-between;
		margin:60px 0 0 0;
	}
	
	.usage_flexbox .box{
		width:calc((100% - 50px)/ 2);
		padding:50px 55px;
		background:#fff;
		border:2px solid #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 10px 10px 0 rgba(0,0,0,1);
		opacity: 0;
	}
	
	.usage_flexbox .arrow{
		opacity: 0;
	}
	
	.usage_flexbox.active .box:nth-child(1){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.usage_flexbox.active .arrow:nth-child(2){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.usage_flexbox.active .box:nth-child(3){
		animation: fadeTop 1s;
		animation-delay: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.usage_flexbox .box .step{
		font-size: 2.8rem;
		font-weight: 500;
		color:#0774e2;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	
	.usage_flexbox .box .ill{
		height:115px;
		width:100%;
		display: flex;
		justify-content: center;
		margin:5px 0 20px 0;
	}
	
	.usage_flexbox .box .ill img{
		width:auto;
		height: 100%;
	}
	
	.usage_flexbox .box .tl{
		font-size: 2.8rem;
		font-weight: 600;
		line-height: 2em;
		letter-spacing: 0.05em;
		text-align: center;
		margin:0 0 20px 0;
	}
	
	.usage_flexbox .box .tx{
		font-size: 1.6rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.bottom_link{
		width:100%;
		max-width: 700px;
		margin:100px auto 0;
	}
	
	.bottom_link.flex{
		width:100%;
		max-width: 100%;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.bottom_link.flex a{
		width:calc((100% - 30px) / 2);
		font-size: min(2.2vw,3rem);
	}
	
	/*common_arrow_link*/
	
	.common_arrow_link{
		width:100%;
		height:100px;
		border-radius: 9999px;
		border:4px solid #000;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		font-size: 3rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		transition: all 0.2s;
	}
	
	.common_arrow_link.blue{
		border:none;
		background:#002b98;
		color:#fff;
	}
	
	.common_arrow_link.black{
		border:none;
		background:#000;
		color:#fff;
	}
	
	.common_arrow_link:hover{
		background:#000;
		color:#fff;
	}
	
	.blue.common_arrow_link:hover{
		background:#1940A2;
	}
	
	.black.common_arrow_link:hover{
		background:#262626;
	}
	
	.common_arrow_link .arrow-round{
		position: absolute !important;
		top:calc(50%);
		right:45px;
		transition: all 0.2s;
	}
	
	.common_arrow_link .arrow-round::before,
	.common_arrow_link .arrow-round::after{
		transition: all 0.2s;
	}
	
	.common_arrow_link:hover .arrow-round{
		background-color: #fff;
	}
	
	.common_arrow_link:hover .arrow-round::before,
	.common_arrow_link:hover .arrow-round::after{
		background-color: #fff;
	}
	
	/*arrow_round*/
	.arrow{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.arrow-round {
		position: relative;
  		display: block;
 		width: 25px;
  		height: 4px;
  		border-radius: 5px;
  		background-color: #000;
	}
	
	.blue .arrow-round,
	.black .arrow-round{
  		background-color: #fff;
	}
	
	.center_none .arrow-round {
		position: relative;
  		display: block;
 		width: 20px;
  		height: 5px;
		background: none;
	}
	
	.arrow-round::before {
  		content: "";
  		position: absolute;
  		top: 5px;
  		right: -1px;
  		display: block;
  		width: 15px;
  		height: 4px;
  		border-radius: 9999px;
  		background-color: #000;
  		transform: rotate(-45deg);
	}
	.arrow-round::after {
  		content: "";
  		position: absolute;
  		bottom: 5px;
  		right: -1px;
  		display: block;
  		width: 15px;
  		height: 4px;
  		border-radius: 9999px;
 		background-color: #000;
  		transform: rotate(45deg);
	}
	
	.blue .arrow-round::before,
	.black .arrow-round::before{
  		background-color: #fff;
	}
	.blue .arrow-round::after,
	.black .arrow-round::after {
 		background-color: #fff;
	}
	
	.center_none .arrow-round::before {
  		content: "";
  		position: absolute;
  		top: 5px;
  		right: 0;
  		display: block;
  		width: 20px;
  		height: 6px;
  		border-radius: 9999px;
  		background-color: #0774e2;
  		transform: rotate(-45deg);
	}
	.center_none .arrow-round::after {
  		content: "";
  		position: absolute;
  		bottom: 5px;
  		right: 0;
  		display: block;
  		width: 20px;
  		height: 6px;
  		border-radius: 9999px;
 		background-color: #0774e2;
  		transform: rotate(45deg);
	}
	
	/*footer*/
	footer{
		width:100%;
		background:#fff;
	}
	
	footer .innerbox{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding:40px 0;
		width:90%;
		max-width: 1100px;
		margin:0 auto;
	}
	
	footer .innerbox .logo_txbox .logo{
		width:200px;
		margin:0 0 30px 0;
	}
	
	footer .innerbox .logo_txbox p{
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	footer .innerbox .logo_txbox p span{
		font-weight: 500;
	}
	
	footer .innerbox a.link{
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	
	footer .innerbox a.link::after{
		content: "";
		width:16px;
		height:13px;
		background:url("../img/blank_icon.svg") no-repeat;
		background-size: contain;
		background-position: center;
		display: inline-block;
		margin:0 0 0 5px;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}
	
	footer .copy{
		text-align: center;
		padding:15px 0;
		border-top:1px solid #cbcbcb;
		letter-spacing: 0.1em;
		font-size: 1.2rem;
	}
	
}

@media screen and (max-width:750px) {
	.sp_none {
    	display: none !important;
  	}
	
	body {
    	font-size: 1.4rem; /*14px*/ ;
    	min-width: 100%;
  	}
	
	/*header*/
	header{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		z-index: 10;
		background: #fff;
	}
	
	header .innerbox{
		width:100%;
		height:70px;
		display: flex;
		justify-content: space-between;
	}
	
	header .innerbox .logobox{
		background:#fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:0 0 0 2.5%;
	}
	
	header .innerbox .logobox .logo{
		width:135px;
	}
	
	header .innerbox .logobox .tx{
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin:0 15px;
		white-space: nowrap;
	}
	
	header .innerbox .ad_nav{
		display: none;
		position: fixed;
		top:70px;
		left:0;
		width:100%;
		padding:0 5%;
		box-sizing: border-box;
		background:#fff;
	}
	
	header .innerbox nav{
		display:block;
		align-items: center;
		width:100%;
		padding:0 0 40px 0;
		border-top:1px solid #000;
	}
	
	header .innerbox nav a{
		font-size: 1.4rem;
		font-weight: 500;
		color:#0774e2;
		letter-spacing: 0.1em;
		padding:25px 0;
		white-space: nowrap;
		display: block;
		width:100%;
		position:relative;
		text-align: center;
		border-bottom:1px solid #000;
	}
	
	header .innerbox nav a:after{
		content: "";
		position: absolute;
		bottom:-5px;
		left:0;
		width:100%;
		border-bottom: 1px solid #fff;
		transform-origin: center;
		transform: scaleX(0);
		transition: all 0.2s;
	}
	
	header .innerbox nav a:hover:after{
		transform: scaleX(1);
	}
	
	.menu{
		width:32px;
		height:21px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin:0 0 0 auto;
		cursor: pointer;
		z-index: 11;
		position: fixed;
		right:5%;
		top:20px;
		pointer-events: auto;
		
	}

	.menu-trigger,
	.menu-trigger span {
  		display: inline-block;
  		transition: all .4s;
  		box-sizing: border-box;
		cursor: pointer;
		z-index: 2;
	}
	.menu-trigger {
  		position: relative;
  		width: 30px;
  		height: 21px;
		z-index:5;
	}
	
	.menu-trigger span {
  		position: absolute;
  		left: 0;
  		width: 100%;
  		height: 3px;
  		background-color: #000;
	}

	.menu-trigger span:nth-of-type(1) {
  		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top:9px;
	}
	.menu-trigger span:nth-of-type(3) {
  		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
  		-webkit-transform: translateY(9px) rotate(35deg);
  		transform: translateY(9px) rotate(35deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
  		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
  		-webkit-transform: translateY(-9px) rotate(-35deg);
 		 transform: translateY(-9px) rotate(-35deg);
		width:100% !important;
		margin:0 0 0 0;
	}
	
	/*mainvisual*/
	.mainvisual{
		width:100%;
		position: relative;
		background:#0774e2;
	}
	
	.mainvisual .innerbox{
		width:90%;
		max-width: 1000px;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding:70px 0 0 0;
		box-sizing: border-box;
	}
	
	.mainvisual .innerbox .main_txcont{
		position: relative;
		z-index: 2;
		padding:30px 0;
	}
	
	.mainvisual .innerbox .main_txcont .maintx{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin:0 0 10px 0;
	}
	
	.mainvisual .innerbox .main_txcont .maintx span{
		font-size: 3.5rem;
		font-weight: 600;
		background:#fff;
		padding:2px 5px 5px;
		display: inline-block;
		border:2px solid #000;
		line-height: 1;
		margin:0 0 10px 0;
		letter-spacing: 0.05em;
		box-shadow: 5px 5px 0 rgba(0,0,0,1);
	}
	
	.mainvisual .innerbox .main_txcont .maintx span strong{
		font-weight: 600;
		color:#0774e2;
	}
	
	.mainvisual .innerbox .main_txcont .tx{
		font-size: 1.9rem;
		font-weight: 500;
		color:#fff;
		letter-spacing: 0.15em;
	}
	
	.mainvisual .slidecont{
		position: relative;
		padding:0 0 75px 0;
		width:100%;
		box-sizing: border-box;
		top:0;
		left:0;
		display: block;
		height: 100%;
		align-items: center;
		z-index: 1;
		opacity: 0;
	}
	
	.mainvisual .slidecont .box{
		width:100vw !important;
		display: flex;
		justify-content: flex-end;
	}
	
	.mainvisual .slidecont .slick-list{
		width:100vw;
	}
	
	.mainvisual .slidecont .slick-track{
		width:100vw;
	}
	
	.mainvisual .slidecont .box .inbox{
		width:100%;
		padding:0 10%;
		align-items: center;
		position: relative;
	}
	
	.mainvisual .slidecont .box .inbox .animationbox{
		width:100%;
		position: relative;
	}
	
	.mainvisual .slidecont .box .inbox .arm01{
		width:16.4%;
		position: absolute;
		top:17%;
		left:54%;
		animation-name:arm01;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.mainvisual .slidecont .box .inbox .sweat{
		width:35%;
		position: absolute;
		top:15%;
		left:35%;
	}
	
	.mainvisual .slidecont .box .inbox .sweat .inbox{
		width:100%;
		position: relative;
		padding:0 0 0 0;
		height: min(40px,6vw);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img{
		width:15%;
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(1){
		position: absolute;
		top:0;
		right:0;
		transform-origin: left;
		animation-name:sweat;
		animation-duration:0.7s;
		animation-delay:0;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(45deg);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(2){
		position: absolute;
		bottom:-20%;
		right:0;
		transform-origin: left;
		animation-name:sweat;
		animation-duration:0.7s;
		animation-delay:0.35s;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(45deg);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(3){
		position: absolute;
		top:0;
		left:0;
		transform-origin: right;
		animation-name:sweat2;
		animation-duration:0.7s;
		animation-delay:0.2s;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(-45deg);
	}
	
	.mainvisual .slidecont .box .inbox .sweat img:nth-child(4){
		position: absolute;
		bottom:-20%;
		left:0;
		transform-origin: right;
		animation-name:sweat2;
		animation-duration:0.7s;
		animation-delay:0.45s;
		animation-fill-mode: forwards;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
		transform:scale(0) rotate(-45deg);
	}
	
	
	
	.mainvisual .slidecont .box .inbox .arm02{
		width:9.4%;
		position: absolute;
		top:28%;
		left:57%;
		animation-name:arm01;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.mainvisual .slidecont .box .inbox .bg{
		width:87%;
		position: absolute;
		top:0;
		left:0%;
	}
	
	.mainvisual .slidecont .box .inbox .bg .inbox{
		padding:0 0 0 0;
		position: relative;
	}
	
	.mainvisual .slidecont .box .inbox .bg img:nth-child(1){
		width:100%;
		clip-path: circle(0% at 50% 50%);
	}
	
	.mainvisual .slidecont .box .inbox .bg img:nth-child(2){
		position: absolute;
		width:100%;
		top:5%;
		left:12%;
		opacity: 0;
	}
	
	.mainvisual .slidecont .box.slick-active .inbox .bg img:nth-child(1){
		animation-name:circle_border;
		animation-duration:1s;
		animation-delay:0.7s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	.mainvisual .slidecont .box.slick-active .inbox .bg img:nth-child(2){
		animation-name:star;
		animation-duration:0.5s;
		animation-delay:1.2s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	/*fixed_btn*/
	.fixed_btn{
		position: fixed;
		bottom:0;
		right:0;
		width:100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		z-index: 5;
	}
	
	.fixed_btn .bubble{
		width:198px;
		margin:0 0 0 0;
		position: absolute;
		top:25px;
		right:65px;
		pointer-events: none;
	}
	
	.fixed_btn .illbox{
		width:50px;
		position: relative;
		z-index: 1;
		top:25px;
		margin:0 30px 0 auto;
	}
	
	.fixed_btn .illbox img:nth-child(2){
		position: absolute;
		top:0;
		left:0;
		animation-name:side_animation;
		animation-duration:4s;
		animation-iteration-count:infinite;
		animation-timing-function:steps(2,end);
		visibility: hidden;
	}
	
	.fixed_btn .handbox{
		position: relative;
		z-index: 2;
		width:58px;
		top:8px;
		margin:0 25px 0 auto;
		height:18px;
	}
	
	.fixed_btn .handbox img{
		position: relative;
		animation-name:side_hand2;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.fixed_btn .linkarea{
		position: relative;
		z-index: 1;
		width:100%;
		display: flex;
	}
	
	.fixed_btn .linkarea a{
		width:100%;
		height:60px;
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		border-top-left-radius:0;
		border-bottom-left-radius:0;
		font-size: 1.5rem;
		text-align: center;
	}
	
	.fixed_btn .linkarea a .arrow span{
		transform: scale(0.5);
		top:auto;
		bottom:17px;
		right:calc(50% - 48px);
	}
	
	.content_box{
		padding:70px 0;
	}
	
	.content_box.bgbox{
		background:#eaf3fb;
	}
	
	.content_box .innerbox{
		width:90%;
		max-width: 1100px;
		margin:0 auto;
	}
	
	.content_box .innerbox.box2{
		width:90%;
		max-width: 1180px;
		margin:0 auto;
	}
	
	.content_box .common_tl h2{
		width:100%;
		height:55px;
		display: flex;
		justify-content: center;
		margin:0 0 15px 0;
	}

	.content_box .common_tl h2 img {
		height: 100%;
		width:auto;
	}
	
	.content_box .common_tl h3{
		font-size: 1.5rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#0774e2;
	}
	
	.content_box .common_tl h3::before{
		content: "";
		width:50px;
		border-bottom: 2px solid #0774e2;
		display: block;
		margin:0 15px 0 0;
	}
	
	.content_box .common_tl h3::after{
		content: "";
		width:50px;
		border-bottom: 2px solid #0774e2;
		display: block;
		margin:0 0 0 15px;
	}
	
	.content_box .common_tl .tl_tx{
		margin:40px 0 0 0;
		font-size: 1.5rem;
		line-height: 2em;
		font-weight: 600;
		letter-spacing: 0.2em;
		text-align: center;
	}
	
	/*service*/
	.service_flexbox{
		margin:75px 0 0 0;
	}
	
	.service_flexbox .bubble_flex{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		max-width:878px;
		width:100%;
		margin:0 auto 30px;
	}
	
	.service_flexbox .bubble_flex.box2{
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width:1180px;
		width:100%;
		margin:0 auto;
	}
	
	.service_flexbox .bubble_flex .phbox{
		width:100px;
		margin:20px 0 0 0;
		order:1;
	}
	
	.service_flexbox .bubble_flex .bubble{
		width:100%;
		position: relative;
  		padding: 15px 15px;
  		background-color: #ffe517;
		border-radius: 30px;
  		border: 2px solid #000;
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.8em;
		display: flex;
		justify-content: center;
		transform-origin: bottom;
		transform: scale(0);
	}
	
	.service_flexbox .bubble_flex.box2 .bubble{
		width:100%;
		margin:0 0 0 0;
		position: relative;
  		padding: 25px;
  		background-color: #fff;
		border-radius: 30px;
  		border: 2px solid #000;
		font-size: 3.4rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.8em;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	.service_flexbox .bubble_flex .bubble.active{
		animation: scale_bubble_bottom 0.5s;
		animation-delay: 0s;
		animation-timing-function:cubic-bezier(0.055, 0.650, 0.385, 1.150);
		animation-fill-mode: forwards;
		position: relative;
	}
	
	
	.service_flexbox .bubble_flex .bubble span.pobox{
		position: absolute;
		top:-0.85em;
		left: 20px;
		font-size: 1.5rem;
		color:#fff;
		border-radius: 9999px;
		background:#000;
		padding:5px 10px 7px;
		line-height: 1;
		letter-spacing: 0.15em;
	}
	
	.service_flexbox .bubble_flex.box2 .illbox{
		width:100%;
		margin:25px 0 0 0;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble .tx_tl{
		font-size: 1.8rem;
		line-height: 2em;
		margin:0 0 5px 0;
		letter-spacing: 0.05em;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble .tx_tl span{
		color:#fff;
		font-weight: 600;
		background:#0774e2;
		padding:0 5px;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble .tx{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.25em;
		letter-spacing: 0.05em;
	}
	
	.service_flexbox .bubble_flex .bubble::before{
  		content: '';
  		position: absolute;
  		display: block;
 		width: 0;
  		height: 0;
  		left: calc(50% - 9px);
  		bottom: -15px;
  		border-top: 15px solid #000;
  		border-right: 8px solid transparent;
  		border-left: 8px solid transparent;
	}
	
	.service_flexbox .bubble_flex .bubble::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: calc(50% - 9px);
  		bottom: -11px;
  		border-top: 15px solid #ffe517;
  		border-right: 8px solid transparent;
  		border-left: 8px solid transparent;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble::before{
  		content: '';
  		position: absolute;
  		display: block;
 		width: 0;
  		height: 0;
  		right: -20px;
		left: calc(50% - 9px);
  		bottom: -15px;
  		border-top: 15px solid #000;
  		border-right: 8px solid transparent;
  		border-left: 8px solid transparent;
	}
	
	.service_flexbox .bubble_flex.box2 .bubble::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: calc(50% - 9px);
  		bottom: -11px;
  		border-top: 15px solid #fff;
  		border-right: 8px solid transparent;
  		border-left: 8px solid transparent;
	}

	
	/*merit*/
	.merit_flexbox{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
		margin:40px 0 -30px 0;
	}
	
	.merit_flexbox .box{
		width:100%;
		padding:25px;
		margin:0 0 20px 0;
		background:#fff;
		border:2px solid #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 5px 5px 0 rgba(0,0,0,1);
	}
	
	.merit_flexbox .box.w100{
		width:100%;
	}
	
	.merit_flexbox .box .tl_flexbox{
		width:100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-startz;
		margin:0 0 10px 0;
	}
	
	.merit_flexbox .box .tl_flexbox .tlcont .num{
		font-size: 4rem;
		font-weight: 500;
		color:#0774e2;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	
	.merit_flexbox .box .tl_flexbox .tlcont .tl{
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 2em;
		margin:5px 0 0 0;
		letter-spacing: 0.05em;
	}
	
	.merit_flexbox .box .tl_flexbox .ill{
		height:70px;
		width:auto;
		display: flex;
		justify-content: flex-end;
	}
	
	.merit_flexbox .box .tl_flexbox .ill img{
		width:auto;
		height: 100%;
	}
	
	.merit_flexbox .box .tx{
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.merit_flexbox .box .cap{
		font-size: 1.2rem;
		line-height: 1.9em;
		letter-spacing: 0.1em;
		margin:1em 0 0 0;
	}
	
	.merit_flexbox .box .tx_flexbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	.merit_flexbox .box .tx_flexbox .txcont{
		width:100%;
	}
	
	.merit_flexbox .box .tx_flexbox .listbox{
		width:100%;
	}
	
	.merit_flexbox .box .tx_flexbox .listbox .list_tl{
		text-align: left;
		font-weight: 600;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin:30px 0 0 0;
	}
	
	.merit_flexbox .box .tx_flexbox .listbox ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.merit_flexbox .box .tx_flexbox .listbox ul li{
		width:calc((100% - 15px) / 2);
		margin:10px 0 0 0;
		border-radius: 10px;
		border:2px solid #000;
		background:#eaf3fb;
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.05em;
		font-weight: 500;
		text-align: center;
		padding:7px;
	}
	
	/*contact_cont*/
	.contact_cont{
		width:100%;
		padding:50px 0 50px 0;
		background:#0774e2;
	}
	
	.contact_cont .innerbox{
		width:90%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.contact_cont .innerbox .flexbox{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	
	.contact_cont .innerbox .flexbox .tlcont{
		padding:0 0;
		width:100%;
	}
	
	.contact_cont .innerbox .flexbox .tlcont .en{
		font-size: 1.5rem;
		color:#fff;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
	}
	
	.contact_cont .innerbox .flexbox .tlcont .tl{
		font-size: 4rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin:10px 0 0 0;
		line-height: 1;
		color:#fff;
		text-align: center;
	}
	
	.contact_cont .innerbox .flexbox .tlcont .tx{
		font-size: 1.5rem;
		font-weight: 600;
		letter-spacing: 0.2em;
		text-align: center;
		margin:30px 0 20px 0;
		line-height: 2em;
		color:#fff;
	}
	
	.contact_cont .illbox{
		position: relative;
		padding:0 0 30px 0;
		width:85%;
		box-sizing: border-box;
		top:0;
		left:0;
		align-items: center;
		z-index: 1;
	}
	
	.contact_cont .illbox .box{
		width:100% !important;
		display: flex;
		justify-content: flex-end;
	}
	
	.contact_cont .illbox .box .inbox{
		width:100%;
		padding:0 0 0 0;
		align-items: center;
		position: relative;
	}
	
	.contact_cont .illbox .box .inbox .animationbox{
		width:100%;
		position: relative;
	}
	
	.contact_cont .illbox .box .inbox .arm02{
		width:9.4%;
		position: absolute;
		top:28%;
		left:57%;
		animation-name:arm01;
		animation-duration:1s;
		animation-direction: alternate-reverse;
		animation-iteration-count:infinite;
		animation-timing-function:ease-in-out;
	}
	
	.contact_cont .illbox .box .inbox .bg{
		width: 80%;
    	position: absolute;
    	top: 0%;
    	left: 5%;
	}
	
	.contact_cont .illbox .box .inbox .bg .inbox{
		padding:0 0 0 0;
		position: relative;
	}
	
	.contact_cont .illbox .box .inbox .bg img:nth-child(1){
		width:100%;
		clip-path: circle(0% at 50% 50%);
	}
	
	.contact_cont .illbox .box .inbox .bg img:nth-child(2){
		position: absolute;
		width:100%;
		top:5%;
		left:12%;
		opacity: 0;
	}
	
	.contact_cont.active .illbox .box .inbox .bg img:nth-child(1){
		animation-name:circle_border;
		animation-duration:1s;
		animation-delay:0.7s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	.contact_cont.active .illbox .box .inbox .bg img:nth-child(2){
		animation-name:star;
		animation-duration:0.5s;
		animation-delay:1.2s;
		animation-fill-mode: forwards;
		animation-timing-function:ease-in-out;
	}
	
	/*faq*/
	
	.faq_list{
		margin:40px 0 0 0;
	}
	
	.faq_list dl:last-child{
		margin:0 0 0 0;
	}
	
	.faq_list dl{
		padding:15px;
		border:2px solid #000;
		background:#fff;
		margin:0 0 15px 0;
	}

	.faq_list dl dt{
		padding:0 30px 0 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		cursor: pointer;
		position: relative;
	}
	
	.faq_list dl dt::after{
		content: "";
		display: inline-block;
  		width: 18px;
  		height: 18px;
  		margin: 0;
  		background:url("../img/plus.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top:calc(50% - 9px);
		right :0;
	}

	.faq_list dl dt.active::after{
		background:url("../img/minus.svg") no-repeat;
	}

	.faq_list dl dt span.qicon{
		width:25px;
		font-size: 2rem;
		line-height: 1.5;
		font-weight: 500;
	}

	.faq_list dl dt p{
		width:calc(100% - 25px);
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}
	
	.faq_list dl dd{
		display: none;
	}

	.faq_list dl dd .inbox{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding:10px 0 0 0;
	}
	
	.faq_list dl dd span.aicon{
		width:25px;
		font-size: 2rem;
		color:#0774e2;
		line-height: 1.2;
		font-weight: 500;
	}

	
	.faq_list dl dd .tx{
		width:calc(100% - 25px);
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.faq_list dl dd .tx p{
		font-size: 1.3rem;
	}
	
	/*flow*/
	.flow_flexbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin:40px 0 0 0;
	}
	
	.flow_flexbox .box{
		width:100%;
		padding:20px 10px 15px;
		margin:0 0 40px 0;
		background:#fff;
		border:2px solid #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 5px 5px 0 rgba(0,0,0,1);
		opacity: 0;
	}
	
	.flow_flexbox .arrow{
		opacity: 0;
	}
	
	.flow_flexbox.active .box:nth-child(1){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .arrow:nth-child(2){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .box:nth-child(3){
		animation: fadeTop 1s;
		animation-delay: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .arrow:nth-child(4){
		animation: fadeTop 1s;
		animation-delay: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .box:nth-child(5){
		animation: fadeTop 1s;
		animation-delay: 2s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .arrow:nth-child(6){
		animation: fadeTop 1s;
		animation-delay: 2s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox.active .box:nth-child(7){
		animation: fadeTop 1s;
		animation-delay: 3s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.flow_flexbox .box:last-child{
		margin:0 0 0 0;
	}
	
	.flow_flexbox .box .num{
		font-size: 2.5rem;
		font-weight: 500;
		color:#0774e2;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	
	.flow_flexbox .box .ill{
		height:67px;
		width:100%;
		display: flex;
		justify-content: center;
		margin:15px 0;
	}
	
	.flow_flexbox .box .ill img{
		width:auto;
		height: 100%;
	}
	
	.flow_flexbox .box .tx{
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.8em;
		text-align: center;
		letter-spacing: 0.1em;
	}
	
	/*usage*/
	.usage_flexbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin:40px 0 0 0;
	}
	
	.usage_flexbox .box{
		width:100%;
		padding:25px;
		background:#fff;
		border:2px solid #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 5px 5px 0 rgba(0,0,0,1);
		margin:0 0 40px 0;
		opacity: 0;
	}
	
	.usage_flexbox .arrow{
		opacity: 0;
	}
	
	.usage_flexbox.active .box:nth-child(1){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.usage_flexbox.active .arrow:nth-child(2){
		animation: fadeTop 1s;
		animation-delay: 0s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.usage_flexbox.active .box:nth-child(3){
		animation: fadeTop 1s;
		animation-delay: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		position: relative;
	}
	
	.usage_flexbox .box:last-child{
		margin:0 0 0 0;
	}
	
	.usage_flexbox .box .step{
		font-size: 2.5rem;
		font-weight: 500;
		color:#0774e2;
		letter-spacing: 0.05em;
		line-height: 1;
	}
	
	.usage_flexbox .box .ill{
		height:75px;
		width:100%;
		display: flex;
		justify-content: center;
		margin:5px 0 10px 0;
	}
	
	.usage_flexbox .box .ill img{
		width:auto;
		height: 100%;
	}
	
	.usage_flexbox .box .tl{
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 2em;
		letter-spacing: 0.05em;
		text-align: center;
		margin:0 0 5px 0;
	}
	
	.usage_flexbox .box .tx{
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.bottom_link{
		width:100%;
		max-width: 700px;
		margin:50px auto 0;
	}
	
	.bottom_link.flex{
		width:100%;
		max-width: 100%;
		margin:0 auto;
		display:block;
		justify-content: space-between;
	}
	
	.bottom_link.flex a{
		width:100%;
		font-size: 1.8rem;
	}
	
	.bottom_link.flex a:last-child{
		margin:25px 0 0 0;
	}
	
	/*common_arrow_link*/
	
	.common_arrow_link{
		width:100%;
		height:50px;
		border-radius: 9999px;
		border:2px solid #000;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		transition: all 0.2s;
	}
	
	.common_arrow_link.blue{
		border:none;
		background:#002b98;
		color:#fff;
	}
	
	.common_arrow_link.black{
		border:none;
		background:#000;
		color:#fff;
	}
	
	.common_arrow_link:hover{
		background:#000;
		color:#fff;
	}
	
	.blue.common_arrow_link:hover{
		background:#1940A2;
	}
	
	.black.common_arrow_link:hover{
		background:#262626;
	}
	
	.common_arrow_link .arrow-round{
		position: absolute !important;
		top:calc(50%);
		right:25px;
		transition: all 0.2s;
	}
	
	.common_arrow_link .arrow-round::before,
	.common_arrow_link .arrow-round::after{
		transition: all 0.2s;
	}
	
	.common_arrow_link:hover .arrow-round{
		background-color: #fff;
	}
	
	.common_arrow_link:hover .arrow-round::before,
	.common_arrow_link:hover .arrow-round::after{
		background-color: #fff;
	}
	
	/*arrow_round*/
	.arrow{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.arrow-round {
		position: relative;
  		display: block;
 		width: 15px;
  		height: 3px;
  		border-radius: 5px;
  		background-color: #000;
	}
	
	.blue .arrow-round,
	.black .arrow-round{
  		background-color: #fff;
	}
	
	.center_none .arrow-round {
		position: relative;
  		display: block;
 		width: 10px;
  		height: 3px;
		background: none;
		transform: rotate(90deg);
		top:-12px;
	}
	
	.arrow-round::before {
  		content: "";
  		position: absolute;
  		top: 3px;
  		right: -1px;
  		display: block;
  		width: 10px;
  		height: 3px;
  		border-radius: 9999px;
  		background-color: #000;
  		transform: rotate(-45deg);
	}
	.arrow-round::after {
  		content: "";
  		position: absolute;
  		bottom: 3px;
  		right: -1px;
  		display: block;
  		width: 10px;
  		height: 3px;
  		border-radius: 9999px;
 		background-color: #000;
  		transform: rotate(45deg);
	}
	
	.blue .arrow-round::before,
	.black .arrow-round::before{
  		background-color: #fff;
	}
	.blue .arrow-round::after,
	.black .arrow-round::after {
 		background-color: #fff;
	}
	
	.center_none .arrow-round::before {
  		content: "";
  		position: absolute;
  		top: 5px;
  		right: 0;
  		display: block;
  		width: 20px;
  		height: 5px;
  		border-radius: 9999px;
  		background-color: #0774e2;
  		transform: rotate(-45deg);
	}
	.center_none .arrow-round::after {
  		content: "";
  		position: absolute;
  		bottom: 5px;
  		right: 0;
  		display: block;
  		width: 20px;
  		height: 5px;
  		border-radius: 9999px;
 		background-color: #0774e2;
  		transform: rotate(45deg);
	}
	
	/*footer*/
	footer{
		width:100%;
		background:#fff;
	}
	
	footer .innerbox{
		display: flex;
		flex-direction: column;
		padding:40px 0 20px 0;
		width:90%;
		max-width: 1100px;
		margin:0 auto;
	}
	
	footer .innerbox .logo_txbox .logo{
		width:135px;
		margin:0 0 20px 0;
	}
	
	footer .innerbox .logo_txbox p{
		font-size: 1.4rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	footer .innerbox .logo_txbox p span{
		font-weight: 500;
	}
	
	footer .innerbox a.link{
		margin:30px 0 0 0;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	
	footer .innerbox a.link::after{
		content: "";
		width:16px;
		height:13px;
		background:url("../img/blank_icon.svg") no-repeat;
		background-size: contain;
		background-position: center;
		display: inline-block;
		margin:0 0 0 5px;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}
	
	footer .copy{
		text-align: center;
		padding:15px 0 130px 0;
		border-top:1px solid #cbcbcb;
		letter-spacing: 0.1em;
		font-size: 1.2rem;
	}
}

/*hover*/
.hover_opacity{
	transition: all 0.2s;
	opacity: 1;
}

.hover_opacity:hover{
	opacity: 0.7;
}

/*animation*/
.fadeTop{
	opacity: 0;
	will-change:opacity;
}
	
.fadeIn{
	opacity: 0;
	will-change:opacity;
}

.fadeTop.active{
	animation: fadeTop 1s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	position: relative;
}
	
.fadeIn.active{
	animation: fadeIn 1s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	position: relative;
}

.fadeBlur.active{
	animation: fadeBlur 1s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	position: relative;
}

@keyframes fadeTop {
  0% {
     top:30px;
	 opacity: 0;
  }
  100% {
    top:0;
	opacity: 1;
  }
}

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

@keyframes scale_bubble_left {
  0% {
	 opacity: 0;
	 transform: scale(0);
  }
  100% {
	 opacity: 1;
	 transform: scale(1);
  }
}

@keyframes scale_bubble_right {
  0% {
	 opacity: 0;
	 transform: scale(0);
  }
  100% {
	 opacity: 1;
	 transform: scale(1);
  }
}

@keyframes scale_bubble_bottom {
  0% {
	 opacity: 0;
	 transform: scale(0);
  }
  100% {
	 opacity: 1;
	 transform: scale(1);
  }
}

/*side_animation*/
@keyframes side_animation{
  0%{
	visibility:hidden;
  }
  100%{
	visibility:visible;
  }
}

/*main_animation*/
@keyframes arm01{
  0%{
	margin:0;
  }
  100%{
	margin-top:10px;
  }
}

/*main_animation*/
@keyframes sweat{
  0%{
	transform:scale(0) rotate(-45deg);
  }
  100%{
	transform:scale(1) rotate(0);
  }
}

@keyframes sweat2{
  0%{
	transform:scale(0) rotate(45deg);
  }
  100%{
	transform:scale(1) rotate(0);
  }
}

@keyframes circle_border{
  0%{
	clip-path: circle(0% at 50% 50%);
  }
  100%{
	clip-path: circle(100% at 50% 50%);
  }
}

@keyframes star{
  0%{
	opacity: 0;
	margin-top:5px;
  }
  100%{
	opacity: 1;
	margin-top:0;
  }
}

@keyframes side_hand{
  0%{
	margin:0;
  }
  100%{
	margin-top:5px;
  }
}

@keyframes side_hand2{
  0%{
	margin:0;
  }
  100%{
	margin-top:2px;
  }
}