/* base
==============================================================================================================================*/

html,body{
	font-size: 62.5%;
	font-weight: 400;
	font-family: kozuka-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .1rem;
	margin: 0;
	padding: 0;
}



/* layout
==============================================================================================================================*/
h1,h2,h3,p,input,div,dl,dt,dd,p{
	font-size: 1.6rem;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}


html,body,form,fieldset {
	margin: 0;
	padding:0;
    -webkit-text-size-adjust: none;
}

fieldset {
	border:none;
}

address, strong{
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	margin: 0;
	padding:0;
}

blockquote,li,dt,dd {
	margin:0;
	padding:0;	
}

li {
	list-style:none;
}

input,textarea {
	font-size:1em;
}

img {
	margin:0px;
	padding:0px;
	border: 0px;
	vertical-align:bottom;
}

table {
    border-collapse:collapse;
}

textarea{
	resize: vertical !important;
}

select{
	padding:2px;
	background-color:#fefefe;
	border: #999999 1px solid;
}


input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea{
	padding:5px 5px;
	border: #999999 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP' , "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}


/* fonts
==============================================================================================================================*/
.fs-12{ font-size: 0.75em; }
.fs-14{ font-size: 0.875em; }

.gothic,
.ff-gothic{
	font-family: 'Noto Sans JP' , "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}


/* float, clear
===============================================================*/
.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

.clear {
	clear: both;
	visibility: visible;
}

.left {
	float:left;
}

.right {
	float:right;
}

textarea{
	resize: vertical !important;
}
input{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c{ text-align: center; }


.relative{ position: relative; }
	
.disnone{
		     display: none !important;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}

@media screen and ( min-width: 901px ) {}
@media screen and ( max-width: 900px ) {}



/* alink
===============================================================*/

a{ color: #ffffff; text-decoration: none; transition: .7s all; }
a:hover{ color: #ffffff; text-decoration: none; }
a:active{ color: #ffffff; text-decoration: none; }
a:focus{ color: #ffffff; text-decoration: none; }
a:visited{ color: #ffffff; text-decoration: none; }

a.scale{
	 display: block;
	overflow: hidden;
}
a.scale img.scale{
	transition: .7s all;
}

a.scale img.scale:hover{
	 transform: scale(1.2,1.2);
	transition: .7s all;
}

a.ul-left-to-right {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

a.ul-left-to-right::after {
	  position: absolute;
	  bottom: -3px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #333333;
	  transform: scale(0, 1);
	  transform-origin: left top;
	  transition: transform .3s;
}

a.ul-left-to-right:hover::after {
	transform: scale(1, 1);
}


/*
.anchor{
	position: absolute;
	padding-top: 252px;
	margin-top: -252px;
}
*/




.inner{
	max-width: 1100px;
	margin: 0 auto;
}

.inner-1000{
	max-width: 1000px;
	margin: 0 auto;
}

.side-spacer{
	margin-left : 20px;
	margin-right: 20px;
}



.flex-between-box{
	display: flex;
	justify-content: space-between;
}


/* pagetop
===================================*/

#pagetop{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 0;
}

#pagetop a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	width: 40px;
	padding-left: 5px;
	background-color: #2f4485;
}

#pagetop a:hover{
	background-color: #1f3475;
}

#pagetop a img{
	width: 28px;
}




@media screen and (min-width: 901px){
	
	.sp{ display: none; }
	
}


@media screen and (max-width: 900px){
	
	.pc{ display: none !important; }
	
}




.inner{
	max-width: 700px;
	margin: 0 auto;
}






footer{
	background: url('../images/footer_bg.svg') no-repeat 50% 0 / 995px auto;
	margin-top: -40px;
}


footer .footer-inner{
	max-width: 620px;
	margin: 0 auto;
	padding: 235px 0 50px;
}



.section-all{
	margin: 0 auto;
}





section .main{
	width: 100%;
	height: 100vh;
}
