@charset "utf-8";
* {
min-height:0;
min-width : 0;
}

html{
    visibility: hidden;
   	font-size: 10px;
	transition: .2s;
}

html.wf-active{
visibility:visible;
}



html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;font-size: 1.6rem;line-height: 1.6;text-align: center;font-weight: 500;}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}


h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 700;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#333;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

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


input, select, textarea {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 2px;
    background: #fff;
}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{
	padding-top:9rem;
}
 .wrap{
    padding-top: 0;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 1.2rem 0rem;
	transition:.2s;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.contactBtn.d-flex{
	justify-content:center;
	gap:4rem;
	padding-top: 2rem;
}





.wrap{
overflow: hidden;
   overflow: hidden;
}

#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}


.fo-notosan{
font-family: 'Noto Sans JP', sans-serif;
}




 .mainbody{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:110rem;
	margin: 0 auto;
}
 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }

.fo-tenminR,
Ten Mincho Text Regular{
font-family: "ten-mincho-text", serif;
font-weight: 400;
font-style: normal;
}
.fo-tenminI,
Ten Mincho Text Italic{
font-family: "ten-mincho-text", serif;
font-weight: 400;
font-style: italic;
}
.fo-scotchB,
Scotch Display Compressed Bold{
    font-family: "scotch-display-compressed", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}






/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: .5s;
}
.entry .headerwrap{
	position:relative;
}
.entry .headright{
    position:fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    transition: .5s;
    padding: 3rem 2rem 3rem 3rem;
}

.headerwrap.change-color,
.entry .headerwrap.change-color .headright{
    background: #101724;
    box-shadow: 0 0.4rem 1rem rgba(0,0,0,.1);
}
.entry .headerwrap.change-color{
	 box-shadow:none;
}

 .headerwrap a,
 .headerwrap span{
    color: #000;
	 font-family: Roboto;
    letter-spacing: .05em;
}
.home .headerwrap a,
.home .headerwrap span,
.policy .headerwrap a{
    color: #fff;
}

.headerwrap.change-color a{
  color: #fff;
}
.headerwrap.change-color .headentry a{
	background-color: #d6ac47;
}
.headerwrap.change-color .headcontact a{
	color: #082386;
}
.header{
    padding: 0 2rem;
}

.logo{
    text-align: left;
}
.logo h1 {
  text-indent: -10000px;
}
.logo a {
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  height: 5rem;
  width: 25rem;
  display: block;
}
.home .logo a {
    background-image:  url("../img/logo_white.png");
}

.headerwrap.change-color .logo a,
.headerwrap.actice-color .logo a{
background: url("../img/logo.png") no-repeat;
  background-size: contain;
}


.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9rem;
}
.gnavi{
   line-height: 1;
}
.gnavi ul{
	align-items:center;
}
.gnavi li{
    font-size: 1.8rem;
    margin: 0 1rem;
}
.headentry a{
    background: #082386;
    color: #fff;
    padding: .3rem 2rem;
    display: block;
}
.gnavi .headentry a,
.gnavi .headcontact a{
	min-width:11rem;
	padding: 0.6rem 0 0.4rem!important;
	font-size: 1.6rem;
}
.headerwrap.change-color .headentry a{
    /* color: #fff; */
}


.headcontact a,
.home .headcontact a,
.policy .headcontact a{
 background: #f0f0f0;
 padding: .3rem 2rem;
 display: block;
 color: #082386;
}

.headerwrap.change-color .headcontact a{
    background: #f0f0f0;
}



.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 34rem;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem;
    background: #101724;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    z-index: 99990;
    opacity: 0;
    visibility: hidden;
 }
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}

.slide-menu.sb-close{
	color:#fff;
	font-size: 4.4rem;
}
.spnavilogo {
    margin: 0 0 2rem;
}
.spnavilogo h2{
    font-size: 1.1rem;
    margin: 0 0 .5rem;
}
.spnavilogo p{
    font-size: 3rem;
}


.spnavi .footmenu dl{
    padding: 0;

}
.spnavi li a{
    display: block;
    padding: 1rem;
    margin: 0 0 .5rem;
    color: #fff;
    font-size: 1.4rem;
}
.spnavi li a .fo-scotchB{
	display:block;
	font-size:5rem;
}
.spnavi .spnavicontact a{
  background-image: url("../img/arrow01_w.svg");
}


.spclose {
    text-align: right;
    padding: 0 0 10px 0;
    font-size: 200%;

}








/*フッター
-------------------------------------------------*/
/* 慣性スクロールパララックス */
.topfooterwrap,
.footerwrap{
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.parallax{
    position: absolute;
    left: 0;
    width: 202rem;
    height: 125rem;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#topParallax{
    background-image: url('../img/top/footimg01.jpg');
    top: 120rem;
}
#subParallax{
    background-image: url('../img/bg_footer.jpg');
    top: 39rem;
    width: 190rem;
    height: 208rem;
}
.policy #subParallax,
.service #subParallax{
    top: 119rem;
}
.entry #subParallax{
	top: -116rem;
}

@media screen and (min-width: 1920px) {
	.parallax,
	#subParallax{
	    width: 100vw;
	}
}


