@charset "UTF-8";
/* clearfix
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900|Roboto+Condensed:700&display=swap&subset=japanese");
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

/* =========================================================
utility
========================================================= */


/* =========================================================
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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

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

html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "Noto Sans JP", NotoSansCJKjp, "メイリオ", Meiryo, Osaka, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff;
}

.read{
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background-color: #f1f1f1;
    padding: 5px 0;
}

.wrap{

    margin: 0 auto;
}
.pc{}
.sp{display: none;}

@media screen and (max-width: 979px) {
  body {
    font-size: 4vw;
  }
  .wrap{
    width: 90%;
    margin: 0 auto;
}
.pc{display: none;}
.sp{display: inline-block;}
}


header{
    text-align: center;
    position: absolute;
    width: 100%;
}
header .logo{
    margin-top: 46px;
}
header .logo h1{}
header .logo img{
    width: 224px;
}




@media screen and (max-width: 768px) {
    .read {
        font-size: 1.8vw;
        letter-spacing: 0;
    }
    header .logo img {
        width: 190px;
    }

}


#mainv{
    text-align: center;
}

#mainv .h2{
    width: 100%;
    margin: 0 auto;
}



.seccv{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    width: 600px;
    margin: 77px auto 100px;
    font-size: 0.95vw;
    line-height: 2.1;
    color: #333;
    letter-spacing: 0.4px;
}

.seccv h2{
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 14px;
}

.seccv .disc{
    margin-bottom: 24px;
}

.seccv .h2{
    width: 100%;
    text-align: right;
}
.seccv .h2 img{
    width: 186px;
    float: right;
}

.cv{
    width: 600px;
    margin: 140px auto 100px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

table{
    margin-bottom: 120px;
}

table th{
    text-align: left;
    font-weight: 300;
    padding: 7px 0;
    padding-right: 20px;
}

table td{
    text-align: left;
    font-weight: 300;
    padding: 7px 0;

}

.map{
    width: 90%;
    margin: 0 auto 0px;
}

.map iframe{
    width: 100%;
}

#footer{}
#footer .copy{
    text-align: center;
    line-height: 104px;
    font-size: 15px;
    color: #9f9621;
}


@media screen and (max-width: 768px) {

    .seccv{
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        width: 90%;
        margin: 40px auto 100px;
        font-size: 3.7vw;
        line-height: 1.8;
        color: #333;
        letter-spacing: 1px;
    }

    .cv{
        width: 90%;
        margin: 140px auto 52px;
        font-size: 14px;
        color: #333;
        line-height: 1.6;
    }
    table {
        font-size: 3.7vw;
        margin-bottom: 6px;
    }
    table th {
        text-align: left;
        font-weight: 300;
        padding: 7px 0;
        /* padding-right: 20px; */
        width: 92px;
    }

}