@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:600');
body {
  line-height: 2;
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",helvetica, arial, sans-serif;
  font-feature-settings: "pkna" 1;
  font-weight: 500;
  font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
  color: #e6b422;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
	background:url(../img/noisy-bg-r.png);
	background-size:50px; 
}

@media (max-width: 990px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}


article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, th, td, address, small, i, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

ol, ul, dl, dt, dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img, object, embed {
  border: 0;
  vertical-align: middle;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 991px) {
  a {
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}

@media (max-width: 990px) {
  a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
}

.pc-s {
  display: block !important;
}

img.pc-s {
  display: inline-block !important;
}

.sp-s, img.sp-s {
  display: none !important;
}

@media (max-width: 990px) {
  .pc-s, img.pc-s {
    display: none !important;
  }
  .sp-s {
    display: block !important;
  }
  img.sp-s {
    display: inline-block !important;
  }
  img {
    width: 100%;
  }
}

/* sp tel */
a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.txt-j {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt-right {
  text-align: right;
}

::selection {
  background: #70c9ef;
  color: white;
}

::-moz-selection {
  background: #70c9ef;
  color: white;
}

.mln {
  margin-left: -0.5em;
}

@keyframes drawIn {
  0% {
    stroke: transparent;
    stroke-dashoffset: 10000;
  }
  
  75% {
    stroke: white;
  }
}

html,
body {
  height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  backface-visibility: hidden;
  width: 550px;
}

.mask-path {
  stroke: white; 
  stroke-dasharray: 10000;
  animation: drawIn 2.5s 1s ease-in both; 
}

.main article{
display: flex;
width: 100vw;
height: 100vh;
align-items: center;
justify-content: center;
}
@media (max-width: 991px) {
.main article{
display: block;
width: 100%;
height: 100%;
box-sizing: border-box;
padding:10% 40px;
	}
}
.main article .wrapper{
max-width: 1140px;
box-sizing: border-box;
padding: 0 2em;
}
@media (max-width: 990px) {
.main article .wrapper{
padding: 0 1em;
	}
}

.main article .logo{
width: 40%;
margin:0 auto 80px;
text-align: center;
}
@media (max-width: 990px) {
.main article .logo{
width: 100%;
padding-top: 80px;
	}
}

.main article .logo img{
width: 100%;
}

.main article .bottom{
margin:2em 0 0 1.6em;
}

.main article .row{
display: flex;
max-width: 1140px;
margin: 0 auto 80px;
}
@media (max-width: 991px) {
.main article .row{
display: block;
margin: 3em auto 0;
	}
.main article .row + .row{
margin-top: 6em;
	}
}

.main article .row h1,.main article .row h2{
width: 40%;
font-size: 1.8rem;
letter-spacing: 3px;
font-weight: bold;
}
@media (max-width: 991px) {
.main article .row h1,.main article .row h2{
width: 100%;
margin-bottom: 1em;
	}
}

.main article .row .txt-area{
width:calc( 100% - 150px);
}
@media (max-width: 991px) {
.main article .row .txt-area{
width:100%;
	}
}

.main article .row .txt-area p{
font-feature-settings: "palt";
text-align: justify;
text-justify: inter-ideograph;
font-weight: normal;
color: white;
line-height: 2;
}
.main article .row .txt-area p.mb{
margin-bottom: 2em;
}
.main article .row .txt-area p strong{
display: block;
font-size: 1.2rem;
color: #e6b422;
font-weight: normal;
letter-spacing: 2px;
}
@media (max-width: 991px) {
.main article .row .txt-area p strong{
font-size: 1.2rem;
	}
}

footer {
text-align: center;
margin-top: 80px;
}