.footermain {
    position: relative;
    padding: 13rem 0 7rem;
}
.footerwrap .footermain {
    position: relative;
    padding: 5rem 0 1rem;
}
.topfooterwrap .passing {
	text-align:left
}
.footermain h2{
    font-size: 11rem;
    color: #fff;
}
.footermain h3 svg{
    height: 6.2rem;
}
.footerwrap .footermain h2{
    font-size: 7rem;
}
.footerwrap .footermain h3 svg{
    height: 4.6rem;
}
.footerlogo{
	width: 25rem;
}
.pagetop{
    position: absolute;
    right: 0;
    top: 0;
}
.pagetop img{
	transition: .4s ease-out;
	animation: scrollbar-top 3s infinite;
}
@keyframes scrollbar-top {
	0% {
		transform: translateY(0);
		opacity: .4;
	}
	50% {
		transform: translateY(4rem);
		opacity: 1;
	}
	100% {
		transform: translateY(0);
		opacity: .4;
	}
}
.footer{
    color: #fff;
    padding: 3rem;
}
.footercont li{
    padding: 0 1rem 1rem 0;
}

/* 手書き風文字 */
.active #mask-line {
    stroke-dasharray:6000px;
    animation:h-written 8s 1;
    stroke:#fff;
  }
.entry #mask-line{
   stroke-dashoffset:0;
	animation: none;
	stroke:#fff;
}
  @keyframes h-written {
    0% {
      stroke-dashoffset:6000px;
    }
    100% {
      stroke-dashoffset:0;
    }
  }
  #text {
    mask:url(#mask-anime);
    mix-blend-mode: hard-light;
  }
  .text-path01 {
      fill: #28afff;
    }
    .text-path02 {
      fill: url(#gradient);
    }
    #mask-line {
      stroke-miterlimit: 10;
      stroke-width: .5rem;
    }

/*トップページ
------------------------------------------------*/
.mainvisualwrap{
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;


   }
.mainvisual{
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    z-index: 10;
    width: 100%;

    background: url("../img/top/mv.jpg") no-repeat center center;
    background-size: cover;

}
.mvcont{
    width: 100%;
    max-width: 110rem;
    margin: 0 auto;
    height: 100%;
     display: flex;
    justify-content: center;
     flex-direction: column;
     color: #fff;
     text-align: left;
     align-items: center;
     position: relative;
}
.scrolldown {
    position: absolute;
    left: 0;
    bottom: 5rem;
	transition: .4s ease-out;
	animation: scrollbar 3s infinite;
}
@keyframes scrollbar {
	0% {
		bottom: 4rem;
		opacity: .4;
	}
	50% {
		bottom: 1rem;
		opacity: 1;
	}
	100% {
		bottom: 4rem;
		opacity: .4;
	}
}



.bg01wrap{
    background: #082386;
}
.title01 {
	margin-bottom:4rem
}
.title01 h2{
    font-size: 22rem;
}
.title01 h3{
	color:#969696;
	letter-spacing: .1em;
}
.toppolicycont .title01 h3{
	color:#fff;
}
.toppolicycont {
    flex-basis: 70%;
}
.toppolicyimg{
    flex-basis: 25%;
}
.toppolicyimg h2{
    font-size: 11rem;
}

.title02 h3{
    font-size: 3rem;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    white-space: nowrap;
}
.title02 h3 span{
    background: #082386;
    display: inline-block;
    color: #fff;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    padding: 0 2rem;
    margin: 0 0 .5rem;
}
.title02._white h3 span{
 background: #fff;
    color: #082386;
}
.toppolicycopy{
    position: relative;
    height: 10rem;

}
.toppolicycopy .title02{
    position: absolute;
    top: -3rem;
    right: 0;
}


