@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}
.font_50 {
	font-size: 3.13em;
}
.font_40 {
	font-size: 2.54em;
}
.font_30 {
	font-size: 1.91em;
}
.font_28 {
	font-size: 1.755em;
}
.font_26 {
	font-size: 1.66em;
}
.font_24 {
	font-size: 1.525em;
}
.font_23 {
	font-size: 1.44em;
}
.font_22 {
	font-size: 1.4em;
}
.font_21 {
	font-size: 1.3725em;
	letter-spacing: 4px;
}
.font_20 {
	font-size: 1.275em;
}
.font_19 {
	font-size: 1.2em;
}
.font_18 {
	font-size: 1.13em;
}
.font_16 {
	font-size: 1.02em;
	font-weight: 300;
}
.font_14 {
	font-size: 0.9em;
}
.font_13 {
	font-size: 0.825em;
}
.font_12 {
	font-size: 0.765em;
}
.font_10 {
	font-size: 0.6em;
}
.height_26 {
	line-height: 2.6;
}
.height_2 {
	line-height: 2;
}
.height_19 {
	line-height: 1.9;
	letter-spacing: 1.5px;
}
.height_18 {
	line-height: 1.8;
}
.height_175 {
	line-height: 1.75;
}
.height_16 {
	line-height: 1.6;
}
.height_153 {
	line-height: 1.53;
}
.height_15 {
	line-height: 1.5;
}
.height_146 {
	line-height: 1.46;
}
.height_1 {
	line-height: 1;
}
.space_100 {
	letter-spacing: 0.1em;
}
.space_200 {
	letter-spacing: 0.2em;
}
.normal {
	font-weight: 500;
}

.selector {
  font-feature-settings: "palt";
}

html {
	scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
	font-family:"Sawarabi Gothic","Noto Sans TC", "Hiragino Sans", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	font-size: 14px;
	background-color:#fff;
	box-sizing: border-box;
    
	/*スクロールバー非表示（IE・Edge）（Firefox）*/
	-ms-overflow-style: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
body::-webkit-scrollbar{
	display:none;
}

a {
	color:#000;
	text-decoration: none;
}
::selection {
	background-color: #888888;
	color:#ffffff;
}
ul {
	padding:0;
	margin:0;
}
li {
	list-style: none;
}
h1,h2,h3,p {
	margin:0;
}
h4 {
	font-weight: 400;
	font-size: 1.2rem;
	margin: .2em 0;
}

.small_text{
	font-size: 0.7em;
	letter-spacing: 1.5px;
}
.sp_none{
	display: none;
}
section{
	margin: 5em auto;
}
h3{
	margin: 1em 0;
}
h2{
	margin: 1.5em 0;
	padding-bottom: .5em;
	width: 100%;
	border-bottom: #eb2e3a 2px solid;
}

/*-----------------------------------
fadein
-----------------------------------*/
.fadeUp{
	-webkit-animation-name: fadeUpAnime;
	animation-name:fadeUpAnime;
	-webkit-animation-duration: 1s;
	animation-duration:1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
	transform: translateY(20px);
  }
  to {
    opacity: 1;
	 -webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0; /*非表示*/
}

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.8s;
animation-fill-mode:forwards;
animation-delay: 2.8s;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
	
}

.fadeinLeft{
animation-name:fadeinLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
animation-delay: .5s;
opacity:0;
}

@keyframes fadeinLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.fadeUptop{
	-webkit-animation-name: fadeUpAnime;
	animation-name:fadeUpAnime;
	-webkit-animation-duration: 1s;
	animation-duration:1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay: 1s;
}

@keyframes fadeUptopAnime{
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
	transform: translateY(20px);
  }
  to {
    opacity: 1;
	 -webkit-transform: translateY(0);
	transform: translateY(0);
  }
}




.fadeIn{
	-webkit-animation-name: fadeUpAnime;
	animation-name:fadeUpAnime;
	-webkit-animation-duration: .5s;
	animation-duration:.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0; /*非表示*/
}


/*-----------------------------------
nav
-----------------------------------*/

#nuv{
    position: relative;
    z-index: 0;
}
.lung_lists{
	width: auto;
	position: fixed;top:20px;right: 5%;
	display: flex;
    z-index: 9999;
}
.lung_lists li{
	letter-spacing: .25em;
}
.lung_lists .jp{
	padding-right: 1em;
	margin-right: 1em;
	border-right: solid 2px gray;
}
.lung_lists .ch{
	color: gray
	
}

