@charset "utf-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

*{
	box-sizing: border-box;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  color: #000;
  font-size: 62.5%;
  background: #fff;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 70px !important;
}
@media screen and (min-width: 600px){
  body{
    margin-bottom: 0 !important;
  }
}

body.js-active {
overflow: hidden;
}

main {
  overflow: hidden;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity .3s;
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 600px) {
  .tb {
    display: inherit;
  }
}
@media print, screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}


#content1,
#content2,
#content3 {
  display: none;
}

/*===========================================================================*/
/*  tab  */
/*===========================================================================*/
.toTop{
	
}
.toTop p{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	line-height: 1;

	display: inline-block;
	padding: 3px 10px 5px 25px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	background: #ff5900;
	font-weight: bold;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
.toTop p::before{
	position: absolute;
	content: '';
	left: 10px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px){
	.toTop{
		width: 96%;
	}
	.toTop p{
		font-size: 14px;
	}
	.toTop p::before{
		width: 10px;
		height: 10px;
	}
}



#cv-tm033-content1,
#cv-tm033-content2,
#cv-tm033-content3{
	transition: none;
	opacity: 1;
}
#cv-tm033-content1.is-show::after,
#cv-tm033-content2.is-show::after,
#cv-tm033-content3.is-show::after{
  position: absolute;
  content: '';
  width: calc(100% + 2px);
	height: 15px;
	left: -1px;
  bottom: -9px;
  background: #fff;
  border-left: 1px solid #99cce7;
  border-right: 1px solid #99cce7;
	opacity: 1;
}
@media screen and (min-width: 600px){
	#cv-tm033-content1.is-show::after,
	#cv-tm033-content2.is-show::after,
	#cv-tm033-content3.is-show::after{
		bottom: -12px;
	}
}


/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
	position: relative;
	background-color: #fff;
	padding: 30px 0 0;
}
.footer .inner{
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
}
.footer-left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.footer-left-link {
	width: 55px;
}
.footer-privacy {
	padding-left: 15px;
}
.footer-privacy-text {
	font-size: 11px;
	font-weight: 700;
}
a.footer-privacy-link {
	display: inline-block;
	color: #202020;
	font-size: 11px;
	text-decoration: underline;
}
.footer-privacy-link .sp {
	display: none;
}
.footer-int-link {
	display: block;
	width: 190px;
	margin: 0 auto;
}
.footer-copyright {
	color: #202020;
	text-align: center;
	font-size: 10px;
	padding: 15px 0;
}
@media screen and (min-width: 600px) {
	.footer{
		padding: 30px 0 15px;
	}
  .footer .inner{
    width: 96%;
  }
	.footer-left{
		margin-bottom: 0;
	}
	.footer-row {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.footer-col {
		width: 50%;
	}
	.footer-int-link{
		margin: 0 0 0 auto;
	}
}
@media screen and (min-width: 1024px){

}

/* ======================================
	pageTop
====================================== */
#toTopBtn {
	position: fixed;
	width: 42px;
	height: 42px;
	right: 10px;
	bottom: 80px;
	border: 3px solid #007fc3;
	background-color: rgba(255,255,255,.3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s cubic-bezier(0.47,0,.745,.715);
	transition: all .3s cubic-bezier(0.47,0,.745,.715);
	cursor: pointer;
	opacity: 0;
  visibility: hidden;
	z-index: 999;
}
#toTopBtn.is-active {
	opacity: 1;
  visibility: visible;
}
#toTopBtn span {
	position: absolute;
	top: 16px;
	width: 14px;
	height: 3px;
	background-color: #007fc3;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#toTopBtn span:nth-child(1) {
	left: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#toTopBtn span:nth-child(2) {
	right: 6px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#toTopBtn span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #f60;
	-webkit-transition: all .3s cubic-bezier(0.47,0,.745,.715);
	transition: all .3s cubic-bezier(0.47,0,.745,.715);
}
@media screen and (min-width: 600px) {
	#toTopBtn{
		width: 55px;
		height: 55px;
    right: 20px;
    bottom: 20px;
	}
	#toTopBtn span{
		top: 22px;
		width: 19px;
	}
	#toTopBtn span:nth-child(1){
		left: 9px;
	}
	#toTopBtn span:nth-child(2){
		right: 9px;
	}
}
@media screen and (min-width: 1024px){
  #toTopBtn:hover {
    border-color: #f60;
  }
  #toTopBtn:hover span:nth-child(1)::after {
    left: 0;
  }
  #toTopBtn:hover span:nth-child(2)::after {
    right: 0;
  }
  #toTopBtn:hover span::after {
    width: 100%;
  }
}

