@charset "utf-8";
/* reset test
++++++++++++++++++++++++*/


body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
}

@media(max-width:767px){
button,
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}
}

img, fieldset {
	border: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, h7,
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.5;
  letter-spacing: .5pt;
}
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.75;
}


/* all setting
++++++++++++++++++++++++*/
body {
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo','游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'Hiragino Sans';
	font-size: 15px;
}
.sp{ display: none!important; }

main{
	border-top: 1px solid rgba(24,34,70,0.1);
}

/* link */
a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:focus, a:hover, a { color: inherit; text-decoration: none; }
a:focus, a:hover { text-decoration: none; }
p > a:hover, p > a { color: #333333; }
a:hover img { filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }

/* btn */
.btn a:hover{
	color:#fff;
	opacity: 0.8;
}

.cv-btn{
	display:block;
	/*background: #4286f5 url("./assets/img/arrow1.png") no-repeat 94% center;
	background-size: 8px;
	box-shadow:0px 5px 3px rgba(236,236,236,.6);
	border-radius: 50px;
	color:#fff!important;
	font-size: 1.2rem;
	font-weight: bold;
	padding:16px 0;
	text-align:center;
	text-decoration: none;*/
	width: 33%;
	
	margin: 20px auto 0;
}
.cta .btn .cv-btn{
	display:block;
	background: #4286f5 url("./assets/img/arrow1.png") no-repeat 94% center;
	background-size: 8px;
	box-shadow:0px 5px 3px rgba(236,236,236,.6);
	border-radius: 50px;
	color:#fff!important;
	font-size: 1.2rem;
	font-weight: bold;
	padding:16px 0;
	text-align:center;
	text-decoration: none;
	
	margin: 20px auto 0;
}
.cv-btn.cvtop1{
	background: #4286f5 url("./assets/img/arrow1.png") no-repeat 94% center;
	background-size: 8px;
	box-shadow:0px 5px 3px rgba(236,236,236,.6);
	border-radius: 50px;
	color:#fff!important;
	font-size: 1.2rem;
	font-weight: bold;
	padding:16px 0;
	text-align:center;
	text-decoration: none;

}
.hnav ul{
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
}
.hnav ul li{
	padding:0 1.5em;
}
#menu{display: none;}

.cv-btn{
	display:block;
	/*background: #4286f5 url("./assets/img/arrow1.png") no-repeat 94% center;
	background-size: 8px;
	box-shadow:0px 5px 3px rgba(236,236,236,.6);
	border-radius: 50px;
	color:#fff!important;
	font-size: 1.2rem;
	font-weight: bold;
	padding:16px 0;
	text-align:center;
	text-decoration: none;*/
	width: 33%;
	
	margin: 20px auto 0;
}
/*.cv-btn:has(a){
	background: none !important;
	padding:0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}*/
.cv-btn a{
	display:block;
	background: #4286f5 url("./assets/img/arrow1.png") no-repeat 94% center;
	background-size: 8px;
	box-shadow:0px 5px 3px rgba(236,236,236,.6);
	border-radius: 50px;
	color:#fff!important;
	font-size: 1.5rem;
	font-weight: bold;
	padding:16px 0;
	text-align:center;
	text-decoration: none;
	width: 100%;
	margin: 20px auto 0;
}

@media(max-width:767px){
	body{
		font-size: 14px;
	}
	.sp{ display: block!important; }

	#menu{
		display: block;
	}
	/* menu */
.menu1,
.menu1 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu1 {
  position: relative;
  width: 30px;
  height: 24px;
}
.menu1 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #5eb2b1;
  border-radius: 3px;
}
.menu1 span:nth-of-type(1) {
  top: 0;
}
.menu1 span:nth-of-type(2) {
  top: 10px;
}
.menu1 span:nth-of-type(3) {
  bottom: 0;
}
.menu1.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu1.active span:nth-of-type(2) {
  opacity: 0;
}
.menu1.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}	
	.cv-btn{
		background-size: 6px;
		margin: 10px 0;
		/*padding:10px 0;*/
		width: 100%;
	}
	/*.cv-btn:has(a){
		background:none;
		font-size: 3.3vw;
		margin: 10px 0;
		padding:0 !important;
	}	*/
	.cv-btn a{
		background-size: 6px;
		font-size: 3.3vw;
		margin: 10px 0;
		padding:10px 0;
		width: 100%;
	}
