@charset "utf-8";
html {
  scroll-behavior: smooth;
}


body {
  color: #333;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  /*font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	
    font-family: 'Noto Sans', sans-serif;*/
font-family: 'Noto Serif JP', serif;
}

.font-tasa {
  /*font-family: "TASA Explorer", sans-serif;*/
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.footer-font-en {
  /*font-family: "TASA Explorer", sans-serif;*/
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300; /* 細身（light） */
  letter-spacing: 0.02em;
  font-feature-settings: "pnum";
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font: inherit;
  letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
html, body, div, span, applet, object, iframe, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
img {
  vertical-align: bottom;
}
ol, ul, li {
  list-style: outside none none;
}
a img, fieldset, img {
  border: 0 none;
  vertical-align: top;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
abbr, acronym {
  border: 0 none;
}
a {
  text-decoration: none;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
a:visited {
  color: #333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
q::before, q::after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
hr {
  display: none;
}
strong, em {
  font-weight: bold;
}
div::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clear:after {
  display: block;
  clear: both;
  content: "";
}
/*IE用*/
.clearfix {
  display: inline-table;
  clear: both;
}
/*Mac-IE用\*/
*html .clearfix {
  height: 1%;
  clear: both;
}
.clearfix {
  display: block;
  clear: both;
}
.wh {
  color: #fff !important;
}
.wh span {
  border-color: #fff !important;
}



/* ━━━━━━━━━━━━━━━━━━━
   リード文（共通）
━━━━━━━━━━━━━━━━━━━ */
.lead {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 2em;
  font-size: 1.1rem; /* ← PC初期値(1025px以上) */
}

.greeting_jp {
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
	text-align: left;
}

.greeting_en {
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: #004997; /* テキストの青は調整してOK */
	text-align: left;
}

/* ━━━━━━━━━━━━━━━━━━━
   タブレット（768px以上1024px以下）
━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 1024px) {
  .lead {
    font-size: 1.1rem; /* 少し縮小 */
    margin-bottom: 1.8em;
  }
	
/* タブレット用 */
.greeting_jp {
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}

.greeting_en {
  font-size: 1rem;
}
}


/* ━━━━━━━━━━━━━━━━━━━
   スマートフォン（767px以下）
━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 767px) {
  .lead {
    font-size: 1rem;
	  line-height: 2;
    margin-bottom: 1.5em;
  }
/* スマホ用 */
.greeting_jp {
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-align: center; /*←スマホでは中央にしたほうが自然 */
}

.greeting_en {
  font-size: 0.9rem;
  text-align: center; /*←スマホは読みやすさ優先 */
}

}
