@charset "UTF-8";

/*COMMON*/

body,
html {
  text-align: left;
  text-decoration: none;
}

/*デバイス用*/
@media only screen and (min-device-width: 720px) and (max-device-width: 1050px) {
	body,
html {
  text-align: left;
  text-decoration: none;
	min-width: 1060px;
}
}
@media screen and (max-width: 769px){
	body {
		min-width: initial;
	}
}

body {
  -webkit-font-smoothing: antialiased
}

#wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

img {
  -webkit-backface-visibility: hidden;
}


@-ms-viewport {
  width: auto;
  initial-scale: 1
}

@viewport {
  width: device-width;
  initial-scale: 1
}

div,
h1,
h2,
h3,
h4,
p {
  font-family: Noto Sans Japanese, sans-serif
}


.loading {
  margin-top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5800;
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .loading {
    margin-top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 5800;
  }
}


.textarea_ss {
  font-weight: 400;
  line-height: 1.7em;
  color: #000;
  font-size: 1vw;
}
.textarea_sss {
  font-weight: 400;
  line-height: 1.7em;
  color: #666;
  font-size: 1.3rem;
}

.textarea_s {
   line-height: 1.7em;
  font-size: 1.5rem;

}
.textarea_s_ft {
   line-height: 1.7em;
  font-size: 1.5rem;

}

.textarea_m {
  line-height: 1.7em;
  font-size: 1.7rem;

}
.textarea_mll {
  line-height: 1.7em;
  font-size: 1.9rem;

}

.textarea_ml {
  line-height: 1.7em;
  font-size: 2.1rem;

}

.textarea_mls {
  line-height: 1.7em;
  font-size: 1.8rem;

}

.textarea_ls {
	font-size: 3rem;
}

.textarea_l {
  font-size: 2.3rem;
}

.textarea_ll {
  font-size: 4rem;
}

.textarea_lx {
  color: #000;
  font-size: 2.0vw;
  margin-bottom: 0;
}

.textarea_lxx {
  font-weight: 600;
  line-height: 1.4em;
  color: #000;
  font-size: 1.7vw;
}

.textarea_lxxx {
  font-weight: 600;
  line-height: 1.7em;
  color: #000;
  font-size: 3.0vw;
  margin-bottom: 0;
}

.textarea_lb {
  font-weight: 800;
  line-height: 1.7em;
  color: #000;
  font-size: 2.3rem;
  margin-bottom: 0;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.textarea_ls {
	font-size: 3rem;
}

  .textarea_lb {
    font-weight: 800;
    line-height: 1.7em;
    color: #000;
    font-size: 3.8vw;
    margin-bottom: 0;
  }

  .textarea_lxx {
    font-weight: 600;
    line-height: 1.4em;
    color: #000;
    font-size: 4.5vw;
  }

  .textarea_ll {
    font-weight: 600;
		text-align: left;
    line-height: 1.2em;
    color: #000;
    font-size: 4rem;
  }

  .textarea_ss {
    font-weight: 600;
    line-height: 1.7em;
    color: #000;
    font-size: 3.4vw;
  }
.textarea_sss {
  font-weight: 400;
  line-height: 1.3em;
  color: #666;
  font-size: 2rem;
}
  .textarea_s {
   line-height: 1.7em;
  	font-size: 2rem;

  }
	  .textarea_s_ft {
   line-height: 1.7em;
  	font-size: 1.4rem;

  }

  .textarea_m {
    line-height: 1.7em;
    font-size: 2rem;

  }
	  .textarea_mll {
    line-height: 1.7em;
    font-size: 2.5rem;

  }

  .textarea_ml {
    line-height: 1.7em;
    font-size: 3.4vw;

  }

  .textarea_mls {
    line-height: 1.7em;
    font-size: 3.4vw;

  }

  .textarea_l {
   
    font-size: 2.4rem;
  }

  .textarea_lx {
    font-weight: 600;
    line-height: 1.7em;
    color: #fff;
    font-size: 4vw;
  }

  .textarea_lxxx {
    font-weight: 600;
    line-height: 1.7em;
    color: #fff;


  }
}