.hnav{
	position: fixed;
		display: none;
		width: 100%;
    height: 100vh;
    transition: all 0.2s;
    transform: translate(100%);
    top:64px;
    right: 0;	
	padding:8vw 0;
	font-size: 1em;
	z-index: 9998;
	background:#fff;
	overflow-y: auto;
	}
.hnav.open {
		display: block;
    transform: translate(0); 
}	
	.hnav ul{
		width: 100%;
	  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
		padding: 0;
		text-align: center;
}
.hnav li{
	font-size:4vw;
	padding:0.8em 0 !important;
	width: 100%;
}
}

/* header
++++++++++++++++++++++++*/
#header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding:10px 0;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	max-width: 1200px;
	margin:0 auto;
}
.header_logo{
	width: 33%;
  max-width: 166px;
}
.header_logo a{
  display: block;
}
.header_btn a{
	align-items: center;
	display: flex;
	background: #4286f5 url("./assets/img/arrow1.png") no-repeat 97% center;
	background-size: 6px;
	border-radius: 30px;
	color: #fff!important;
	font-size: 1.06rem;
	font-weight: 700;
	padding:10px 20px 10px 15px;
	transition: all ease 0.3s;
	letter-spacing: -0.025em;
}
.header_btn a span{
	color:#ffd200;
}
.header_btn a:hover{
	opacity: 0.7;
}

@media(max-width:767px){
	#header {
		max-width: 100%;
		padding: 15px 2%;
		background: #fff;
		
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;
	}
	.header_logo{
	  max-width: 33%;
	}
	.header_btn{
		width:50%;
	}
	.header_btn a{
		display: block;
		text-align: center;
		font-size: 0.65rem;
		padding: 8px 5px 8px 0;
		width: 100%;
		box-sizing: border-box;
	}
}


/* contents
++++++++++++++++++++++++*/
/* top */
.fv{
text-align:center;
background:url("./assets/img/main.jpg") no-repeat center top;
background-size:cover;
}
.fvtxt{
background:#00a497;
text-align:center;
padding:30px 0;

}
.fvtxt img {max-width:94%;}
.fvtxt{
  position: relative;
  z-index: 0;
}
.fvtxt:after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#00a497;
}
.fvtxt:before{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-2deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background:#00a497;
}
@media(max-width:767px){
	.fv_text{
	}
}

