@charset "UTF-8";
/* reset */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@media screen and (min-width: 768px) and (max-width: 990px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 1201px) {
  .sp2 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .sp2 {
    display: none !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .sp2 {
    display: none !important;
  }
}

img {
  display: block;
}

a img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #E64651;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="image"],
textarea,
select {
  outline: none;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  color: #333;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
  color: #E64651;
}

header {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 1000;
}
header .wrap {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  header .wrap {
    width: 80%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  header .wrap {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .wrap {
    width: 100%;
  }
}
header .wrap h1 {
  margin: 0 auto;
  padding: 5px 0;
}
@media screen and (min-width: 1201px) {
  header .wrap h1 {
    width: 300px;
    float: left;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  header .wrap h1 {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .wrap h1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .wrap h1 {
    width: 100%;
  }
}
header .wrap h1 img {
  width: auto;
  margin: 0 auto;
}
header .wrap .menu {
  float: right;
}
@media screen and (min-width: 1201px) {
  header .wrap .menu {
    display: none;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  header .wrap .menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .wrap .menu {
    display: block;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  header .wrap .menu {
    display: block;
    font-size: 48px;
  }
}
header .wrap nav {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1201px) {
  header .wrap nav {
    width: 735px;
    display: block;
    float: right;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  header .wrap nav {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .wrap nav {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .wrap nav {
    width: 100%;
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  header .wrap nav ul {
    overflow: hidden;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  header .wrap nav ul {
    position: relative;
    float: left;
    left: 50%;
  }
}
header .wrap nav ul li {
  float: left;
  background: url(../images/menu_border.png) no-repeat right center;
}
@media screen and (min-width: 1201px) {
  header .wrap nav ul li {
    width: 105px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  header .wrap nav ul li {
    width: 105px;
    font-size: 12px;
    position: relative;
    float: left;
    left: -50%;
  }
}
header .wrap nav ul li a {
  width: 100%;
  padding: 25px 0;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .wrap nav ul li a:hover {
  background: #222;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .wrap nav ul li:last-child {
  border: 0;
  background: none;
}

.mainv {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .mainv {
    height: 400px;
    background: url(../images/mainv.jpg) center center no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mainv {
    height: 400px;
    background: url(../images/mainv.jpg) center right no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .mainv {
    height: 300px;
    background: url(../images/mainv.jpg) center right no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .mainv {
    height: 300px;
    background: url(../images/mainv.jpg) center right no-repeat;
    background-size: cover;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .wrapper {
    width: 1000px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
  }
}
.wrapper .section {
  padding: 100px 0;
}
.wrapper .section h2 {
  margin: 0 0 20px;
  overflow: hidden;
  text-align: center;
}
.wrapper .section h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  font-size: 32px;
  text-align: left;
}
.wrapper .section h2 span::before,
.wrapper .section h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #eee;
}
.wrapper .section h2 span::before {
  right: 100%;
}
.wrapper .section h2 span::after {
  left: 100%;
}
.wrapper .section h2 span:first-letter {
  font-size: 40px;
}
.wrapper .section table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.wrapper .section table tr th {
  width: 20%;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  border-left: 5px solid #E64651;
  background: #222;
  color: #fff;
}
.wrapper .section table tr td {
  width: 75%;
  padding: 20px 30px;
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
}
.wrapper .section table tr:last-child th {
  border-bottom: 1px solid #222;
}
.wrapper .section table tr:last-child td {
  border-bottom: 1px solid #f8f8f8;
}
.wrapper .section dl {
  width: 100%;
  overflow: hidden;
}
.wrapper .section dl dt {
  width: 20%;
  margin: 0 0 1px;
  padding: 10px 20px;
  background: #f8f8f8;
  float: left;
}
.wrapper .section dl dd {
  width: 70%;
  margin: 0 0 1px;
  padding: 10px 25px;
  float: left;
  text-align: left;
}
.wrapper #news a {
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .wrapper #company-guide ul {
    margin: 60px 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #company-guide ul {
    margin: 60px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #company-guide ul {
    margin: 30px 0;
  }
}
.wrapper #company-guide ul li {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .wrapper #company-guide ul li {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #company-guide ul li {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #company-guide ul li {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #company-guide ul li {
    margin: 0 0 100px;
  }
}
@media screen and (min-width: 1201px) {
  .wrapper #company-guide ul li figure {
    width: 250px;
    margin: 0;
    float: left;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #company-guide ul li figure {
    width: 25%;
    margin: 0;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #company-guide ul li figure {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #company-guide ul li figure {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #company-guide ul li figure img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #company-guide ul li figure img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #company-guide ul li figure img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1201px) {
  .wrapper #company-guide ul li .guide-content {
    width: 710px;
    float: right;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #company-guide ul li .guide-content {
    width: 70%;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #company-guide ul li .guide-content {
    width: 100%;
  }
}
.wrapper #company-guide ul li .guide-content h3 {
  margin: 0 0 20px;
  padding: 0 10px;
  border-bottom: 1px solid #E64651;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .wrapper #company-guide ul li .guide-content h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #company-guide ul li .guide-content h3 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #company-guide ul li .guide-content h3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #company-guide ul li .guide-content h3 {
    text-align: center;
  }
}
.wrapper #company-guide ul li .guide-content h3 span {
  margin: 0 10px;
  font-size: 13px;
}
.wrapper #company-guide ul li .guide-content h3:first-letter {
  font-size: 28px;
}
.wrapper #company-guide ul li .guide-content p {
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .wrapper #company-guide ul li:nth-child(2n) figure {
    margin: 0;
    float: right;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #company-guide ul li:nth-child(2n) figure {
    margin: 0;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #company-guide ul li:nth-child(2n) figure {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #company-guide ul li:nth-child(2n) figure {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1001px) {
  .wrapper #company-guide ul li:nth-child(2n) .guide-content {
    margin: 0 40px 0 0;
    float: right;
  }
}
.wrapper #books {
  margin: 100px auto 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .wrapper #books {
    width: 1000px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #books {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #books {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #books {
    width: 100%;
  }
}
.wrapper #books ul {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .wrapper #books ul {
    float: left;
    left: 50%;
  }
}
.wrapper #books ul li {
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .wrapper #books ul li {
    height: 195px;
    margin: 0 0 40px;
    float: left;
    left: -50%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #books ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #books ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #books ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
.wrapper #books ul li figure {
  margin: 0;
  float: left;
}
@media screen and (min-width: 1201px) {
  .wrapper #books ul li figure {
    width: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #books ul li figure {
    width: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #books ul li figure {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #books ul li figure {
    width: 15%;
  }
}
.wrapper #books ul li figure img {
  width: 100%;
}
.wrapper #books ul li .books-content {
  float: right;
}
@media screen and (min-width: 1201px) {
  .wrapper #books ul li .books-content {
    width: 330px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #books ul li .books-content {
    width: 82%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #books ul li .books-content {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #books ul li .books-content {
    width: 82%;
  }
}
.wrapper #books ul li .books-content h3 {
  padding: 0 5px 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}
