@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

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

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

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

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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.6em;
  line-height: 1.5;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  body {
    margin: 0 auto;
    width: 750px;
  }
}

a {
  color: #101010;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

input:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .header {
    width: auto !important;
    height: auto !important;
  }
}

video {
  width: 100%;
}

.letro {
  position: relative;
}

.letro .wrap {
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .letro .wrap {
    top: 230px;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .letro .wrap {
    top: calc(210 / 750 * 100vw);
    padding: 0 15px;
  }
}

.cvImg {
  position: relative;
}

.cvBtn {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cvBtn {
    top: 1154px;
    width: 590px;
  }
}

@media screen and (max-width: 767px) {
  .cvBtn {
    top: calc(1150 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .cvBtn:hover {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0.8 !important;
    -webkit-transform: translateY(-8px) !important;
            transform: translateY(-8px) !important;
  }
}

.cvBtnImg {
  background: url(../img/cv_btn.png) 0 0/contain no-repeat;
  text-indent: -9999px;
  border: none;
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .cvBtnImg {
    width: 590px;
    height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .cvBtnImg {
    width: calc(590 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 22.5px 0 0;
  }
}

.footerLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1;
  text-align: center;
  border-top: 2px solid #c397da;
}

@media screen and (min-width: 768px) {
  .footerLink {
    margin: 0 50px 20px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .footerLink {
    margin: 0 25px 12px;
    padding: 10px 0;
  }
}

.footerLink li {
  width: 50%;
}

.footerLink li:nth-of-type(1), .footerLink li:nth-of-type(2) {
  border-bottom: 2px solid #c397da;
}

.footerLink li:nth-of-type(2n+1) {
  border-right: 2px solid #c397da;
}

.footerLink li a {
  display: block;
  line-height: 1.5;
  color: #6c372d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .footerLink li a {
    padding: 20px 0 24px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footerLink li a {
    padding: 18px 4px;
    font-size: 3vw;
  }
}

.footerLink li a:hover {
  opacity: .7;
  text-decoration: none;
}

.footerCopy {
  text-align: center;
  line-height: 1;
  color: #4c2947;
  background: #edd4eb;
}

@media screen and (min-width: 768px) {
  .footerCopy {
    padding: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footerCopy {
    padding: 16px 0;
    font-size: 2.2vw;
  }
}