/* h2 */
h2{
	color:#000;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
h2 span{
	display: block;
	width: 150px;
	border-top: 3px solid #000;
	margin: 0 auto;
	padding-top: 3px;
	text-align: center;
	font-size: 1.0rem;
}
h2 span::before{
	content:"";
	display: block;
	border-top: 1px solid #000;
	margin-bottom: 5px;
}

@media(max-width:767px){
	h2{
		font-size: 1.3em;
	}
	h2 span{
		border-top: 2px solid #000;
		font-size: 0;
		width: 110px;
	}
	h2 span::before{
		margin-bottom: 3px;
	}
}

/* performance */
.performance{
	padding: 20px 0 10px;
}
.performance img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
@media(max-width:767px){
	.performance{
		padding: 10px 0 0;
		overflow: hidden;
	}
	.performance_img{
		display: flex;
		width: 900px;
	}
	.performance img{
		width: auto;
		height: 55px;
		max-width:none;
	}

	.performance_img img:first-child {
	  animation: loop 60s -30s linear infinite;
	}

	.performance_img img:last-child {
	  animation: loop2 60s linear infinite;
	}
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


/* toroku */
.toroku {
  background: #9c233e;
    padding-top: 50px;
	padding-bottom: 70px;
}
.toroku h2{
	color:#fff;
	padding:40px 0 20px;
    max-width: 600px;
    margin: 0 auto;
    position:relative;
    
}


.toroku h2::before{
	content:"";
	display: inline-block;
	background:url("./assets/img/icon.png") no-repeat bottom left;
	background-size: contain;
	width: 130px;
	height: 130px;
	margin: 0 20px 0 0;
	position:absolute;
	left:0;
	top:20px;
}


/* form_box */
.toroku_form_box{
	max-width: 750px;
	margin: 0 auto;
	border-radius:0;
}
@media(max-width:767px){
	.toroku {
		padding-bottom: 25px;
	}
	.toroku h2{
		padding: 10px 0 5px 100px;
		text-align:left;
		font-size:1.1em;
	}
.toroku h2::before{
	width: 80px;
	height: 80px;
	position:absolute;
	left:10px;
	top:-11px;
}

	.toroku_form_box{
		max-width: 96%;
	}
}

/* scout */
.scout{
	padding: 50px 0;
	background:#00a497;
    overflow: hidden;
}


.scout h2{
	margin-bottom: 30px;
	max-width: 1200px;
	margin: 0 auto;
	text-align:center;
color:#fff;
position:relative;
padding-top:20px;
	margin-bottom: 30px;
	
}
.scout h2:before {
content:"………";
display:block;
letter-spacing:0em;

}
.scout ul{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap:wrap;
	margin-bottom: 60px;
	max-width: 1200px;
	margin: 0 auto;
	
}
.scout ul li{
	width: 30%;
	margin:0 1% 30px;
	max-width:320px;
	padding:10px;
	background:#fff;
	padding:15px;
	border-radius:15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	
    min-height: 38vh;
}
.scout ul li figure {
padding:0;
margin:0;
width:100%;
}
.scout ul li img {
width:100%;
}
@media(max-width:767px){
.scout ul li{
	max-width: 88%;
}
}

.scout li figure{ margin-bottom:5px; }
.scout li dl {margin:auto;}
.scout li dt{margin-top:10px; margin-bottom:10px; color:#00a497; font-size:20px; font-weight:700; position:relative;    padding: 0px 10px 0px 30px;min-height:20px;
    line-height: 1.2;}
.scout li dt span{ display:block; width:20px; height:20px; color:#fff; text-align:center; line-height:20px;
    background:#00a497;
 position:absolute;top:0;left:0; font-size:14px; }
.scout li  dd {font-size:13px;}
.scout li .income {margin:5px auto 5px;color:red;font-weight:bold;font-size:24px;text-align:center;padding:5px 0; }
.scout li .income span {color:#fff;background:red;display:inline-block; padding:2px 4px;line-height:1;font-size:12px; margin-right:2px; position: relative; top:-0.2em;}
.scout li .income small {font-size:11px;}
.scout li .income span.decimal{ background:none;color:red;font-size:15px;padding:0;}

.scout li .tag  {margin:10px auto;}
.scout li .tag span {border-radius:5px;    background:rgba(145,182,234,1.00);padding:4px;line-height:1;font-size:12px;margin-right:4px;display:inline-block;color:#fff;}

.note {text-align:center;color:#fff;font-size:12px;}

/* successful */
.successful{
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
    overflow: hidden;
}

.successful h2{
	margin-bottom: 30px;
	max-width: 1200px;
	margin: 0 auto;
	text-align:center;
position:relative;
padding-top:20px;
	margin-bottom: 30px;
	
}
.successful h2:before {
content:"………";
display:block;
letter-spacing:0em;

}

.successful ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

@media(max-width:767px){
	.successful{
		padding: 25px 0;
		width: 96%;
	}
	.successful h2{
		margin-bottom: 8px;
		padding:10px;
		text-align:left;
		width:90%;
	}
	.successful ul{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
		padding-bottom:0px;
	}
	.successful ul li{
		margin-bottom: 0;
	}
	.scout h2{
		margin-bottom: 8px;
		padding:10px;
		text-align:left;
		width:90%;
	}
}


/* achivement */
.achivement{
	padding: 50px 0;
	margin: 0 auto;
    overflow: hidden;
    background: #00a497;
}

.achivement h2{
	margin-bottom: 30px;
	max-width: 1200px;
	margin: 0 auto;
	text-align:center;
position:relative;
padding-top:20px;
	margin-bottom: 30px;
	color:#fff;
	
}
.achivement h2:before {
content:"………";
display:block;
letter-spacing:0em;

}


@media(max-width:767px){
	.achivement{
		padding: 25px 0;
		width: 100%;
	}
	.achivement h2{
		margin-bottom: 8px;
		padding:10px;
		text-align:left;
		width:90%;
	}

}
p.tcenter {padding-top:10px;margin:15px 0 10px; text-align: center;}
p.tcenter small{display:block;line-height:1;text-align:center;}

/* footer
++++++++++++++++++++++++*/
#footer {
	margin-top: 30px;
}
#footer .footer_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}
#footer .footer_list li{
  display: block;
  text-align: center;
}
#footer .footer_list li a{
  display: block;
  padding:0 10px;
  font-size: 0.8rem;
  line-height: 1;
	text-decoration: underline;
}
#footer .footer_list li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
#footer .footer_list li a{
  border-right: 1px solid #333333;
}
#footer .footer_list li:last-of-type a{border: none;}

#footer small{
	display: block;
	background: #1d274a;
	box-sizing: border-box;
	color:#fff;
	font-size: 11px;
	text-align: center;
	margin-top: 16px;
	padding:6px 0;
	width: 100%;
}


