@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Noto+Sans+JP:wght@500&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/*
global
*/
html{
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  font-feature-settings: 'palt';
  font-size: 1.8rem;
}
a {
  text-decoration: none;
  color: #000;
}
area {
  border:none;
  outline:none;
}
img[usemap],
img{
    max-width: 100%;
    height: auto;
}
h2,
.en_font{
	font-family: 'Josefin Sans','Noto Sans JP', sans-serif;
}
.jp_font{
	font-family:'Noto Sans JP', sans-serif;
}

/*
animation
*/
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/*
loader
*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  height: 5rem;
  width: 5rem;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  transform: translate(-50%,-50%);
}
.pace .pace-progress::after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%,0%);*/
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.1);
}
/*@keyframes flash {
  0% { opacity: 0; }
  20% { opacity: 0.1; }
  40% { opacity: 0; }
  60% { opacity: 0.1; }
}
.pace .pace-progress::before {
  content: "";
  background: url("../img/logo_bk.png") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-100%);
  animation: flash 0.3s linear 0s infinite none;
}*/
.pace-running #all-wrap {
  display: none;
}


@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, .marker {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 49%, #b0b0b0 50%, #b0b0b0 74%, rgba(255,255,255,0) 75%);
  }
}
.containar {
  margin: 0 0 0 auto;
  width: auto;
  overflow: hidden;
  z-index: 1;
}

/*
header
*/
.containar header {
    width: 100%;
    height: 100px;
	  top:0;
    padding: 50px;
    box-sizing: border-box;
    position: fixed;
    z-index: 99;
}
.containar header .logo{
	width: 70px;
}
.containar header ul {
    position:absolute;
    top:50px;
    right:50px;
}
.containar header li.contact {
	margin: 0 0 22px;
	width: 150px;
	text-align: center;
	font-size: 1.6rem;
}
.containar header li.contact a{
	position: relative;
	display: block;
	padding: 10px 0;
	border-radius: 30px;
	border:2px solid #000;
	background: #fff;
	overflow: hidden;
	line-height: 1.0;
}
.containar header li.contact a::before{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: #000;
	left: 0;
	top:0;
	transition: all 0.2s;
}
.containar header li.contact a:hover:before{
	width: 100%;
}
.containar header li.contact a span{
	position: relative;
	z-index: 2;
}
.containar header li.contact a:hover span{
	color: #fff;
}
/*
footer
*/
.containar footer {
    width: 100%;
    padding: 40px 0;
    background-color: #000;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}
.containar footer > a {
  display: block;
}
.containar footer a img{
  margin: 65px auto 90px;
	width: 148px;
}
.containar footer ul {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.containar footer li:not(:last-child) {
  margin-right: 20px;
}
.containar footer ul a{
  color: #9e9e9e;
}
.containar footer small{
  color: #9e9e9e;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc{
    display: none !important;
  }
  .containar header {
      height: auto;
      padding: 5%;
  }
  .containar header .logo{
      width: 50px;
  }
  .containar header ul {
      position:absolute;
      top:15%;
      right:3%;
  }
  .containar header li.contact {
      margin: 0 0 22px;
      width: 150px;
	  font-size: 1.4rem;
  }
  .containar header li.contact a{
      padding: 8px 0;
  }
  /*
  footer
  */
  .containar footer {
	  padding-bottom: 20px;
  }
  .containar footer > a {
    display: block;
    margin: 0 auto 0;
  }
  .containar footer > a img {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 140px;
    height: auto;
  }
  .containar footer ul {
    text-align: center;
	  margin-bottom: 0;
  }
  .containar footer li a {
    padding: 4px;
    display: block;
    font-size: 1rem;
  }
  .containar footer small{
    font-size: 0.9rem;
  }
}


@media (max-width: 1000px) {
	body{font-size: 1.8vw;}
	h2{font-size: 3.6vw;}
	.fo12{font-size: 1.2vw;}
	.fo13{font-size: 1.3vw;}
	.fo14{font-size: 1.4vw;}
	.fo15{font-size: 1.5vw;}
	.fo16{font-size: 1.6vw;}
	.fo17{font-size: 1.7vw;}
	.fo18{font-size: 1.8vw;}
	.fo19{font-size: 1.9vw;}
	.fo20{font-size: 2.0vw;}
	.fo21{font-size: 2.1vw;}
	.fo22{font-size: 2.2vw;}
	.fo23{font-size: 2.3vw;}
	.fo24{font-size: 2.4vw;}
	.fo25{font-size: 2.5vw;}
	.fo26{font-size: 2.6vw;}
	.fo28{font-size: 2.8vw;}
	.fo36{font-size: 3.6vw;}
	.fo42{font-size: 4.2vw;}
}
@media (max-width: 767px)  {
	body{font-size: 3.2vw;}
	h2{font-size: 7.2vw;}
	.fo12{font-size: 2.4vw;}
	.fo13{font-size: 2.6vw;}
	.fo14{font-size: 2.8vw;}
	.fo15{font-size: 3vw;}
	.fo16{font-size: 3.6vw;}
	.fo17{font-size: 3.4vw;}
	.fo18{font-size: 3.6vw;}
	.fo19{font-size: 3.8vw;}
	.fo20{font-size: 4vw;}
	.fo21{font-size: 4.2vw;}
	.fo22{font-size: 4.4vw;}
	.fo23{font-size: 4.6vw;}
	.fo24{font-size: 4.8vw;}
	.fo25{font-size: 5vw;}
	.fo26{font-size: 5.2vw;}
	.fo28{font-size: 5.4vw;}
	.fo36{font-size: 7.2vw;}
	.fo42{font-size: 8.4vw;}
}
@media (min-width: 1001px) {
	body{font-size: 1.8rem;}
	h2{font-size: 3.6rem;}
	.fo12{font-size: 1.2rem;}
	.fo13{font-size: 1.3rem;}
	.fo14{font-size: 1.4rem;}
	.fo15{font-size: 1.5rem;}
	.fo16{font-size: 1.6rem;}
	.fo17{font-size: 1.7rem;}
	.fo18{font-size: 1.8rem;}
	.fo19{font-size: 1.9rem;}
	.fo20{font-size: 2.0rem;}
	.fo21{font-size: 2.1rem;}
	.fo22{font-size: 2.2rem;}
	.fo23{font-size: 2.3rem;}
	.fo24{font-size: 2.4rem;}
	.fo25{font-size: 2.5rem;}
	.fo26{font-size: 2.6rem;}
	.fo28{font-size: 2.8rem;}
	.fo36{font-size: 3.6rem;}
	.fo42{font-size: 4.2rem;}
}