.contents_inner {
  position: relative;
  margin-top: 0;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*デバイス用*/
@media only screen and (min-device-width: 720px) and (max-device-width: 1050px) {
.contents_inner {
		position: relative;
		width: 100vw;
		padding-bottom: 0%;
		margin-bottom: 0;
		height: auto;
	}
}


@media screen and (min-width:320px) and (max-width:1050px) {

  .contents_inner {
    position: relative;
    padding: 0 30px 0 30px;
    text-align: justify;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

  }
}




.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.clearfix {
  min-height: 1px
}

.wdt100 {
  width: 100%
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .rspsv {
    width: 100%
  }
}

.rightbox {
  float: right;
  height: auto;

}

.leftbox {
  float: left;
  height: auto
}

#trigger1 {
  position: absolute;
  margin-top:-300px;
}

/*デバイス用*/
@media only screen and (min-device-width: 720px) and (max-device-width: 1050px) {

}

.pagetopact {
  position: fixed;

  right: 20px;
  bottom: 20px;
  z-index: 4000;
}

.tac {
  text-align: center;
}

p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

p.indent-2 {
  padding-left: 2em;
  text-indent: -1em;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.header {
	position: fixed;
  margin-top: 0;
  height: 30px;
  width: 100%;
	
  z-index: 1100;
}


/*UNIQ*/

.headerwrp {
	position:absolute;
	width: 100%;
	height: 50px;
	background-color: #fff;
	z-index: 400;
}


@media screen and (min-width:320px) and (max-width:1050px) {
}

.gnav {
	position: absolute;
	right:20px;
	width: 100%;
	margin-top: 10px;
	
}
.gnav li {
	float: right;
	margin-left: 2%;
	
}
.gnav li a:hover {
	text-decoration: none;
	color:#333;
	
}
.gnav li a:visited {
	text-decoration: none;
	color:#333;
	
}
.gnav li a:link {
	text-decoration: none;
	color:#333;
	
}
@media screen and (min-width:320px) and (max-width:1050px) {
	.gnav {
	position: absolute;
	right:20px;
	width: 100%;
	margin-top: 10px;
	
}
.gnav li {
	float: right;
	margin-left: 2%;
	
}
.gnav li a:hover {
	text-decoration: none;
	color:#333;
	
}
.gnav li a:visited {
	text-decoration: none;
	color:#333;
	
}
.gnav li a:link {
	text-decoration: none;
	color:#333;
	
}
}

.clogo {
	position: absolute;
	margin-top: 2px;
	margin-left: 10px;
	z-index: 100;
}

#topsection {
	position: relative;
	width: 100vw;
	height: calc(100vh - 5px);
	background: rgb(254,238,187);
background: linear-gradient(90deg, rgba(254,238,187,1) 0%, rgba(255,255,255,1) 48%, rgba(254,238,187,1) 100%, rgba(2,0,36,1) 254%);
z-index: 100;
	
}
@media screen and (min-width:320px) and (max-width:1050px) {
	#topsection {
	position: relative;
	width: 100vw;
	height: 100svh;
	background: rgb(254,238,187);
background: linear-gradient(90deg, rgba(254,238,187,1) 0%, rgba(255,255,255,1) 48%, rgba(254,238,187,1) 100%, rgba(2,0,36,1) 254%);
z-index: 100;
	
}
}

#section2 {
	position: relative;
	width: 100vw;
	height: auto;
	background: rgb(114,208,36);
background: rgb(114,208,36);
background: linear-gradient(0deg, rgba(114,208,36,1) 0%, rgba(62,140,0,1) 33%);
	z-index: 200;
	padding-bottom:7%;
}