/* sub
++++++++++++++++++++++++*/
.sub{
	margin: 10px auto 60px;
	max-width: 1200px;
}

.sub .breadcrumb{
	font-size: 11px;
}
.sub .breadcrumb li{
	display: inline-block;
}
.sub .breadcrumb li::after{
	content:" > ";
}
.sub .breadcrumb li:last-child::after{
	content:"";
}
.sub .breadcrumb li a{
	text-decoration: underline;
}
.sub .breadcrumb li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.sub h2{
	margin-bottom: 20px;
}

@media(max-width:767px){
	.sub{
		font-size: 0.85rem;
		margin: 0 auto;
		width: 96%;
		max-width: 96%;
	}
	.sub .breadcrumb{
		margin-top: 4px;
	}
	.sub h2{
		margin:6px 0 12px;
	}
}

/* company */
.company table{
	border-top: 1px solid #1a2244;
	line-height: 1.5;
	margin: 20px auto;
	width: 100%;
	max-width:980px;
}
.company th{
	padding: 16px;
	background: #f3f3f3;
	border-bottom: 1px solid #1a2244;
	vertical-align: middle;
	text-align: left;
	width: 30%;
}
.company td{
	padding: 16px;
	border-bottom: 1px solid #1a2244;
	vertical-align: middle;
	text-align: left;
	width: 70%;
}
.company iframe{
	display: block;
	margin: 10px 0 6px;
}

@media(max-width:767px){
	.company table{
		margin-top: 12px;
		max-width: 100%;
	}
	.company th,
	.company td{
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 6px 12px;
	}
	.company iframe{
		width: 100%;
	}
}

/* thanks */
.thanks{
	text-align: center;
	margin-bottom: 0!important;
}

/* privacy */
.privacy section{
	max-width: 980px;
	margin: 0 auto;
}
.privacy p{
	margin-bottom: 16px;
}
.privacy dt{
	background: #f3f3f3;
	margin: 32px 0 16px;
	padding:16px;
}
.privacy dd{
	padding-left: 1.0em;
}
.privacy h3{
	font-weight: bold;
	font-size: 1.3em;
	padding:1em 0 0;
}

@media(max-width:767px){
	.privacy{
		max-width: 100%;
	}
	.read{
		padding: 0 1.0em;
	}
	.privacy dt{
		margin: 16px 0 8px;
		padding: 6px 1.0em;
	}
	.privacy dd{
		padding: 0 1.0em;
	}
}

.slickon {position:relative;}
.scout ul.slick-dots,.successful ul.slick-dots  {position:absolute;bottom:-10px;justify-content:center;}
.scout ul.slick-dots li,.successful ul.slick-dots li{background:none;box-shadow:none;width:auto;min-height:0;padding:0;margin:0;}


