@import url("https://use.typekit.net/gdf1fdf.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

.dummy-head,
.dummy-footer {
  background: #888;
  text-align: center;
  color: #bbb;
  font-size: 20px;
  line-height: 1.5; }

.dummy-head {
  padding: 40px 0; }

.dummy-footer {
  padding: 500px 0; }

/*$color1: #41889e;*/
/*$color1: #0094e3;*/
.lead b {
  display: block;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 20px; }

.section01 .block01-1 {
  display: grid;
  gap: 40px;
  grid-template-columns: 51% 1fr; }
  .section01 .block01-1 .imgttl {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: solid 1px #000; }
    .section01 .block01-1 .imgttl + .img {
      margin-top: 10px; }
.section01 .block01-2 {
  max-width: 900px;
  margin: 60px auto 0 auto;
  padding: 40px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: grid;
  gap: 40px;
  grid-template-columns: 33.7% 1fr; }
  .section01 .block01-2 .imgttl {
    font-size: 14px;
    line-height: 1; }
    .section01 .block01-2 .imgttl + .img {
      margin-top: 10px; }
  .section01 .block01-2 .img + .note {
    margin-top: 10px; }
@media screen and (max-width: 600px) {
  .section01 .block01-1 {
    grid-template-columns: 1fr; }
  .section01 .block01-2 {
    grid-template-columns: 1fr;
    border-bottom: none;
    padding-bottom: 0; }
    .section01 .block01-2 .img03 {
      max-width: 289px;
      margin: auto; }
    .section01 .block01-2 .img04 {
      border-top: solid 1px #000;
      padding-top: 30px; } }

.section02 .imglist {
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr); }
@media screen and (max-width: 600px) {
  .section02 .imglist {
    grid-template-columns: repeat(2, 1fr); } }

.page #container .section03 .img06 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 60px 0; }
  .page #container .section03 .img06 .img img {
    max-width: 10000px;
    display: block; }
  .page #container .section03 .img06 .note {
    margin: 10px auto 0 auto; }
@media screen and (max-width: 600px) {
  .page #container .section03 .img06 {
    padding: 0 5%; }
    .page #container .section03 .img06 .img {
      width: 100%;
      overflow-x: scroll; }
      .page #container .section03 .img06 .img img {
        width: auto;
        height: 294px; } }

.section04 {
  margin-top: 60px;
  background: #EEF2F6; }
  .section04 .block04-1 {
    margin-top: 60px;
    display: grid;
    gap: 30px;
    grid-template-columns: 41% 1fr; }
    .section04 .block04-1 .img08 .note {
      margin-top: 10px; }
  .section04 .block04-2 {
    margin: 60px auto 0 auto;
    background: #fff;
    padding: 40px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 60%; }
    .section04 .block04-2 .img09 {
      grid-column: 2 / 3;
      grid-row: 1 / 3; }
    .section04 .block04-2 .midashi, .section04 .block04-2 .lead {
      margin-top: 0; }
  @media screen and (max-width: 1000px) {
    .section04 .block04-2 {
      grid-template-columns: 1fr; }
      .section04 .block04-2 .img09 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        max-width: 600px;
        margin: auto; }
      .section04 .block04-2 .midashi {
        text-align: center; } }
  @media screen and (max-width: 600px) {
    .section04 .block04-1 {
      grid-template-columns: 1fr; }
    .section04 .block04-2 {
      padding: 30px 20px;
      gap: 20px; } }

.section05 .inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 35% 1fr; }
  .section05 .inner .img11 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr; }
    .section05 .inner .img11 .imgttl .txt {
      font-size: 20px;
      letter-spacing: .4em;
      line-height: 1;
      border-bottom: solid 1px #000;
      padding-bottom: 10px; }
@media screen and (max-width: 1000px) {
  .section05 .inner {
    grid-template-columns: 1fr; }
    .section05 .inner .img10 {
      grid-row: 2 / 3;
      max-width: 500px;
      margin: auto; } }
@media screen and (max-width: 600px) {
  .section05 .inner .img11 .img {
    max-width: 400px;
    margin: auto; } }