.btn01{
	display: inline-block;
	width: 100%;
	max-width: 27rem;
	padding: 1.2rem 0rem;
	border: 1px solid #000;
	border-width: 1px;
	font-size: 2rem;
	vertical-align: bottom;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
.btn01:after{
display: inline-block;
  content: "";
  height: 1px;
  width: 4rem;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -.5rem;
  margin: auto;
}
.btn01.fo-scotchB{
	font-size:2.2rem;
	line-height: 1.1;
}
.btn01._white{
    border-color: #fff;
    color: #fff;
}
.btn01._white:after{
 background: #fff;
}
.btn01,
.btn01::after{
	transition:.2s;
}
.btn01:hover,
.btn01 input:hover{
    background-color: #082386;
	border-color:#082386;
    color: #fff;
	opacity:1;
}
.btn01:hover::after{
	background-color: #fff;
	right: -1.5rem;
}
.btn01._white:hover{
    background-color: #fff;
    color: #082386;
}
.btn01._white:hover::after{
	background-color: #082386;
}
.bg02wrap{
    background: #f0f0f0;
}

.topservicewrap{
    padding: 5rem 0;
}

.topservicetitle01{
    position: absolute;
    left: -4rem;
    z-index: 0;
}
.topservicetitle01 .title01{
    display: flex;
    flex-direction: column-reverse;
    white-space: nowrap;
}
.topservicetitle02 h2{
    font-size: 8rem;
    background: url("../img/top/line01.svg") no-repeat bottom left;
    background-size: 63rem auto;
    padding: 0 0 2rem;
    margin: 0 0 4rem;
    line-height: 1.4;
    letter-spacing: 0.18em;
    font-feature-settings: "palt";
}
.topservicecont{
    flex-basis: 61%;
    background: rgba(240,240,240,.8);
    z-index: 2;
}
.topserviceimg{
    flex-basis: 35%;
    position: relative;
    z-index: 1;
}

.topserviceimg p{
position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 78rem;
}
.topserviceimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topservicepoint{
	gap: 7rem
}
.topservicepoint dl{
    padding: 0 0 3rem 0;
}
.topservicepoint dt{font-size: 5rem;color: #082386;/* padding: 0 2rem 0 0; */padding-bottom: 0.6rem;letter-spacing: .02em;}
.topservicepoint dd{
    font-size: 110%;
}
.topservicecopy{
    position: relative;
}
.topservicecopy .title02{
    position: absolute;
    right: -23rem;
    top: 2.4rem;
}
.topservicecont p{
	line-height: 1.9;
}
.btn02{
    display: inline-block;
    background: url("../img/arrow01.svg") no-repeat bottom center;
    padding:  0 0 2rem;
	transition:.2s;
}
.btn02:hover{
	background-position-x:55%;
}
.topentrybox{
	padding: 8rem 0 6rem;
}


/**会社について***/
.pagetitlecont{
    flex-basis: 48%;
    padding: 18rem 0 5rem;
     z-index: 2;
}
.pagetitlewrap{
	margin-bottom: 4rem;
}
.pagetitlebox{
	height: 94rem;
}
.pagetitleimg{
    flex-basis: 52%;
    position: relative;
    z-index: 1;
}
.pagetitleimg p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 52vw;
}
.service .pagetitleimg p {
    left: auto;
    right: 0;
}

.pagetitleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagetitlelogo{
    margin: 0 -18rem 2.4rem 0;
}
.service .pagetitlelogo{
    margin: 0 0rem 2.6rem  -31rem;
}


.service .pagetitlecont .title01 h3{
    padding-right: 2rem;
}

.pagetitlecase01 {
  position: relative;
  height: 2rem;
  text-align: left;
}
.pagetitlecase01 .title02 {
  position: absolute;
  right: -3rem;
}
.service .pagetitlecase01 .title02 {
  right: auto;
  left: -4rem;
  text-align: left;
}

.pagetitlecomment{
    text-align: left;
    position: relative;
    padding: 11.4rem 0 3.2rem;
    line-height: 2;
}
.service .pagetitlecomment{
    padding-left: 12.3rem;
}


.pagetitlecomment:after{
    background: #f0f0f0;
    content: "";
    display: block;
    position:absolute;
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
}
.service .pagetitlecomment:after{
    right: auto;
    left: 0;
}
.pagetitlecont .btn01Wrap {
	text-align:left;
}
.policypointwrap {
    z-index: 0;
    position: relative;
}
.policypointwrap._01{
	padding-bottom:4rem;
}
.policypointwrap._03 .contents{
	padding-top:6rem;
}
.policypointbox{
    max-width: 92rem;
    margin: 0 auto;
    position: relative;
}
._01 .policypointbox:before{
    background: #f0f0f0;
    content: "";
    display: block;
    position:absolute;
    height: 110%;
    width: 50vw;
    top: 0;
    right: 90%;
    z-index: -1;
}
._02 .policypointbox:before{
    background: #dfdfde;
    content: "";
    display: block;
    position:absolute;
    height: 80%;
    width: 50vw;
    top: -8rem;
    left: 49.3%;
    z-index:-1;
}
._03 .policypointbox:before{
    background: #082386;
    content: "";
    display: block;
    position:absolute;
    height: 70%;
    width: 50vw;
    top: -6rem;
    right: 60%;
    z-index: -1;
}



.policypointtitle{
    flex-basis: 21%;
    text-align: left;
}
.policypointtitle h2{
    font-size: 20rem;
    color: #082386;
    margin-bottom: 3rem;
    letter-spacing: .02em;
    white-space: nowrap;
}
._02 .policypointtitle h2{
	margin-left: -0.8rem;
}
.policypointtitle h3{
    font-size: 7rem;
    line-height: 1.3;
    letter-spacing: .1em;
    white-space: nowrap;
}


.policypointcont{
    flex-basis: 70%;
}
.policypointcont p{
    text-align: left;
    padding: 3.4rem 0 2rem;
    line-height: 2;
    font-size: 1.8rem;
}

.policypointwrap._02 .policypointbox{
	padding: 3rem 0 5rem;
}
.policypointwrap .policypointcont{
	margin-top: 8rem;
}
.policypointwrap._03 .policypointcont{
	margin-top: 13rem;
}


.bigimgbox {
  background: url("../img/policy/bg01.jpg") no-repeat center center;
  background-size: cover;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bigimgbox._02 {
  background: url("../img/service/bg01.jpg") no-repeat center center;
  background-size: cover;
}
.bigimgbox h2{
    font-size: 9rem;
    text-align: left;
    line-height: 1.3;
}


.companybox{
	padding-top: 11rem;
}
.companytitle{
    flex-basis: 20%;
    position: relative;
}
.companytitle:before{
    background: #f0f0f0;
    content: "";
    display: block;
    position:absolute;
    height: 115%;
    width: 50vw;
    top: -19rem;
    right: -3rem;
    z-index: 0;
}

.companycont{
    flex-basis: 70%;
}

.companytitle h2{
    color: #082386;
    font-size: 10rem;
    position: relative;
}
.companysubtitle{
	position: relative;
}
.companytitle h3{
    color: #082386;
    font-size: 7rem;
    line-height: 1.2;
}
.companytitle p{
    padding: 2rem 0;
    color: #969696;
    font-weight: 600;
    font-size: 1.8rem;
}
.ctable01{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}
.ctable01 th,
.ctable01 td{
   padding: 3.4rem 1.4rem;
   border-bottom: 1px solid #ccc;
   text-align: left;
}
.ctable01 th{
	color:#969696;
	font-weight:600;
	padding-left: 6rem;
}

.accesswrap{
    position: relative;
}

.accessbox{
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    margin: auto;
    width: 36.8%;
    z-index: 1;
    display:flex;
    align-items: center;
}
.accesscase{
    width: 100%;
    padding: 8rem 5.8rem 8rem 8.8rem;
    text-align: left;
    background: #082386;
}

.gmap{
    width: 76%;
    position: relative;
    height: 70rem;
    overflow: hidden;
  }
.gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accesstitle h2{
    font-size: 6rem;
    margin-right: 1rem;
}
.accesstitle {
    margin: 0 0 4rem;
}
.accessinfo h3{
    padding: 0 0 2.6rem;
    width: 21rem;
}


.entrybnr a{
    background: #082386;
    display: block;
    color: #fff;
    padding: 6rem 0;
    position: relative;
}
.entrybnr a:before{
 opacity: 0;
  filter: alpha(opacity=0);
  display: block;
content: "";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
 transition: all  1s ease;

  background: rgb(40,175,255);
background: -moz-linear-gradient(90deg, rgba(40,175,255,1) 0%, rgba(244,211,69,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(40,175,255,1) 0%, rgba(244,211,69,1) 100%);
background: linear-gradient(90deg, rgba(40,175,255,1) 0%, rgba(244,211,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28afff",endColorstr="#f4d345",GradientType=1);
}
.entrybnr .active:before{
 opacity: 1;
  filter: alpha(opacity=100);
}
.entrybnr a:hover{
opacity: 1;
  filter: alpha(opacity=100);
}



.entrybtn{
position: relative;
}

.entrybnr h2{
    font-size: 10rem;
}
.entrybnr h2 span{
    display: inline-block;
    position: relative;
}
.entrybnr h2 span:after{
    background: url("../img/arrow01_w.svg") no-repeat center center;
    background-size: cover;
    width: 10rem;
    height: .8rem;
    display:inline-block;
    content: "";
    position: absolute;
    left: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all  .5s ease;
     opacity: 0;
  filter: alpha(opacity=0);

}
.entrybnr .active  h2 span:after{
    left: 100%;
     opacity: 1;
  filter: alpha(opacity=100);
}



/**service***/
.servicepage .pagetitlewrap{
	margin-bottom: 0;
}
.servicepointtitle dl{
	/* gap: 3rem; */
}
.servicepointtitle dt{
    flex-basis: 18%;
}
._02 .servicepointtitle dt{
    /* flex-basis: 18rem; */
    min-width: 22rem;
}
.servicepointtitle dt h2{
    white-space: nowrap;
    font-size: 14rem;
}
.servicepointtitle dt h3{
    font-size: 2.6rem;
    margin: 0 1rem;
}


.servicepointtitle dd{
    flex-basis: 78%;
    font-size: 6rem;
    text-align: left;
    font-weight: 600;
    line-height: 1.2;
}
._02 .servicepointtitle dd{
	display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
}
.servicepoint01{
    margin-top: -5rem;
    padding-bottom: 5rem;
}
.servicepoint01cont{
    text-align: left;
    flex-basis: 50%;
    padding: 13rem 0 10rem 7rem;
}
.servicepoint01cont h3{
    font-size: 4rem;
    margin: 0 0 3rem;
}

.servicepoint01img{
    flex-basis: 40%;
    position: relative;
  z-index: 1;
}
.servicepoint01img p{position: absolute;left: 0;top: 0;z-index: 1;height: 100%;width: 78rem;}
.servicepoint01img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicepointwrap._02 .servicepointtitle{
	padding-top:4rem
}
.servicepointwrap._02 .servicepointtitle,
.servicepointwrap._02 .servicepoint02{
	padding-left:4rem
}
.servicepoint02{
    padding: 5rem 0 6rem;
}
.servicepoint02img{
    flex-basis: 41%;
}
.servicepoint02cont{
    flex-basis: 53.4%;
    text-align: left;
    position: relative;
}
.spoint02rl{
    position: absolute;
    font-size: 9rem;
    color: #364c9b;
    left: -5rem;
    white-space: nowrap;
    top: -3rem;

}
.servicepoint02cont h3{
  font-size: 4rem;
    margin: 0 0 3rem;
    position: relative;
}
.servicepoint02cont p{
    position: relative;
    line-height: 1.7;
}

.servicepointwrap._03{
	position:relative;
	/* padding: 6rem 0; */
}
.servicepointwrap._03._01feature{
	padding: 6rem 0;
}
.servicepointwrap._03 .topservicetitle01{
	top:4rem;
}
.servicepoint03{
	padding-top: 6rem;
}
.servicepoint03cont{
    flex-basis: 53%;
    background: rgba(240,240,240,.5);
  z-index: 2;
}
.servicepoint03cont dl{
    padding: 0 0 2rem;
}
.servicepoint03cont dt{
    font-size: 6rem;
    margin:0 1rem 0 0;
    color: #082386;
}
.servicepoint03cont dd{
    font-size: 3rem;
}

.servicepoint03case{
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 3rem;
    margin: 0 0 3rem;
}
.servicepoint03case:last-child{
    border-bottom: none;
}
.servicepoint03img{
    flex-basis: 40%;
    position: relative;
  z-index: 1;
}
.servicepoint03img p{
position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 78rem;
  max-height: 60rem;
}
.servicepoint03img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}











/**お問い合わせ**/
.entrypage{
    padding: 4rem 0 0;
}



.contactbox {
   padding: 5rem 8rem;
   background: #fff;
   text-align: left;
}

.contactwrap{
    background: url("../img/contact/bg01.jpg") no-repeat top center;
    background-size: 100% auto;
}



.privacybox{
    overflow: auto;
    width: 100%;
    height: 20rem;
    white-space: normal;
    padding: 1rem;
    background-color: #F0F0F0;
    padding: 2rem;
}
.privacybox h5,
.privacybox h6,
.privacybox p{
	font-size:1.4rem;
	font-weight:500;
}
.privacybox h5,
.privacybox h6{
	margin: 2rem 0 1rem;
}
.formtable {
    margin: 0 0 2.8rem 0;
    width: 100%;
    border-collapse: collapse;
}
.formtable td,
.formtable th{
	padding: 1.2rem 1rem;
	vertical-align: top;
}
.formtable._02 td,
.formtable._02 th{
    display: block;
    border: none;
    padding:5px 0;
}
.formtable th {
	text-align: left;
	font-weight: 600;
	color: #969696;
	width: 24rem;
	padding: 4rem 3.2rem 4rem 0;
}
.entrypage._mailform .formtable th,
.entrypage._mailform .formtable td{
	padding: 3rem 1rem;
}
.formtable th.privacyTtl{
	text-align:right;
}
.formtable._02 td{
    padding-bottom: 15px;
}
.hissu,
.nini{
	display: inline-block;
	padding: 0.2rem 0.5rem .1rem;
	font-size: 88%;
	margin: 0 1rem 0 0;
	letter-spacing:.4em;
	text-indent: .4em;
}
.hissu{
    color: #fff;
    background: #082386;
}
.nini{
	background: #F0F0F0;
	color: #969696;
}

.formtable input,
.formtable select,
.formtable textarea {
    padding: 2.2rem 2.4rem;
    border: none;
    margin: 2px;
    background: #f0f0f0;
}
.formtable input{
	vertical-align: middle;
}
.formtable input[type=file]{
	background:transparent;
	padding-left: 0;
	width: 100%;
	cursor: pointer;
}
::file-selector-button,
::-webkit-file-upload-button{
	padding:1rem 3rem;
	background:transparent;
	border:1px solid #969696;
	margin-right: 2.8rem;
	cursor: pointer;
}
.formtable input[type=checkbox],
.formtable input[type=radio]{
  vertical-align: top;
    margin: 7px 0 0 0;
}
.formtable input,
.formtable select,
.formtable textarea,
.formtable input[type=checkbox],
.formtable input[type=radio],
::file-selector-button,
::-webkit-file-upload-button,
input[type="submit"],
input[type="button"]{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
}
.privacyCheck{
	margin-bottom:4rem
}
.privacyCheck label{
	cursor: pointer;
}
.contactbox .btn01{
	padding:0;
}
.contactbox .contact {
	margin-top: 6rem;
}
.borderbtm1{
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
}

.formprivacy{
    overflow: auto;
    height: 150px;
    margin: 0 0 30px 0;
    padding: 10px;
    border:1px solid #ccc;
}
input[type=text],
  textarea{
	width: 100%;
}

.mw_wp_form .formtable .horizontal-item + .horizontal-item{
    margin: 0;
}

.formtable .zip{
	width:15%;
}

.formtable label{
    display: inline-block;
   margin-right: 2rem;


}
.hisbr {
  margin-left: 5rem;
}

.formlist01{
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}
.formlist01 li{
    flex-basis: 49%;
}


.formtable .senmonradio label{
    min-width: 30%;
}
.mw_wp_form .formtable .vertical-item{
    display: inline-block;
}


.zipbtn{
    background: #000;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 10px;
}



/* アニメーション */
/* 横から帯 */
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes passing-bar2{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 135%;
	}
	51% {
		left: 0;
		width: 135%;
	}
	100% {
		left: 135%;
		width: 0;
	}
}
@keyframes passing-bar3{
	0% {
		left: -65%;
		width: 0;
	}
	50% {
		left: -65%;
		width: 165%;
	}
	51% {
		left: -65%;
		width: 165%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #082386;
}
.passing._white .passing-bar:before {
	background: #f0f0f0;
}
.passing .passing-txt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing.active .passing-bar:before{
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.active .passing-bar._2:before {
	-webkit-animation: passing-bar2 1s ease 0s 1 normal forwards;
	animation: passing-bar2 1s ease 0s 1 normal forwards;
}
.passing.active .passing-bar._3:before {
	-webkit-animation: passing-bar3 1s ease 0s 1 normal forwards;
	animation: passing-bar3 1s ease 0s 1 normal forwards;
}
.passing.active .passing-txt{
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}
.entry .passing .passing-bar:before{
	animation:none;
}
.entry .passing .passing-txt{
	animation:none;
	opacity:1;
}

/* 横から延びる */
.scrollBg{
  opacity:0;
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(.81,.1,.2,.97) ;
}
.scrollBg.active{
	opacity:1;
	clip-path: inset(0);
}


/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: flex!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}








}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1500px) {
	#topParallax{
		left:-24rem;
	}
	#subParallax{
		top: 100rem;
		left: -27rem;
		height: 140rem;
	}
	.policy #subParallax,
  .service #subParallax{
		top: 161rem;
	}
	.entry #subParallax {
	    top: -69rem;
	}
}
@media screen and (max-width: 1200px) {

	html {
			font-size: .75vw;
		}
	.topserviceimg p{
		width: 57rem;
	}
	.topserviceimg img{
		object-position:right;
	}
	.servicepoint01cont {
	    padding-top: 11rem;
	}
	.servicepoint01img{
	    flex-basis: 47%;
	}
	.servicepoint01img p{
		width: 124%;
		height: auto;
	}
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}