.up_img{
	width: 45px;
	z-index: 99999;
	position: fixed;
	right: 5%;
	bottom: 25px;
	
}
.up_img a{
	width: 100%;
}
.up_img img{
	width: 100%;
	margin-top: 1em;
}

.main_wrap{
	margin: 0 auto;
	padding: 10em 4em 12em;
	width: 100svw;
	background:rgba(255,255,255,0.5);
	overflow-x:hidden;
    
}
.pc_wrap{
    background-image:radial-gradient(circle at 35% 40%, #83ffeb, #ff6cea);
	background-color: #E0E0E0;
	width: 100svw;
	z-index: -1;
	background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
	background-size:cover; /*背景画像のサイズ指定*/
	background-position: center center;
	background-attachment: fixed;
	}

/*----------------------------
top
----------------------------*/
.top_logo{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 12em 4em 4em;
}
.top_logo img{
	width: 20%;
}
.top_logo h1{
	margin: 0 auto;
}
.top_logo_text{
}
.top_img_box{
	width: 100%;
	height: 50vh;
	margin: 0 auto;
	padding: 5em 0 16em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
}
.top_img_01{
	width: 60%;
    padding-left: 1em;
}
.top_img_02{
	width: 40%;
	align-self: flex-end;
    padding-right: 1em;
}

/*----------------------------
menu
----------------------------*/
#menu{
	margin: 0 auto;
	opacity: 0;
}
#menu h2{
	margin: 12em auto 2em;
}
.skeb{
	text-align: center;
	margin: 8em 0 16em;
	
}
.button_skeb {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 0 auto 2em;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #eb2e3a;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	cursor:pointer
}

.button_skeb::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}
.button_skeb:hover {
    background-color: #eb2e3a;
	opacity: .8;
}
.sample_box{
	width: 100%;
	margin: 4em auto 1em;
	text-align: center;
}
.sample{
	width: 80%;
	margin-bottom: 1em;
}
.sample_icon{
	width: 100px;
	margin-bottom: .5em;
}
.sample_icon2{
	width: 70px;
	margin-bottom: 2em;
}



/*----------------------------
process
----------------------------*/
#process{
	margin: 0 auto 0;
}
#process .arrow{
	width: 10%;
}
.process_box{
	width: 100%;
	margin: 0 auto;
}
.step{
	text-align: center;
	margin-bottom: .5em;
}
.arrow{
	
	width: 100%;
	margin: 2em auto 1.5em;
	text-align: center;
}
.process_box_list{
	margin: 1em 0;
	padding: 1em 0;
	border-top: solid .5px #CFCFCF;
	border-bottom: solid .5px #CFCFCF;
}

/*---------------------------
atention
----------------------------*/
#atention{
	margin: 0 auto 0;
	
}
.atention_lists{
  padding: 0;
  position: relative;
}
.atention_lists li{
	margin: 1em 0;
  color: black;
  line-height: 1.5;
  padding: 0.5em 0em;
  list-style-type: none!important;
}
.atention_lists li i {
  margin-right: .5em;
}

/*---------------------------
about
----------------------------*/
#about{
	margin: 0 auto 0;
	
}
#about figure{
	width: 100%;
	 margin: 5em auto 3em;
    text-align: center;
}
#about figure img{
	width: 50%;
}


/*----------------------------
footer
----------------------------*/
.footer_white{
	text-align: center;
	width: 100%;
	margin: 0 auto 0;
	padding: 3em 0 10em;
}
.footer_link{
	display: flex;
	justify-content: space-between;
	margin: 5em auto 2.5em;
	width: 23%;
	min-width: 120px;
}
.footer_link a{
}
.footer_icon{
	
}
.footer_logo{
	width: 70px;
	margin: 1em auto .5em;
}

.footer_text{
	margin-top: 1em;
}
	
/*----------------------------
pc
----------------------------*/
@media screen and  (min-width: 800px) {/*画面サイズが1000px以上に適用*/

	.sp_none{
		display: block;
	}
	.pc_none{
		display: none;
	}
	
	.main_wrap{
		width: 420px;
		margin: 0 auto;
		z-index: 1;
	}
	.top_logo{
		width: 420px;
	}
	.top_logo img{
		width: 30%;
	}
	#up_img{
	width: 45px;
	position: fixed;
	right: 25%;
	bottom: 25px;
	}
	.footer_link{
	width: 28%;
}
	}
@media screen and  (min-width: 1400px) {/*画面サイズが1500px以上に適用*/
#up_img{
	right: 30%;
	}}






