@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/* -----------------------------------------------------------------

 #01　リセット

 ------------------------------------------------------------------ */
* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

html {
  font-size: 20px;
  line-height: 1.6;
}

ul {
  list-style: none;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

/* -----------------------------------------------------------------

 #02　基本タグの定義

 ------------------------------------------------------------------ */
body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  letter-spacing: 0.05em;
  text-align: left;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  margin: 0px auto;
  background-position: top;
}

h1,
h2,
h3 {
  font-weight: 100;
}

p {
  text-align: left;
  font-size: 1.3em;
}

span {
  font-size: 1em;
  text-align: left;
}

em,
strong {
  font-style: normal;
  font-weight: 100;
}

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

caption,
th {
  text-align: left;
}

ol,
ul,
dl {
  list-style: none;
}

a img {
  border-style: none;
  outline: medium none;
}

object {
  border-style: none;
  outline: medium none;
}

a {
  font-size: 1em;
  color: #023461;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
a:link {
  outline: medium none;
}
a:visited {
  outline: medium none;
}

#wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* -----------------------------------------------------------------
@mixin
------------------------------------------------------------------ */
#top {
  position: relative;
}
#top strong,
#top a,
#top span,
#top img {
  display: block;
}
#top footer {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#top footer img {
  width: 100%;
  height: auto;
}
#top main {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#top main img {
  width: 100%;
  height: auto;
}
#top main .btn {
  position: relative;
  top: 0;
  left: 0;
}
#top main .btn ul {
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  display: flex;
  width: 894px;
}
#top main .btn ul li {
  width: 310px;
  margin: 0 0 0 -25px;
}
#top main .btn ul li:first-child {
  margin: 0;
}
#top main .btn .link {
  display: block;
  position: absolute;
  left: 220px;
  width: 532px;
}
#top main .btn .link.btn01 {
  bottom: 132px;
}
#top main .btn .link.btn02 {
  bottom: 168px;
}
#top main .btn .link.btn03 {
  bottom: 148px;
}
#top main .btn .link.btn04 {
  bottom: 158px;
}
#top main p {
  width: 100%;
}
#top main div {
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 950px) {
  #top main .btn ul {
    left: 2.6315789474vw;
    width: 94.1052631579vw;
  }
  #top main .btn ul li {
    width: 32.6315789474vw;
    margin: 0 0 0 -2.6315789474vw;
  }
  #top main .btn ul li:first-child {
    margin: 0;
  }
  #top main .btn .link {
    left: 23.1578947368vw;
    width: 56vw;
  }
  #top main .btn .link.btn01 {
    bottom: 13.8947368421vw;
  }
  #top main .btn .link.btn02 {
    bottom: 17.6842105263vw;
  }
  #top main .btn .link.btn03 {
    bottom: 15.5789473684vw;
  }
  #top main .btn .link.btn04 {
    bottom: 16.6315789474vw;
  }
}

/* ヘッダーロゴとページトップボタンの追加 */
#gHeader {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.hd-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.hd-btn:hover {
  opacity: 0.7;
}
#gHeader .logo {
  width: 7.7%;
}
#gHeader h1 {
  width: 70.5%;
}

#pagetop {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 20px;
}
#pagetop a {
  width: 65px;
  height: 65px;
  display: block;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.615);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.615);
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#pagetop.show a {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 640px) {
  #gHeader .logo {
    width: 10%;
  }
  #gHeader h1 {
    width: 80%;
  }

  #pagetop {
    bottom: 15px;
    right: 15px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
  }
}
/*# sourceMappingURL=layout.css.map */