.slick-slider {
    touch-action: pan-y;
}


.wrap{
	padding-top:5rem;
}




.mainbody,
.mainbody2,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}


.contents{
    padding: 4rem 0;
}


/*ヘッダー
------------------------------------------------*/
.headerwrap{
    background: #101724;
}
.headerwrap .logo a {
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
}


.logo img{
    max-height: 6.4rem;
}


.header{
     height: 5rem;
}

.logo a{
    height:4rem;
    width: 8rem;
}

.logo a {
  background: url("../img/logo_white.png") no-repeat;
  background-size: contain;
  height: 2.6rem;
  width: 15rem;
  display: block;
}
.headright{
    display: none;
}



.headerwrap .menubtn{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: #000;
    font-size: 235%;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    width: 5rem;
    margin-right: -2rem;
}
.headerwrap.change-color .menubtn{
    color: #fff;
}
.entry .headerwrap .menubtn{
	position:fixed;
	top:0;
	right: 2rem;
}



/*フッター
------------------------------------------------*/
/* 慣性スクロールパララックス */
.parallax{
    width: 62rem;
    height: 52rem;
}
#topParallax {
	left: -18rem;
	top: 100rem;
}
#subParallax{
    top: 90rem;
    left: -13rem;
    width: 62rem;
    height: 44rem;
}
.policy #subParallax{
    top: 116rem;
}
.service #subParallax{
    top: 160rem;
}
.entry #subParallax{
    top: -18.5rem;
}
.topfooterwrap .contents {
        padding-bottom: 2rem;
        padding-top: 0;
    }
