@charset "UTF-8";
/* CSS Document */
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, sub, sup, 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  /* 明朝体 */
  /*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
  /* ゴシック体 */
  /*font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  /*font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;*/
  font-family: "Noto Sans Japanese", sans-serif;
  list-style: none;
  color: #333333;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html body {
  line-height: 1;
}

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

nav ul {
  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;
}

a:link,
a:hover,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
  border: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

table caption,
table th,
table td {
  font-family: sans-serif;
}

table th {
  font-weight: normal;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* My Custom CSS ------------------------------------------------------------------------*/
span.notice {
  color: #ed1c24 !important;
  font-size: 18px;
  font-weight: bold;
}

.fontmincho {
  /* 明朝体 */
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.fontgothic {
  /* ゴシック体 */
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif !important;
  /*   font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif!important; */
}

/* area center */
.rayout-center-m {
  margin: 0 auto;
}

#global_header.top {
  height: 100vh;
  background: url(../images/AdobeStock_463905730-2048x1365.jpeg) no-repeat top center;
  background-size: cover;
}
#global_header.company {
  height: 100vh;
  background: url(../images/AdobeStock_295549942-1-2048x1280.jpeg) no-repeat top center;
  background-size: cover;
}
#global_header.work {
  height: 100vh;
  background: url(../images/AdobeStock_239837274.jpeg) no-repeat top center;
  background-size: cover;
}
#global_header.workyear {
  height: 20vh;
  background: #EDE8E1;
}
#global_header.single {
  height: 20vh;
  background: #EDE8E1;
}
#global_header.contact {
  height: 40vh;
  background: #fff;
}
#global_header .header_inner {
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 5%;
  top: 25px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #global_header .header_inner {
    top: 18px;
  }
}
@media screen and (max-width: 520px) {
  #global_header .header_inner {
    padding: 8px 0;
    max-width: 95%;
    width: 95%;
  }
}
#global_header .header_inner h1 a {
  display: inline-block;
}
#global_header .header_inner h1 a img {
  width: 180px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #global_header .header_inner #global_navi {
    display: none;
  }
}
#global_header .header_inner #global_navi ul {
  padding: 13px 45px;
  border-radius: 3em;
  background: #000;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
#global_header .header_inner #global_navi ul li a {
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}
#global_header .header_inner #global_navi ul li a.annotation {
  background: #b42328;
  font-weight: bold;
}

#global_footer {
  background: #78797B;
}
#global_footer .footer_inner {
  width: 70%;
  padding: 40px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  #global_footer .footer_inner {
    grid-template-columns: 1fr;
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_inner {
    padding: 20px 0;
    width: 100%;
  }
}
#global_footer .footer_inner .footer_info {
  padding: 40px 100px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_inner .footer_info {
    padding: 20px;
  }
}
#global_footer .footer_inner .footer_info .f_navi {
  display: flex;
  column-gap: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_inner .footer_info .f_navi {
    display: none;
  }
}
#global_footer .footer_inner .footer_info .f_navi a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#global_footer .footer_inner .footer_info .f_logo {
  margin-bottom: 35px;
}
#global_footer .footer_inner .footer_info .f_logo a {
  display: inline-block;
}
#global_footer .footer_inner .footer_info .f_logo a img {
  width: 180px;
  height: auto;
  vertical-align: bottom;
}
#global_footer .footer_inner .footer_info .info_list li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
#global_footer .footer_inner .footer_info .info_list li.f_info_logo img {
  width: auto;
  height: 25px;
  vertical-align: bottom;
}
#global_footer .footer_inner .footer_pic {
  padding: 40px 100px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_inner .footer_pic {
    padding: 20px 10px;
    text-align: center;
  }
}
#global_footer .footer_inner .footer_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_inner .footer_pic img {
    width: 90%;
  }
}
#global_footer .copy {
  background: #15171C;
}
#global_footer .copy .copytxt {
  text-align: center;
  padding: 12px 0;
}
#global_footer .copy .copytxt small {
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #global_footer .copy .copytxt small {
    font-size: 11px;
  }
}

#container {
  background: #EDE8E1;
  min-height: 300px;
}

#single_body {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 20%;
  grid-gap: 2%;
}
@media screen and (max-width: 1100px) {
  #single_body {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #single_body {
    grid-template-columns: 1fr;
  }
}
#single_body article h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #single_body article h1 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
#single_body article .back_btn_wrap {
  padding: 40px 0;
}
#single_body article .back_btn_wrap a {
  display: inline-block;
  padding: 13px;
  border-radius: 8px;
  background: #2a2a2a;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

#sidebar {
  padding: 15px;
}
#sidebar .recent-posts {
  margin-bottom: 30px;
}
#sidebar h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sidebar ul li {
  margin-bottom: 15px;
}
#sidebar ul li:last-child {
  margin-bottom: 0;
}
#sidebar ul li a {
  display: inline-block;
  font-size: 15px;
}

/*# sourceMappingURL=single.css.map */
