/*===================================================================
reset*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Serif+JP&display=swap");
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, figure, aside, header, footer, main, nav, label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  vertical-align: top;
}

body {
  background-color: #faf9f6;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

.inr {
  width: 100%;
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.via {
  padding: 5px 15px;
  background-color: #333;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}

.via a {
  color: #fff;
  text-decoration: underline;
}

.fade-in-bottom {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-in-bottom.fade-in-bottom.lazyloaded {
  opacity: 1;
}

/************************************************************
switch language
*********************************************************** */
.switch-language {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  z-index: 100;
}

.switch-language h4 {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 8px;
  color: #111;
  font-family: 'Oswald', sans-serif;
}

.switch-language a {
  font-size: 14px;
  color: #111;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  line-height: 1em;
  overflow: hidden;
}

body.ja .en {
  display: none;
}

body.ja .ja {
  display: block;
}

body.en .ja {
  display: none;
}

body.en .en {
  display: block;
}

.switch-language a span {
  display: inline-block;
  border: #111 solid 2px;
  float: left;
  padding: 6px 12px;
}

.switch-language a span.btn-ja {
  border-radius: 3px 0 0 3px;
}

.switch-language a span.btn-en {
  border-radius: 0 3px 3px 0;
}

.switch-language a .select {
  background: #111;
  color: #fff;
}

/*****************
sec
******************/
.sec {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .sec {
    margin-top: 100px;
  }
}

.sec_title {
  font-family: "Dela Gothic One", cursive;
  font-size: 32px;
  color: #993f2f;
  text-align: right;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  line-height: 1;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (min-width: 769px) {
  .sec_title {
    font-size: 60px;
    margin-bottom: 50px;
  }
}

.sec_title span {
  display: block;
  font-size: 90%;
  color: #000;
}

.sec_text {
  margin-top: 30px;
}

.sec_text a {
  text-decoration: underline;
}

.sec_img {
  margin-top: 30px;
  text-align: center;
}

.sec_img img {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

/*****************
mv
******************/
.mv {
  position: relative;
  background-image: url(../images/mv_sp.jpg);
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 769px) {
  .mv {
    background-image: url(../images/mv_pc.jpg);
  }
}

.mv .inr {
  padding-top: 100%;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .mv .inr {
    padding-top: 50%;
  }
}

.mv .inr .sec_title {
  line-height: 1.2;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*****************
interview
******************/
.interview .sec_text .bl {
  margin-top: 35px;
  color: #993f2f;
}

.interview .sec_text .ul {
  margin-top: 15px;
}

.interview .sec_text span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

/*****************
foot
******************/
.foot {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .foot {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=style.css.map */