/* SERVICE */
.pagefv{
	position: relative;background: rgb(0,164,151);
background: -moz-linear-gradient(-90deg, rgba(0,164,151,1) 85%, rgba(255,217,0,1) 85%);
background: -webkit-linear-gradient(-90deg, rgba(0,164,151,1) 85%, rgba(255,217,0,1) 85%);
background: linear-gradient(-90deg, rgba(0,164,151,1) 85%, rgba(255,217,0,1) 85%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a497",endColorstr="#ffd900",GradientType=1);
}
.pagefv .wrap{
	width: 90%;
	max-width: 980px;
	margin:0 auto;
	position: relative;
	padding-left:7%;
}
.pagefv .wents{
	position: absolute;
	right: 5%;
	bottom:0;
	width: 50%;
}
.pagefv .txt{
	width: 75%;
	text-align: left;
	color:#fff;
	padding:5% 0;
}
.pagefv .txt p{
	font-weight: 700;
	font-size: 2.2em;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.pagefv .txt p b {
	color:rgba(255,217,0,1) ;
}
.pagefv .txt p em{
	font-weight: 700;
	font-size: 1em;
	color:#000;
	background:rgba(255,217,0,1) url(assets/img/mv_rbg.png) no-repeat right top;
	background-size: auto 100%;
	position:relative;
	margin:1% 0;
	display:inline-block;
	left:-4%;
	line-height: 1;
	padding:12px 40px 12px 4%;
}
/*.pagefv .txt p em:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5vh 2vw 0 0;
    border-color: rgba(255,217,0,1) transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -1.95vw;
}*/



@media(max-width:1080px){
.pagefv{background: rgb(0,164,151);
}
.pagefv .txt p em{
	left:-7%;
	padding:5px 20px 5px 6%;
	font-size:0.95em;
}
.pagefv .txt p {
	font-size:1.8em;
}
.pagefv .txt p em:after {

    
}
}

@media(max-width:540px){
/*.pagefv .txt p em:after {

    border-width: 5.2vh 4vw 0 0;
right: -3.9vw;
}*/

}
@media(max-width:485px){

.pagefv .wrap{
	width: 94%;
	padding-left:4%;
}
.pagefv .wents{
	position: absolute;
	right: 0;
	bottom:0;
	width: 56%;
}
.pagefv .txt{
	width: 80%;
	text-align: left;
	color:#fff;
	padding:8% 0;
	position:relative;
	z-index:10;
}
.pagefv .txt p{
	font-weight: 700;
	font-size: 5vw;
	line-height: 2;
	letter-spacing: 0.05em;
}
.pagefv .txt p em{
	left:-7%;
	padding:5px 20px 5px 6%;
}
/*.pagefv .txt p em:after {
border-width: 3.6vh 4vw 0 0;
right: -3.6vw;
}*/
}
.ttl1{
	margin-bottom: 30px;
	max-width: 1200px;
	margin: 0 auto;
	text-align:center;
position:relative;
padding-top:20px;
	margin-bottom: 30px;
}
.ttl1:before {
content:"………";
display:block;
letter-spacing:0em;
}
.service1{
	padding:50px 0;
	width: 90%;
	max-width:980px;
	margin:0 auto;
}
@media(max-width:767px){
.service1{
	width: 100%;
    padding: 25px 0;
}

.ttl1{
padding-top:0px;
    margin-bottom: 8px;
    padding: 10px;
    text-align: left;
    width: 90%;
}
}


.service2{
background:#f3f9f9;
	padding:50px 0;
	margin:0 auto;
}
.service3{
background:#00a497;
	padding:50px 0;
	margin:0 auto;
	color:#fff;
}
.service3 .ttl1 {
color:#fff;
}
.sec .wrap{
	width: 90%;
	max-width: 670px;
	margin:0 auto;
	position: relative;
}
.sec .wrap p img {
padding-bottom:1em;
}

.sec .wrap p {
font-size:1.1em;
line-height:2;
letter-spacing:0.05em;
padding:0.5em 0;
}
@media(max-width:767px){


.service2{
    padding: 25px 0;
}
.service3{
    padding: 25px 0;
}
}


.cta {
	background: url("./assets/img/ctaimg.png") no-repeat right top ;
	background-size:30%;
}
.cta h3 {
font-size:1.3em;
width:77%;
font-weight:bold;
letter-spacing:0.1em;
line-height:1.8;
}
.cta h3 b {
background:#00a497;
color:#fff;
padding:2px 4px;
}
.cta h3 em {
color:#c53d43;
font-weight:bold;
}

@media(min-width:768px){
.cta  .cv-btn {
    width: 60%;
    margin: 20px 0 0;
}
}


.loopSliderWrap {
    top: 0;
    left: 0;
    height: 103px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 103px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.loopSlider ul {
    height: 103px;
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: auto;
    height: 103px;
    float: left;
    display: inline;
    overflow: hidden;
	margin:0 10px;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}



@media(max-width:768px){
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 60px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.loopSlider ul {
    height: 50px;
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: auto;
    height: 50px;
    float: left;
    display: inline;
    overflow: hidden;
	margin:0 10px;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
	.loopSlider ul li  img{ height: 50px; width: auto;}
}

#mypage{
	width: 90%;
	max-width: 980px;
	margin:0 auto;
    font-size: 1.1em;
    line-height:1.8;
}
#mypage .txt1{
	text-align: center;
}
#mypage .txt1 p{
	padding-bottom:30px;
    color: #1b284a;
    line-height:1.8;
}
#mypage p a{
	color:#4286F5;
	text-decoration: underline;
}
#mypage .txt1 p strong{
	font-size: 1.5em;
	font-weight: bold;
	color:#e53889;
	line-height:2;
}
#mypage .txt1 p strong big {
	background:#e53889;
	color:#fff;
	padding:8px;
	line-height:1;
	display:inline-block;
}
#mypage .txt1 p strong big span {
font-size:1.3em;
}
#mypage .txt1 .cv-btn{
	width: 100%;
    max-width:500px;
	margin-bottom:40px;
}
#mypage .torokunaiyou{
	padding:50px 0 40px;
}
#mypage .torokunaiyou h2{
	font-size: 1.4em;
	font-weight: bold;
	text-align:left;
}
@media(max-width:768px){
#mypage .txt1 .cv-btn{
	width: 100%;
	margin-bottom:40px;
}	
}

