@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600&display=swap');

body {
     font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', 'YuGothic', 'Meiryo', sans-serif;
     font-size: 100%;
}
/* 
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, 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: 400;
    vertical-align:baseline;
    background:transparent;
}

body img{vertical-align:top;}
img {-webkit-backface-visibility: hidden;} 
h1,h2,h3,h4,h5,h6,p,li,dt,dd,form,pre,td,th,label,div{
	color: #313131;
	font-size: 14px;
	line-height: 2em;
   letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
h1,h2,h3,h4,h5,h6,p,li,dt,dd,form,pre,td,th,label,div{
  letter-spacing: .01em;
  font-size: 13px;
}
}
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;
}
li{list-style-type:none;}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* 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;
}

/* 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;
}

:before,
:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}



img {
    image-rendering: -webkit-optimize-contrast;
}



.top-header-links {
  position: fixed;
  top: 16px;
  right: 80px;
  z-index: 102;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.top-header-links .top-header-link {
  width: 200px;
  max-width: 200px;
  background: #006CB6;
  color: #FFF;
  text-decoration: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 12px 12px 12px 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: 0.03em;
  position: relative;
}

.top-header-links .top-header-link .arrow-circle {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
}

.top-header-links .top-header-link .arrow-circle:before {
  content: "";
  width: 4.307px;
  height: 7.613px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%274.307%27%20height%3D%277.613%27%20viewBox%3D%270%200%204.307%207.613%27%3E%3Cpath%20d%3D%27M0.354%200.354L3.807%203.807L0.354%207.26%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%271%27%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .top-header-links {
    display: none;
  }
}
