@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*---------------------------------------------
    font
---------------------------------------------*/
@font-face {
  font-family: "utsukushi";
  src: url("../font/utsukushi.woff2") format("woff2"), url("../font/utsukushi.woff") format("woff");
}

/*---------------------------------------------
    html
---------------------------------------------*/
html {
  font-size: 62.5%;
}

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: left;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  -webkit-transition-duration: 0.5s;
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}

a img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
}

#wrapper {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.btn {
  width: 100%;
}

.btn > a {
  background: #000;
  border: #000 solid 1px;
  border-radius: 26px;
  color: #fff;
  display: block;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.btn.more {
  margin: 0 0 30px auto;
  max-width: 190px;
}

.btn.more a {
  border-radius: 32px;
  font-size: 1.65945rem;
  font-weight: bold;
  height: 40px;
  letter-spacing: 3px;
  padding-top: 6px;
}

.btn.more a::after {
  content: url("../images/common/icon_arrow_02.png");
  margin-left: 10px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-style {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table-style {
    margin: 0 auto;
    width: 100%;
  }
}

.table-style tr {
  border-bottom: 1px #000 solid;
}

.table-style tr:first-child {
  border-top: 1px #000 solid;
}

.table-style tr th, .table-style tr td {
  padding: 20px 12px;
}

.table-style tr th {
  width: 120px;
}

input[type="submit"],
input[type="button"] {
  -moz-appearance: button;
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: border-box;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.gotop {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  z-index: 9999;
}

#header #h-inner {
  margin: 0 auto;
  width: 100%;
  z-index: -1;
}

#header #h-inner .mv {
  padding-top: 67px;
  position: relative;
  text-align: right;
}

#header #h-inner .mv img {
  display: block;
  margin-left: 50px;
}

#header #h-inner .btn.en {
  font-size: 1.4rem;
  position: absolute;
  right: 100px;
  top: 15px;
  width: 100px;
}

#header #h-inner .btn.en a {
  height: 35px;
  letter-spacing: 1px;
  padding-top: 5px;
}

.fixed-logo {
  background: #000;
  height: 680px;
  left: 0;
  position: absolute;
  top: 0;
  width: 253px;
  z-index: -1;
}

.fixed-logo .logo {
  left: 54px;
  position: absolute;
  top: 20px;
  z-index: 1;
}

#h-logo {
  margin: 0 auto;
  width: 266px;
}

/*---------------------------------------------
    main
  ---------------------------------------------*/
#main {
  background: #eee;
  margin: 0;
  padding-top: 20px;
  width: 100%;
}

#wrapper {
  height: auto;
  width: 100%;
}

.btn-txt {
  font-size: 26px;
  font-weight: bold;
}

.btn-line {
  background: #000;
  height: 7px;
  margin-top: 9px;
}

a {
  color: black;
  text-decoration: none;
}

/*---------------------------------------------
    footer
  ---------------------------------------------*/
footer {
  background: #000;
  color: #fff;
  margin-top: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

footer #f-inner {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

footer #f-inner .company {
  padding-left: 50px;
}

footer #f-inner .company .f-logo {
  margin-bottom: 20px;
}

footer #f-inner .company .txt {
  font-size: 1.17rem;
  letter-spacing: .6px;
  margin-bottom: 1.8em;
}

footer #f-inner .company .txt .name {
  font-size: 1.44rem;
}

footer #f-inner .qr {
  padding-top: 40px;
}

footer #f-inner .qr .img {
  padding-right: 50px;
}

footer #f-inner .qr .txt {
  font-size: 1.95rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-right: 50px;
  text-align: center;
}

/*-----------------------------------------------------	*/
/*	page top						*/
/*-----------------------------------------------------	*/
#pagetop {
  bottom: 30px;
  position: absolute;
  right: 10px;
  z-index: 10;
}

#pagetop a {
  display: block;
}