#mypage .logos {
/* background:#f0f0f0; */
	margin-bottom:40px;
}
#mypage .logos img {width:auto;
max-width:none;
height:85px;
}
#mypage .torokunaiyou table,
#mypage .torokunaiyou th,
#mypage .torokunaiyou td {
border-color:#cccccc;
}

.mypagetitle {
background:#00a497;
color:#fff;
text-align:left;
}
.mypagetitle .wrap {
overflow:hidden;

    width: 1200px;
    max-width: 96%;
    margin:auto;
text-align:left;
position:relative;
padding:1rem 0;
    }
    .mypagetitle a {
    	display:block;
    	width:150px;
    	position:absolute;
    	right:0;
    	top:50%;
    	transform:translateY(-50%);
    }

.mypagetitle h2 {
text-align:left;
color:#fff;
}
@media(max-width:768px){
	.mypagetitle a {
    	display:block;
    	width:5em;
    	position:absolute;
    	right:0;
    	top:50%;
    	transform:translateY(-50%);
    }
	.mypagetitle h2 {
		width: calc(100% - 5em);
	}
}
#mypage  h3 {
color:#1b284a;
padding-top:80px;
text-align:center;
font-size:1.4em;
font-weight:700;
margin-bottom:30px;
}
#mypage .wrap {
    width: 700px;
    max-width: 96%;
    margin:auto;
} 
@media(max-width:768px){
#mypage{
    font-size: 0.9em;
    width: 96%;
}
}
#mypage .torokunaiyou h3 {
text-align:left;
color:#00a497;
font-size:1.1em;

    padding-top: 20px;
    margin-bottom: 10px;

}

.torokunaiyou input[type="text"],
.torokunaiyou input[type="email"],
.torokunaiyou input[type="tel"],
.torokunaiyou input[type="number"],
.torokunaiyou textarea{
	border-radius: 5px;
	box-sizing:border-box;
	border:solid 1px #ccc;
	font-size: 1.0rem;
	padding:10px;
	width:100%;
	max-width:400px;
}
.torokunaiyou input.mum4 {
max-width:100px;
}
.torokunaiyou input.mum2 {
max-width:50px;
}

.torokunaiyou .checklist {
	width: 100%;
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.torokunaiyou .checklist li {
	width:30%;
	margin-right:2%;
}
.torokunaiyou input::-webkit-inner-spin-button,
.torokunaiyou input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
.torokunaiyou input[type="radio"]{
	display: none;
}

.torokunaiyou label.label_1{
	border-radius: 50px;
	border:dotted 1px #ccc;
	padding:5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing:border-box;
	line-height:1.5;
	margin: 0 0 8px 15px;
	height: 60px;
	width:100%;
}
.torokunaiyou label.label_1:last-of-type{ margin-right:0;}


.torokunaiyou input[type="radio"]:checked + label{
	border:solid 1px #9c233e;
	background: #9c233e;
	color:#fff;
}

@media(max-width:768px){
.torokunaiyou .checklist li {
	width:48%;
	margin-right:2%;
}
.torokunaiyou label.label_1{
	text-align: center;
	font-size: 3.2vw;
	margin: 0 0 8px;
}

}