.footerwrap .contents {
	padding-bottom: 1rem;

}
.footermain {
    position: relative;
    padding: 12rem 0 0rem;
}
.footermain h2{
    font-size: 4rem;
    color: #fff;
}
.footerwrap .footermain {
    padding: 0rem 0 0;
}
.footerwrap .footermain h2{
    font-size: 3rem;
}
.footermain h3 svg{
    height: 3.2rem;
}
.footerwrap .footermain h3 svg{
    height: 2.6rem;
}


.pagetop{
    position: absolute;
    right: 0;
    top: 2rem;
}
.pagetop img{
    max-height: 10rem;
}

.footer{
    padding: 1em;
    flex-direction: column-reverse;
}

.footerlogo img{
    /* max-height: 3rem; */
    margin: 0 0 1rem;
}
.footerlogo {
    width: 16rem;
}







/*トップページ
------------------------------------------------*/
.mainvisualwrap{
  position: relative;
  overflow: hidden;
  height: 175vw;
  width: 100%;


   }
.mainvisual{
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    z-index: 10;
    width: 100%;

    background: url("../img/top/mv_sp.jpg") no-repeat center center;
    background-size: cover;

}

.mvcont img{
    max-height: 30rem;
}


.mvcont h2{
    margin: 0 2rem;
}

