@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*全体の設定
---------------------------------------------------------------------------*/
body{
  max-width: 100%;
  margin:0;
  padding:0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  line-height:1.6;
  font-size: 16px;
  color: #000;
  background:#5699A4;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
  margin: 0px;
  padding: 0px;
  display: block;
}

input,textarea,select {
  font-size: 1em;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul{
  list-style-type: none;
}

li {
  list-style-type: none;
}

img{
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

input,textarea,select {
  font-size: 1em;
}

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

a {
  outline:none;
}

/* 選択した時の文字色・背景 */

::selection {
  background: #52658F;
  color: #fff;
}

//Firefox
::-moz-selection {
  background: #52658F;
  color: #fff;
}

/* .line
-------------------------------------------------- */
hr {
  display : none;
}

.clr {
  height : 0;
  clear : both;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
  width: 100%;
  margin:0;
  padding:0;
}

/* .topimg
================================================== */
.topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  display:block;
  overflow:hidden;
}

.topimg #block {
  width:100%;
  height: 100vh;
  position: relative;
  z-index:2;
}

#top_row {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.topimg #top_row img {
  width:100%;
  height:auto;
}

.top_info {
  margin:0;
  padding:0;
}

#top_row h1{
  font-size:1.4em;
  line-height:1.5;
  color:#FFF;
  text-align: center;
  font-weight:normal;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  margin-top:25px;
  letter-spacing:.1em;
}

@media screen and (max-width: 568px) {
#top_row h1{
  font-size:1.25em;
  margin-top:15px;
}
}

.top-logo {
  width: 100%;
  max-width:340px;
}

@media screen and (max-width: 810px) {
.top-logo {
  width: 50%;
  margin:0 auto;
}
}

@media screen and (max-width: 568px) {
.top-logo {
  width: 70%;
}
}

.top-logo img {
  width: 100%;
  height: auto;
}