.wrapper #books ul li .books-content h3 a {
  text-decoration: none;
}
.wrapper #books ul li .books-content p {
  padding: 0 15px;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .wrapper #books ul li:nth-child(2n) {
    margin: 0 0 40px 0;
    float: right;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #books ul li:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #books ul li:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #books ul li:nth-child(2n) {
    margin: 0 0 30px;
  }
}
.wrapper #notice {
  text-align: left;
  font-size: 18px;
}
@media screen and (min-width: 1201px) {
  .wrapper #notice {
    width: 900px;
    margin: auto;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #notice {
    width: 90%;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #notice {
    width: 100%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #notice {
    width: 100%;
    font-size: 1.2em;
  }
}
.wrapper #notice h2 span {
  margin: 0;
}
@media screen and (min-width: 1201px) {
  .wrapper #notice h2 span {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #notice h2 span {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #notice h2 span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #notice h2 span {
    font-size: 1.4em;
  }
}
.wrapper #notice h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .wrapper #notice h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #notice h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #notice h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #notice h3 {
    font-size: 1.2em;
  }
}
.wrapper #notice h4 {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
.wrapper #notice ul {
  margin: 0 auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}
@media screen and (min-width: 1201px) {
  .wrapper #notice ul {
    width: 300px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #notice ul {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #notice ul {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #notice ul {
    width: 80%;
  }
}
.wrapper #notice .domain {
  margin: 50px 0;
}
.wrapper #notice .domain img {
  max-width: 300px;
  width: 100%;
  margin: 0px auto;
}
.wrapper #notice .domain-list img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 1201px) {
  .wrapper #notice .domain-list img {
    width: 350px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #notice .domain-list img {
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #notice .domain-list img {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #notice .domain-list img {
    width: 100%;
    max-width: 350px;
  }
}
.wrapper #notice .suspicious img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 1201px) {
  .wrapper #notice .suspicious img {
    width: 560px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper #notice .suspicious img {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper #notice .suspicious img {
    width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper #notice .suspicious img {
    width: 100%;
    max-width: 350px;
  }
}

.wrapper-wide {
  width: 100%;
}
.wrapper-wide .section {
  padding: 100px 0 0;
}
.wrapper-wide .section h2 {
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .wrapper-wide .section h2 {
    width: 1000px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .wrapper-wide .section h2 {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrapper-wide .section h2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-wide .section h2 {
    width: 100%;
  }
}
.wrapper-wide .section h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  font-size: 32px;
  text-align: left;
}
.wrapper-wide .section h2 span::before,
.wrapper-wide .section h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #eee;
}
.wrapper-wide .section h2 span::before {
  right: 100%;
}
.wrapper-wide .section h2 span::after {
  left: 100%;
}
.wrapper-wide .section h2 span:first-letter {
  font-size: 40px;
}
.wrapper-wide .section address {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.wrapper-wide .section p {
  width: auto;
  margin: 0 auto 10px;
  text-align: center;
}
.wrapper-wide .section iframe {
  display: block;
}
.wrapper-wide #principle h3 {
  width: auto;
  padding: 0 0 40px;
  text-align: center;
}
.wrapper-wide #principle h3 img {
  margin: 0 auto;
}
.wrapper-wide #principle .main {
  width: 100%;
  background: #f5f5f5;
  text-align: center;
}
.wrapper-wide #principle .main img {
  margin: 0 auto;
}

footer {
  width: 100%;
  background: #111;
}
footer p {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