.scrolldown {
    left: 0rem;
    right: 0;
    margin: auto;
    bottom: 2rem;
    text-align: center;
}
.scrolldown img{
    max-height: 10rem;
}




.title01{
 margin-bottom: 2rem;
 text-align: center;
}
.title01 h3{
    text-align: center;
    font-size: 1.2rem;
}

.title01 h2{
    font-size:5rem;
}
.toppolicybox{
    display: block;
}
.toppolicycont {
    padding: 0 0 2rem;
}
.toppolicyimg h2{
   writing-mode: unset;
   text-align: center;
}
.toppolicyimg h2{
    font-size: 4rem;
    margin-left: 2rem;
}


.title02 h3{
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.title02 h3 span{
    padding: 0 1rem;
}
.title02._white h3 span{
 background: #fff;
    color: #082386;
}
.toppolicycopy{
    position: relative;
    height: 10rem;
    height: auto;
    width: 100%;

}
.toppolicycopy .title02{
    position: relative;
    top: auto;
    right: auto;
}



.topservicewrap{
    padding: 2rem 0;
}

.topservicetitle01{
    position: relative;
    left: auto;
    display: block;
    writing-mode:  unset;
    margin: 2rem 0 -3rem;

}
.topservicetitle01 .title01{
    display: block;
      text-align: center;
}
.topservicetitle01 .title01{
text-align: center;

}

.topservicebox{
    display: block;
}
.topservicetitle02 {
text-align: center;
}

.topservicetitle02 h2{
    font-size: 3rem;
    background-size: contain;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
    display: inline-block;
    text-align: left;


}
.topservicepoint {
    display: block;
}


.topservicecont{
  padding: 0 0 1rem;
}

.topserviceimg p{
    top: auto;
    bottom: 35.8rem;
    z-index: 1;
    height: 23rem;
    width: 100%;
}
.topserviceimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topservicepoint dl{
    padding: 0 2rem 2rem 4rem;
    display: flex;
}
.topservicepoint dt{padding: 0;width: 7.1rem;}

.topservicecopy{
    position: relative;
    margin-top: 24rem;
}
.topservicecopy .title02{
    position: relative;
    right:auto;
    top: auto;
}

.btn02{
    display: inline-block;
    background: url("../img/arrow01.svg") no-repeat bottom center;
    padding:  0 0 2rem;
}


.topentrybox {
    padding: 4rem 0 2rem;
}



/**会社について***/
.pagetitlewrap {
    margin-bottom: 0;
}
.pagetitlebox{
    flex-direction: column-reverse;
    height: auto;
}
.pagetitlecont{
    padding: 2rem 0 3rem;
}
.service .pagetitlecont{
    padding: 2rem 0 0;
}

.pagetitleimg p {
  left: -2rem;
  top: auto;
  bottom: 29.2rem;
  height: 20rem;
  width: 100vw;
}
.service .pagetitleimg p {
    left: auto;
    right:auto;
    left: -2rem;
    bottom: 21.9rem;
}

.pagetitleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.pagetitlelogo{
    margin:0 -0rem 2rem 0;
}
.service .pagetitlelogo{
    margin:0 0rem 2rem  -0rem;
}

.service .pagetitlecont .title01 h3{
    padding-right: 0;
}

.pagetitlecase01 {
  height: auto;
  margin-top: 19rem;
}
.pagetitlecase01 .title02 {
  position: relative;
  right: auto;
}
.service .pagetitlecase01 .title02 {
  right: auto;
  left: 1rem;
}

.pagetitlecomment{
    padding: 5rem 0 3rem;
    margin-top: -6rem;
}
.pagetitlecomment:after {
    width: 120%;
    right: -10%!important;
    left: auto!important;
    margin-inline: auto;
    max-width: 120%;
}
.pagetitlecont .btn01Wrap {
    text-align: center;
}
.service .pagetitlecomment{
    padding-left: 1.4rem;
}

.policypointwrap._01 {
    padding-bottom: 0;
}
.policypointwrap._02 .policypointbox {
    padding:2rem 0;
}
.policypointwrap._03 .policypointcont {
    margin-top: 1rem;
}
.policypointbox{
    display: block;
}
._01 .policypointbox:before{
	height:102%;
}
._02 .policypointbox:before{
    top: -4rem;
    height: 60%;
}
._03 .policypointbox:before{
    width: 20vw;
    right: 90%;
}


.policypointtitle{
    flex-basis: 22%;
    text-align: center;
}
.policypointtitle h2{
    font-size: 4rem;
    color: #082386;
    margin-bottom: 1rem;
}
.policypointtitle h3{
    font-size: 2.5rem;
    margin: 0 0 1rem;
    writing-mode: unset;
    text-align: center;
}


.policypointcont{
    flex-basis: 70%;
}
.policypointwrap .policypointcont {
    margin-top: 2rem;
}
.policypointcont p{
    text-align: left;
    padding: 1rem 0;
    font-size: 1.6rem;
    line-height: 1.7;
}

.bigimgbox {
  height: 18rem;
}

.bigimgbox h2{
    font-size: 3rem;
}

.companybox {
    display: block;
    padding-top: 5rem;
}

.companytitle{
    writing-mode: unset;
    padding: 0 0 4rem;
}
.companytitle:before{
    background: #f0f0f0;
    content: "";
    display: block;
    position:absolute;
    height: 100%;
    width: 100vw;
    top: -2rem;
    right: 3rem;
    z-index: -1;

}


.companytitle h2{
    font-size: 4.2rem;

}
.companytitle h3{
    font-size: 3rem;
}
.companytitle p{
    padding:  0 2rem;
    font-size: 1.4rem;
}

.ctable01 th,
.ctable01 td{
   padding: 1rem;
   font-size: 80%;
}

.accesswrap{
    position: relative;
}

.accessbox{
    position: relative;
    right: auto;
    top: auto;
    bottom:auto;
    margin: auto;
    width: 100%;
    z-index: 1;
    display:flex;
    align-items: center;

}
.accesscase{
    padding: 2rem;
    min-width: auto;

}

.gmap{
    width: 100%;
     height: 30rem;
}

.gmap iframe {
   height: 100%;
}
.accesstitle h2{
    font-size: 3rem;
}
.accesstitle {
    margin: 0 0 2rem;
}
.accessinfo h3{
    padding: 0 0 1.4rem;
    width: 13.4rem;
}


.entrybnr a{
    padding: 2rem 0;
}



.entrybnr h2{
    font-size: 4rem;
}

.entrybnr h2 span:after{
    width: 4rem;

}


/**service***/
.servicepointtitle dl{
    display: block;
}
.servicepointtitle dt{
    justify-content: center;
    margin-bottom: 0.4rem;
}
.servicepointtitle dt h2{
    font-size: 6rem;
    padding: 0 3rem 0rem 0;
}
.servicepointtitle dt h3{
    font-size: 1.3rem;
    margin: 0 1rem;
}

.servicepointtitle dd{
    font-size: 2.5rem;
    text-align: center;
}
._02 .servicepointtitle dd{
    gap: 1rem;
}
.servicepointtitle dd img{
    max-height: 3rem;
}

.servicepoint01{
    margin-top: -0rem;
    display: block;
}
.servicepoint01cont{
    text-align: left;
    padding: 3rem 0;
}
.servicepoint01cont h3{
    font-size: 2rem;
    margin: 0 0 1rem;
}

.servicepoint01img p{
position: relative;
  left: auto;
  top: auto;
  height: 20rem;
  width: 100%;
}

.servicepointwrap._02 .servicepointtitle{
    padding:0;
}
.servicepoint02{
    padding: 2rem 0!important;
    display: block;
}
.servicepoint02img{
    flex-basis: 41%;
}
.servicepoint02cont{
    padding: 0 0 3rem;
}
.spoint02rl{
    font-size: 5rem;
    left: -2rem;
    top: -0rem;

}
.servicepoint02cont h3{
  font-size: 2rem;
    margin: 0 0 1rem;
}
.servicepoint02cont p{
    position: relative;
}
.servicepointwrap._03 .title01 h2{
    line-height: .8;
    margin-top: -2rem;
    font-size: 8rem;
}
.servicepointwrap._03._01feature {
    padding: 0;
}
.servicepoint03{
    display: block;
    padding-top: 2rem;
}


.servicepoint03cont dl{
    padding: 0 0 1rem;
}
.servicepoint03cont dt{
    font-size: 2.5rem;
    margin:0 1rem 0 0;
}
.servicepoint03cont dd{
    font-size: 1.6rem;
}

.servicepoint03case{
    padding: 0 0 2rem;
    margin: 0 0 2rem;
}


.servicepoint03img p{
position: relative;
  left: auto;
  top: auto;
  height: 20rem;
  width: 100%;
}






.entrypage{
    padding: 0rem 0 0;
}



.formbox{
margin: 0 0 20px 0;
}
.contactbox {
    padding: 10px;
    margin: 0 0 0px 0;
}

.formbox{
	width:98%;
	margin: 0 0 20px 0;
}

.formbox table{
	text-align: left;
	margin: 0 0 20px 0;
}
.formbox td,
.formbox th{
	display: block;
	padding: 1rem 0;
}
.formbox td{
	margin-bottom:1rem;
}
.formbox th {width: 100%;text-align: left!important;padding: 1rem .5rem 0;}

.entrypage._mailform .formtable th{
	padding-bottom:0;
}
.entrypage._mailform .formtable td{
	padding-top:2rem;
	padding-bottom:1rem;
}
.contactBtn.d-flex {
    gap: 2rem;
}
.formtable select,
.formtable textarea {
    padding: 1.2rem 1.6rem;
}
.formtable input,
.formtable select,
.formtable textarea,
.formtable input[type=checkbox],
.formtable input[type=radio],
::file-selector-button,
::-webkit-file-upload-button,
input[type="submit"], input[type="button"]{
	font-size:1.4rem;
}
::file-selector-button,
::-webkit-file-upload-button{
	padding:.6rem 2rem;
	margin-right: 1rem;
}
.formtable input[type=file]{
	padding-top:.4rem;
}
.formtable .senmonradio label{
    min-width: 45%;
}
.formtable input[type=radio]{
    margin: 0 0 0.3rem;
    vertical-align: middle;
}
input, textarea {
    padding: 5px 5%;
    width: 100%;
}
.zip{
	width:20%;
}
.infoContactMail .formtable label{
	min-width:auto;
	margin-right: 0.8rem;
}
.linkbtn01,
.linkbtn02{
display: block;
font-size: 110%;
width: 90%;
margin: 0 auto 10px auto;

}

.formtable .zip {
    width: 20%;
}
.zipbtn{
	margin-top:.4rem;
}
.privacyCheck {
    margin-bottom: 3rem;
}
input[type="submit"],
input[type="button"]{
	color:#333;
}






.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}
.btn01,
.btn01.fo-scotchB {
    font-size: 1.8rem;
}

}



@media screen and (max-width: 480px) {
    #topParallax {
        background-position: center -6rem;
        top: 96rem;
    }
	.policy #subParallax{
	    top: 110rem;
	}
}
@media screen and (max-width: 380px) {
	#topParallax {
		top: 95rem;
	}
	#subParallax{
	    top: 100rem;
	}
	.policy #subParallax{
	    top: 112rem;
	}
}