.bgimg {
	height: 100vh;
	background-image: url(../img/main/ku11_base.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.top_infobadge {
	position: absolute;
	margin-top: 70px;
	right:30px;
}



.top_info_box {
	position: absolute;
	width: 100vw;
	height: 100vh;	
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 25!important;
}

.infobox_infowrp {
	position: relative;
	margin-top: 0px;
	margin-left: 0;
	width: 50vw;

	height: 440px;
	text-align: center;


}



@media screen and (min-width:320px) and (max-width:1050px) {
	.top_info_box {
		position: relative;
		width: 100%;
		height: 60vh;
		padding-top: 25%;
		align-items:center;
		justify-content: center;
		z-index: 162;
	}
	.infobox_infowrp {
		position: static;
		margin-top: 0;
		margin-left: 0;
		width: 90%;
		height: 25vh;
		text-align: center;


	}
}

.textarea_infoboxcopy {
	margin-top: 5%;
margin-left: 29%;
}
.textarea_infoboxcopy span {
	width: 100%;
	position: relative;
}
.textarea_infoboxcopy span img {
	width: 15.5%;
	
}

.hlogo_colorful {
	position: absolute;
	margin-top: 4.5%;
	width: 30%;
}


.tsume {
	margin-left: -5%;
}

.yurutsume {
	margin-left: -1%;
}


.rubiwrp {
	position: absolute;
	margin-top: 8%;
	margin-left: 42%;
	width: 100%;

	
}
.rubiwrp li {
	position: relative;
	width: 4%;
	float: left;
	margin-right: 15%;
}



.hcopy {
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.gradient1{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
	font-weight: 600;
	font-size: 1.2vw	;
    padding: 18px 60px;
    width: 40%;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #ff357f 0%, #9844b7 25%, #576fe6 51%, #3bade3 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}
.gradient2{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
	font-weight: 600;
	font-size: 2rem	;
    padding: 18px 60px;
    width: 100%;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #ff357f 0%, #9844b7 25%, #576fe6 51%, #3bade3 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

.gradient3{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
	font-weight: 600;
	font-size: 2rem	;
    padding: 18px 60px;
    width: 80%;
    border-radius:30px;
    text-decoration: none;
    outline: none;
	text-align: center;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #ff357f 0%, #9844b7 25%, #576fe6 51%, #3bade3 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
	text-decoration: none;
}
.gradient2:hover {
    color: #fff;
    background-position: 99% 50%;
	text-decoration: none;
}
.btnwrp {
	position: relative;

	width: 90%;
	margin: 10% auto;

}
.btnwrp_up {
	position: relative;

	width: 40%;
	margin: 10% auto;

}
.btnwrp7{
	position: relative;

	width: 70%;
	margin: 5% auto;
	text-align: center;
	margin-bottom: 0;

}
.btnwrp_m {
	position: relative;

	width: 80%;
	margin: 25% auto;
	margin-left: 0%;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.btnwrp_up {
	position: relative;

	width: 60%;
	margin: 10% auto;

}
	.gradient3{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
	font-weight: 600;
	font-size: 2rem	;
    padding: 18px 60px;
    width: 100%;
    border-radius:30px;
    text-decoration: none;
    outline: none;
	text-align: center;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #ff357f 0%, #9844b7 25%, #576fe6 51%, #3bade3 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}
	.btnwrp7{
	position: relative;

	width: 100%;
	margin: 8% auto;
	text-align: center;
	margin-bottom: 0;

}
	.btnwrp_m {
	position: relative;

	width: 60%;
	margin: 10% auto;
	margin-left: 22%;
}
	.textarea_infoboxcopy {
	margin-top: 10%;
margin-left: 0%;
}
	
.rubiwrp {
	position: absolute;
	margin-top: 27%;
	margin-left: 15%;
	width: 100%;

	
}
.rubiwrp li {
	position: relative;
	width: 5%;
	float: left;
	margin-right: 22%;
}
	
.hlogo_colorful {
	position: relative;

	width: 60%;
	margin: 2% auto;
}
.hcopy {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
	

	.gradient1{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
	font-weight: 600;
		font-size: 2rem;
    padding: 18px 60px;
    width: 60%;
    border-radius:30px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #ff357f 0%, #9844b7 25%, #576fe6 51%, #3bade3 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

	
}






.button_containerwrp {
  position: relative
}

.button_containerwrpbk {
  position: relative
}


.button_container {
  position: fixed;
  right: 4%;
  top: 1.3%;
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 3950
}

.button_container.close {
  position: fixed;
  top: 1.5%;
  right: 3%;
  height: 25px;
  width: 35px;
  cursor: pointer;
  z-index: 100
}

.button_container span {
  background: #666666;
  border: 0;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  z-index: 3300
}

.button_container span:nth-of-type(2) {
  top: 11px
}

.button_container span:nth-of-type(3) {
  top: 22px
}

.button {
  position: relative;
  overflow: hidden;
  margin-top: -8px;
  margin-left: 15px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  padding: 12px 20px;
  width: 225px;
  height: 45px;
  float: left;
  outline: 0
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}

.button {
  background-color: #fff
}

.button:hover {
  background-color: #929280
}

.spmenutextarea {
  font-weight: 600;
  color: #666;
}

.ollogo {
  position: relative;
  text-align: center;
  width: 90%!important;
	margin: 0 auto;

}



.overlay-menu {
  width: 100%;
}

.overlay-menu li:first-child {
  margin-bottom: 20%;
}
.cattit {
  margin-top: 8%;
  padding:1%;
  margin-bottom:5%;
  border-top:2px solid #666;
  border-bottom:2px solid #666;
  position: relative;
  text-align: center;
}


/* LOADER
------------------------------ */

.spinner {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-color: #0097e0;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.spinner {
	width: 40px;
	height: 40px;
	margin: 0;
	background-color: #0097e0;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
	/* IE11 */
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

/*overlay*/

.overlay {
	position: fixed;
	background: rgba(255,255,255, 0.95);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 3900;

}

.overlay.close {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 3300;
}


.overlay.open {
	visibility: visible;
	height: 100%;
}

.overlay.open li {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(7) {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.6s;
}


.overlay nav {
	position: relative;
	height: 70%;
	top: 38%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
width: 100%;
	font-size: 18pt;
	color: #fff;
	text-align: center;
	height: 500px;
	align-items: center;
	text-align: center;
	margin-top: 0px;
	z-index: 199;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;

}

.overlay ul li {
	display: block;
	min-height: 40px;
	margin-bottom: 13%;
	position: relative;
	opacity: 0;
}

.overlay ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

/*.button_containerwrp {
	position: fixed;
	bottom: 0;
	left: 10px;
	width: 65px;
	height: 47px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3500
}*/

.scroll {
	position: absolute;
	width: 8%;
	left: 45%;
	bottom:5px;
}

.midcopy {
	width: 65%;
	margin: 0 auto;
	padding-top:5%;
}

.textarea_mid {
	margin-top: 3%;
	text-align: center;
	line-height: 1.8em;
	color:#fff;
}

.top_infobadge_faq {
	position: absolute;
	width: 10%;
	bottom: 50px !important;
	left:25px;
	z-index: 100!important;
}
.spbr{
		display:none;
	}
@media screen and (min-width:320px) and (max-width:1050px) {
	.scroll {
	position: absolute;
	width: 15%;
	left: 42%;
	bottom:5px;
		z-index: 200;
}
		.spbr{
		display: block;
	}
	.top_infobadge_faq {
	position: absolute;
	width: 25%;
	top: 60px !important;
	left:25px;
}
	.midcopy {
	width: 95%;
	margin: 0 auto;
	padding-top:5%;
}
	
}

#section4 {
	position: relative;
	width: 100%;
	height: 400px;

	z-index: 40;
	
}
@media screen and (min-width:320px) and (max-width:1050px) {
	#section4 {
	position: relative;
	width: 100%;
	height: 300px;

	z-index: 40;
	
}
}



#section5 {
	position: relative;
	width: 100%;
	height: 1000px;
	padding-top:5%;
	padding-bottom：5%；

	z-index:500!important;
	background-color: #fff;
	
}
.bgimg_img {
	width: 100%;
	height: 100vh;
		position: fixed;
		background-image: url(../img/main/ku_152.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 1!important;
}

#footerwrp {
	position: relative;
	margin-top: -2px;
	width: 100vw;
	background: rgb(254,238,187);
background: linear-gradient(90deg, rgba(254,238,187,1) 0%, rgba(255,255,255,1) 48%, rgba(254,238,187,1) 100%, rgba(2,0,36,1) 254%);
z-index: 100;
	padding-top:5%;
	padding-bottom:5%;
}

.sec5left {
	width: 55%;
	
}

.sec5right {
	width: 35%;

}

.sec5logo {
	width: 100%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.bgimg_img {
	width: 100%;
	height: 100vh;
		position: fixed;
		background-image: url(../img/main/ku_152_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1!important;
}
	#footerwrp {
	position: relative;
	margin-top: -2px;
	width: 100vw;
	background: rgb(254,238,187);
background: linear-gradient(90deg, rgba(254,238,187,1) 0%, rgba(255,255,255,1) 48%, rgba(254,238,187,1) 100%, rgba(2,0,36,1) 254%);
z-index: 100;
	padding-top:10%;
	padding-bottom:10%;
}
	.sec5left {
	width: 100%;
	
}
	.sec5right {
	width: 83%;

}

}

.sec5imglist {
	
}
.sec5imglist li {
	margin-bottom: 5%;
	
}

#section6 {
	position: relative;
	background-color: #fff;
	height:auto;
	width: 100%;
	z-index: 100;
	padding-top:5%;
	padding-bottom:15%;
}

.dotbar {
	position: relative;
	width: 100%;
	margin-top: 4%;
	padding-bottom:5%;
	border-top: dotted 2px #888;
}
.dotbar_u {
	position: relative;
	width: 100%;
	margin-top: 10%;
	padding-bottom:3%;
	border-top: dotted 2px #888;
}

.textarea_sec5mid {
	font-weight: 600;
}

.textarea_sec5lead {
	color:#000;
}
.indent {
	padding-left:1em;
	text-indent:-1em;
}
.textarea_sec5lead span {
	font-size: 80%;
	color:#666;
}

.sec5cattit {
	width: 70%;
}

.catwrp {
	margin-bottom: 5%;
}

.sec5btnlist {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10%;

}
.sec5btnlist li {
	width: 48%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin: 0 auto;
	
}

.kurasuinfo {
	position: relative;
	
}

#section7 {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../img/main/onedayback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
background-size: cover;
	z-index: 100;
	padding-top:10%;
	padding-bottom:10%;
}
.sec7img {
	position: relative;
	width: 50%;
	margin: 0 auto;
}
@media screen and (min-width:320px) and (max-width:1050px) {
	#section7 {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../img/main/onedayback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
background-size: cover;
	z-index: 100;
	padding-top:25%;
	padding-bottom:25%;
}
	.sec7img {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
}

.fttitimg {
	position: relative;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.textarea_ft {
	margin-top: 5%;
	color:#777;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
}

.ftlink {
	position: relative;
	width: 27%;
	margin: 0 auto;
}
.ftlink a:link {
	text-decoration: none;
	color:#333;
	
}
.ftlink a:visited {
	text-decoration: none;
	color:#333;
	
}
.ftlink a:hover {
	text-decoration: none;
	color:#333;
	
}
.ftlink li {
	float: left;
	text-align: center;
	margin-right: 3%;
	
}	
.ftlink li:last-child {
	margin-right: -10%;
}

.ft_creditarea {
	text-align: center;
}

#ftb {
	position: relative;
	width: 100%;
	height: 350px;
	background-image: url(../img/main/ku_152.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	z-index: 100;
	
}

.trigger1 {
	position: absolute;
	margin-top: 5%;
}

#section_up1 {
width: 100%;
	height: auto;
	padding-top:150px;
		padding-bottom:10%;
	
	background: rgb(254,238,187);
background: linear-gradient(95deg, rgba(254,238,187,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,1) 78%, rgba(254,238,187,1) 100%);
z-index: 100;
}
#section_up2 {
width: 100%;
	height: auto;
	padding-top:150px;
		padding-bottom:3%;

z-index: 100;
}

#section_up3 {
width: 100%;
	height: auto;
	padding-top:150px;
		padding-bottom:10%;

z-index: 100;
}

.onedayleft {
	width: 60%;
	margin-top: 3%;
}

.onedayright {
	margin-top: 7%;
	width: 25%;
}

.secup1_tit {
	margin-top: 5%;
	margin-bottom: 3%;
}

.textarea_cattitcatch {
	font-weight: 500;
	color:#333;
	margin-bottom: 2%;
}

.secup1_titcircle {
	position: absolute;
	width: 15%;
	margin-top: 10%;
	margin-left: 52%;
}

.secup1_scwrp {
	position: relative;
	margin-top: 10%;
	margin-bottom: 10%;
}

.secup1_sc_img {
	width: 86%;
	margin-left: 13%;
}

.secup1_sctit {
	margin-bottom: 5%;
}




.comppout_wrp {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.compoutl {
  margin-top: 50px;
  width: 100%;

}

.compoutl dt {
  font-family: 'Noto Sans Japanese';
  font-weight: 600;
  font-size: 12pt;
  float: left;
  width: 25%;
  margin-bottom: 15px;
  padding-bottom: 15px;

}

.compoutl dd {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  font-size: 12pt;
  line-height: 1.6em;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.compsubtit {
  margin-top: 50px;
  margin-bottom: 20px;
}


@media screen and (min-width:320px) and (max-width:1050px) {
	.fttitimg {
	position: relative;
	text-align: center;
			width: 80%;
}
	#section_up3 {
width: 100%;
	height: auto;
	padding-top:100px;
		padding-bottom:10%;

z-index: 100;
}
	.secup1_titcircle {
	position: absolute;
	width: 25%;
	margin-top: 21%;
	right: 0%;
}
	
	
	.onedayleft {
	width: 100%;
	margin-top: 3%;
}

.onedayright {
	margin-top: 7%;
	width: 100%;
}

	
	#section_up1 {
width: 100%;
	height: auto;
	padding-top:100px;
		padding-bottom:10%;
	
	background: #fff;
z-index: 100;
}
	#section_up2 {
width: 100%;
	height: auto;
	padding-top:100px;
		padding-bottom:23%;

z-index: 100;
}
	
	.textarea_cattitcatch {
	font-weight: 500;
	color:#333;
	margin-bottom: 2%;
 line-height: 1.6em;
 
}
	
.ftlink {
	position: relative;
	width: 42%;
	margin: 0 auto;

}
.ftlink li {
	float: left;
	margin-right: 3%;
	
}	

	#ftb {
	position: relative;
	width: 200%;
	height: 160px;
		margin-left: -40%;
	background-image: url(../img/main/ku_152.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center ;
	z-index: 100;
	
}
	
	
	.sec5btnlist {
	position: relative;
	width: 100%;
		margin-top: 5%;
	margin-bottom: 10%;

}
.sec5btnlist li {
	width: 100%;
	float: none;
	margin-right: 0%;
	text-align: center;
	
}

 .comppout_wrp {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
  }

  .compoutl {
    margin-top: 50px;
    width: 100%;

  }

  .compoutl dt {
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    font-size: 2rem;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 5px;

  }

  .compoutl dd {
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6em;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
  }

  .compsubtit {
    margin-top: 50px;
    margin-bottom: 20px;
  }

}



.secup2_cattit {
	margin-top: 10%;
}


.textarea_lb {
  font-size: 17pt;
  font-weight: 600;

}
.privlead {
  font-weight: 400;
  line-height: 1.8em;
}
.textarea_mm {
  font-size: 12pt;

}

.privmt {
  margin-top: 50px;
}

@media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_ll {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 20pt;

  }
  
   .textarea_mm {
    font-size: 2rem;
    font-weight: 550;
  }

  .textarea_llb {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 20pt;

  }

  .textarea_lb {
    font-size: 17pt;

  }
  }


    

.compoutl {
  margin-top: 50px;
  width: 100%;

}

@media screen and (min-width:320px) and (max-width:1050px) {
  .compoutl {
    margin-top: 50px;
    width: 100%;

  }

  .sec_n_recruitwrp {
    height: auto;
  }
  }
  
  .textarea_lb {
  font-size: 17pt;
  font-weight: 600;

}
  .privlead {
  font-weight: 400;
  line-height: 1.8em;
}

.privmt {
  margin-top: 50px;
}
  
  @media screen and (min-width:320px) and (max-width:1050px) {
  	  .textarea_lb {
    font-size: 17pt;

  }
  }

  .textarea_md {
  font-size: 1.7rem;
  text-align: left;

}
.sec_n_recruit {
  font-weight: 500;
  line-height: 2.1em;

}
  
  @media screen and (min-width:320px) and (max-width:1050px) {
  .textarea_md {
    font-size: 2rem;
    text-align: left;
		line-height: 2.5em;

  }
    .sec_n_recruit {
    position: relative;
    margin-top: 30px;
    font-weight: 500;
    line-height: 2.1em;

  }
  }
.faqwrp {
	position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
}

.textarea_faqq {
	font-weight: 600;
	color:#0071ae;
}
.textarea_faqq::before {
	content: url(../faq/img/faq_img03.svg);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8);
}

.textarea_faqa {
		font-weight: 600;
	color:#333;
	
}
.textarea_faqa span {
	font-size: 70%;
}
.textarea_faqa::before {
	content: url(../faq/img/faq_img02.svg);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
	margin-top: 0.5%;
	margin-left: -0.2%;
}

.textarea_faqlead {
	font-weight: 400;
	color:#333;
	line-height: 1.7em;
}

.bgimgsp {
	position: absolute;
	z-index: 100;
	width: 150%;
	bottom:-2px;
	margin-left: -27%;
}

.uplogo {
	
}
 @media screen and (min-width:320px) and (max-width:1050px) {
	 .faqwrp {
	position: relative;
	margin-top: 5%;
	margin-bottom: 10%;
}
	 .uplogo {
	width: 138%;
		 margin-left: -18%;
}
}