@charset "UTF-8";
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;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-weight: inherit;
  font-size: inherit;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  word-wrap: break-word;
}

input[type=text],
input[type=tel],
input[type=mail] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.ex-maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.ex-XYcent, .history-page--cont .imgBack, .history-page--cont::before, .top-page .middle-box .imgBack {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex-Xcent, .bs-title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ex-Ycent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.ex-clear:after {
  content: "";
  display: block;
  clear: both;
}

.br--sp {
  display: none;
}
@media all and (max-width: 660px) {
  .br--sp {
    display: inline;
  }
}

@media all and (max-width: 660px) {
  .br-no-sp {
    display: none;
  }
}

.br--tb {
  display: none;
}
@media all and (max-width: 960px) {
  .br--tb {
    display: inline;
  }
}

@media all and (max-width: 960px) {
  .br-no-tb {
    display: none;
  }
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 16px;
  line-height: 2;
  font-family: "normal", sans-serif;
}

.ex-f-e {
  font-family: "kaiso", sans-serif;
}

body {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 2.5;
}
@media all and (max-width: 660px) {
  body {
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 2.25;
  }
}

header .hd-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media all and (max-width: 660px) {
  header .hd-main {
    display: none;
  }
}
header .hd-main--list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1320px) {
  header .hd-main--list {
    padding-right: 5vw;
  }
}
header .hd-main--list li {
  line-height: 80px;
}
header .hd-main--list li .anchor {
  padding: 0 1em;
  display: inline-block;
  letter-spacing: 0.05em;
  transition: 0.3s;
  color: #67768e;
  font-size: 17px;
}
@media all and (max-width: 1320px) {
  header .hd-main--list li .anchor {
    padding: 0 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .hd-main--list li .anchor:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
}
header .mobileNavButton {
  width: 56px;
  height: 56px;
  position: fixed;
  top: 4px;
  right: 4px;
  z-index: 9999;
  border: 1px solid #57595a;
  display: none;
}
@media all and (max-width: 660px) {
  header .mobileNavButton {
    display: block;
  }
}
header .mobileNavButton .inr {
  width: 26px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .mobileNavButton .bar {
  width: 100%;
  height: 1px;
  background: #57595a;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.mobileNavButton .bar:nth-child(1) {
  top: 0;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(1) {
  top: 9px;
  transform: rotate(40deg);
}

.mobileNavButton .bar:nth-child(2) {
  top: 8px;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(2) {
  opacity: 0;
}

.mobileNavButton .bar:nth-child(3) {
  bottom: 0px;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(3) {
  bottom: 8px;
  transform: rotate(-40deg);
}

.mobileNav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 660px) {
  .mobileNav {
    display: block;
  }
}
.mobileNav .inr {
  width: 78vw;
  height: 100%;
  padding: 0 14px 0;
  background: #aaa;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  transition: transform 0.65s;
  transform: translateX(88vw);
  z-index: 20;
}
.isOpen__mobileNav .mobileNav .inr {
  pointer-events: all;
  transform: translateX(0);
}
.mobileNav .nav {
  padding-top: 60px;
}
.mobileNav .nav a {
  display: block;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #fff;
}
.mobileNav .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
.isOpen__mobileNav .mobileNav .overlay {
  opacity: 0.5;
  pointer-events: all;
}

.bs-title {
  color: #57595a;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: lighter;
}
@media all and (max-width: 660px) {
  .bs-title {
    font-size: 22px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.bs-title::after {
  content: "";
  width: 80%;
  max-width: 430px;
  height: 1px;
  background: #57595a;
  display: block;
  bottom: 0;
}
@media all and (max-width: 960px) {
  .bs-title::after {
    width: 60%;
  }
}

.bs-inr {
  max-width: 730px;
  margin: 0 auto;
}

.bs-anchor {
  padding: 3px 1em;
  border-radius: 3px;
  display: inline-block;
  background: #a29a90;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
  transition: 0.2s;
}
.bs-anchor:hover {
  opacity: 0.7;
}

.top-page {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media all and (max-width: 660px) {
  .top-page {
    padding-top: 60px;
  }
}
.top-page--main {
  padding: 0 20px 0;
}
.top-page .logo-box {
  text-align: center;
  margin-bottom: 20px;
}
.top-page .logo-box .logo {
  display: inline-block;
  width: 34%;
  max-width: 210px;
}
@media all and (max-width: 660px) {
  .top-page .logo-box .logo {
    width: 40%;
    max-width: 250px;
  }
}
.top-page .top-box {
  margin-bottom: 120px;
}
@media all and (max-width: 660px) {
  .top-page .top-box {
    margin-bottom: 60px;
  }
}
.top-page .top-box .lead {
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .top-box .lead {
    font-size: 13px;
  }
}
@media all and (max-width: 660px) {
  .top-page .top-box .lead:not(:first-of-type) {
    margin-top: 1em;
  }
}
.top-page .middle-box {
  padding: 80px 20px 600px;
  position: relative;
}
@media all and (max-width: 960px) {
  .top-page .middle-box {
    padding: 40px 20px 600px;
  }
}
@media all and (max-width: 660px) {
  .top-page .middle-box {
    padding: 80px 20px 80px;
  }
}
.top-page .middle-box:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 660px) {
  .top-page .middle-box:before {
    background: rgba(0, 0, 0, 0.35);
  }
}
.top-page .middle-box .imgBack {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  z-index: 0;
}
@media all and (max-width: 660px) {
  .top-page .middle-box .imgBack {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
.top-page .middle-box .inr {
  z-index: 2;
  position: relative;
}
.top-page .middle-box .inr p {
  color: #fff;
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .middle-box .inr p {
    text-align: justify;
  }
}
@media all and (max-width: 660px) {
  .top-page .middle-box .inr p:not(:first-of-type) {
    margin-top: 1em;
  }
}
.top-page .video_sec {
  padding: 50px 20px 0;
  text-align: center;
}
@media all and (max-width: 660px) {
  .top-page .video_sec {
    padding-top: 35px;
  }
}
.top-page .video_sec video {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.top-page .video_sec .text-box {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media all and (max-width: 660px) {
  .top-page .video_sec .text-box {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.history-page {
  margin-bottom: 50px;
}
.history-page--cont {
  min-height: 50vw;
  padding: 130px 20px 600px;
  position: relative;
}
@media all and (max-width: 660px) {
  .history-page--cont {
    min-height: 0;
    padding: 30px 20px 300px;
  }
}
@media all and (max-width: 660px) {
  .history-page--cont:first-of-type {
    padding-top: 100px;
  }
}
.history-page--cont::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.history-page--cont .inr {
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
@media all and (max-width: 660px) {
  .history-page--cont .inr {
    font-size: 13px;
    text-align: left;
  }
}
.history-page--cont .inr p {
  line-height: 1.8;
}
@media all and (max-width: 660px) {
  .history-page--cont .inr p {
    line-height: 2;
  }
}
.history-page--cont .inr p:not(:first-of-type) {
  margin-top: 1.5em;
}
@media all and (max-width: 660px) {
  .history-page--cont .inr p:not(:first-of-type) {
    margin-top: 1em;
  }
}
.history-page--cont .imgBack {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  z-index: 0;
}
@media all and (max-width: 660px) {
  .history-page--cont .imgBack-2 {
    -o-object-position: 63% top;
       object-position: 63% top;
  }
}
@media all and (max-width: 660px) {
  .history-page--cont .imgBack-3 {
    -o-object-position: 63% top;
       object-position: 63% top;
  }
}

footer .fot-main {
  padding: 0 20px 50px;
}
@media all and (max-width: 660px) {
  footer .fot-main {
    padding: 0 20px 20px;
  }
}
footer .fot-main--flex {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  footer .fot-main--flex {
    flex-wrap: wrap;
    gap: 30px;
  }
}
footer .fot-main--left {
  width: 45%;
  text-align: center;
}
@media all and (max-width: 660px) {
  footer .fot-main--left {
    width: 100%;
  }
}
footer .fot-main--left .logo {
  width: 40%;
}
footer .fot-main--left p {
  font-size: 13px;
  line-height: 1.7;
}
footer .fot-main--left p:not(:first-of-type) {
  margin-top: 1em;
}
footer .fot-main--right {
  width: 50%;
}
@media all and (max-width: 660px) {
  footer .fot-main--right {
    width: 100%;
  }
}
footer .fot-main--right iframe {
  width: 100%;
  height: 450px;
}
@media all and (max-width: 960px) {
  footer .fot-main--right iframe {
    height: 350px;
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--right iframe {
    height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */